From 0480d264f13100efebed366cdaac4f240515db24 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:12:10 -0800 Subject: [PATCH] temporarily suspend tests. just do environments --- .github/workflows/test-files.yml | 1 + .github/workflows/test-linux.yml | 2 ++ .github/workflows/test-mac.yml | 2 ++ .github/workflows/test-remoteclient.yml | 1 + .github/workflows/test-win.yml | 2 ++ 5 files changed, 8 insertions(+) diff --git a/.github/workflows/test-files.yml b/.github/workflows/test-files.yml index a83022626d1..6d1c064d512 100644 --- a/.github/workflows/test-files.yml +++ b/.github/workflows/test-files.yml @@ -110,6 +110,7 @@ jobs: conda info conda list - name: Run file tests + if: false shell: bash -l {0} run: xvfb-run --auto-servernum .github/scripts/modules_test.sh || xvfb-run --auto-servernum .github/scripts/modules_test.sh # Uncomment this to debug the CI job diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 563f864e5f1..063f9515e37 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -164,6 +164,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: xvfb-run --auto-servernum gdb -return-child-result -batch -ex r -ex py-bt --args python runtests.py -s - name: Run tests + if: false shell: bash -l {0} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -174,6 +175,7 @@ jobs: .github/scripts/run_tests.sh || \ .github/scripts/run_tests.sh - name: Coverage + if: false uses: codecov/codecov-action@v4 with: fail_ci_if_error: false diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index a34d3b5becf..5970bc1b365 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -133,6 +133,7 @@ jobs: shell: bash -l {0} run: check-manifest - name: Run tests + if: false shell: bash -l {0} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -143,6 +144,7 @@ jobs: .github/scripts/run_tests.sh || \ .github/scripts/run_tests.sh - name: Coverage + if: false uses: codecov/codecov-action@v4 with: fail_ci_if_error: false diff --git a/.github/workflows/test-remoteclient.yml b/.github/workflows/test-remoteclient.yml index 3dabe9e805c..e65741b794f 100644 --- a/.github/workflows/test-remoteclient.yml +++ b/.github/workflows/test-remoteclient.yml @@ -149,6 +149,7 @@ jobs: micromamba list pip list - name: Run tests + if: false shell: bash -l {0} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index 6fe4d610fc7..bfd5fe96cb2 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -148,6 +148,7 @@ jobs: shell: bash -l {0} run: check-manifest - name: Run tests + if: false shell: bash -l {0} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -158,6 +159,7 @@ jobs: .github/scripts/run_tests.sh || \ .github/scripts/run_tests.sh - name: Coverage + if: false uses: codecov/codecov-action@v4 with: fail_ci_if_error: false