Temporarily disable the python_tests which are really civetserver tests during implementation of issue #1188

This commit is contained in:
Penn, John M 047828115 2021-09-13 17:46:56 -05:00
parent f377c36234
commit 6865501781
3 changed files with 20 additions and 2 deletions

View File

@ -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:

View File

@ -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 }}"

View File

@ -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 }}"