mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Temporarily disable the python_tests which are really civetserver tests during implementation of issue #1188
This commit is contained in:
parent
f377c36234
commit
6865501781
6
.github/workflows/python_tests_32.yml
vendored
6
.github/workflows/python_tests_32.yml
vendored
@ -2,11 +2,17 @@ name: Python Tests 32-bit
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
# Temporarily disable all tests for Issue #1188.
|
||||||
|
branches-ignore:
|
||||||
|
- '**'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
- '!.github/workflows/python_tests_32.yml'
|
- '!.github/workflows/python_tests_32.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
# Temporarily disable all tests for Issue #1188.
|
||||||
|
branches-ignore:
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trick_32bit:
|
trick_32bit:
|
||||||
|
8
.github/workflows/python_tests_linux.yml
vendored
8
.github/workflows/python_tests_linux.yml
vendored
@ -2,11 +2,17 @@ name: Python Tests Linux
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
# Temporarily disable all tests for Issue #1188.
|
||||||
|
branches-ignore:
|
||||||
|
- '**'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
- '!.github/workflows/python_tests_linux.yml'
|
- '!.github/workflows/python_tests_linux.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
# Temporarily disable all tests for Issue #1188.
|
||||||
|
branches-ignore:
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -183,4 +189,4 @@ jobs:
|
|||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
./run_tests.py
|
./run_tests.py
|
||||||
env:
|
env:
|
||||||
TRICK_HOME: "${{ github.workspace }}"
|
TRICK_HOME: "${{ github.workspace }}"
|
||||||
|
8
.github/workflows/python_tests_macos.yml
vendored
8
.github/workflows/python_tests_macos.yml
vendored
@ -2,11 +2,17 @@ name: Python Tests MacOS
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
# Temporarily disable all tests for Issue #1188.
|
||||||
|
branches-ignore:
|
||||||
|
- '**'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
- '!.github/workflows/python_tests_macos.yml'
|
- '!.github/workflows/python_tests_macos.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
# Temporarily disable all tests for Issue #1188.
|
||||||
|
branches-ignore:
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
macOS:
|
macOS:
|
||||||
@ -50,4 +56,4 @@ jobs:
|
|||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
./run_tests.py
|
./run_tests.py
|
||||||
env:
|
env:
|
||||||
TRICK_HOME: "${{ github.workspace }}"
|
TRICK_HOME: "${{ github.workspace }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user