From 46b9de642d10e4178ff6be2610ae850dc627db58 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 22 May 2024 21:29:04 -0400 Subject: [PATCH] actions: remove fullGamTest logic Ensure live Google API tests run on test runners so we are exercising our code against Python versions other than the version used by GAM binaries. These runners generally finish fastest anyway since they never need to compile OpenSSL, Python or PyInstaller. --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7199a464..7e192817 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,13 +35,11 @@ jobs: goal: build arch: x86_64 openssl_archs: linux-x86_64 - fullGamTest: yes - os: [self-hosted, linux, arm64] jid: 2 goal: build arch: aarch64 openssl_archs: linux-aarch64 - fullGamTest: yes - os: ubuntu-20.04 jid: 3 goal: build @@ -59,13 +57,11 @@ jobs: goal: build arch: x86_64 openssl_archs: darwin64-x86_64 - fullGamTest: yes - os: macos-14 jid: 6 goal: build arch: aarch64 openssl_archs: darwin64-arm64 - fullGamTest: yes - os: macos-14 jid: 7 goal: build @@ -76,7 +72,6 @@ jobs: goal: build arch: Win64 openssl_archs: VC-WIN64A - fullGamTest: yes - os: ubuntu-22.04 goal: test python: "3.8" @@ -650,7 +645,7 @@ jobs: echo "We successfully compiled Python ${this_python} and OpenSSL ${this_openssl}" - name: Live API tests push only - if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.fullGamTest == 'yes' + if: (github.event_name == 'push' || github.event_name == 'schedule') env: PASSCODE: ${{ secrets.PASSCODE }} run: |