mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-06 12:43:35 +00:00
Limit testing so jobs complete
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -34,11 +34,13 @@ jobs:
|
|||||||
goal: build
|
goal: build
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
openssl_archs: linux-x86_64
|
openssl_archs: linux-x86_64
|
||||||
|
fullGamTest: yes
|
||||||
- os: [self-hosted, linux, arm64]
|
- os: [self-hosted, linux, arm64]
|
||||||
jid: 2
|
jid: 2
|
||||||
goal: build
|
goal: build
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
openssl_archs: linux-aarch64
|
openssl_archs: linux-aarch64
|
||||||
|
fullGamTest: yes
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
jid: 3
|
jid: 3
|
||||||
goal: build
|
goal: build
|
||||||
@ -56,11 +58,13 @@ jobs:
|
|||||||
goal: build
|
goal: build
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
openssl_archs: darwin64-x86_64
|
openssl_archs: darwin64-x86_64
|
||||||
|
fullGamTest: yes
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
jid: 6
|
jid: 6
|
||||||
goal: build
|
goal: build
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
openssl_archs: darwin64-arm64
|
openssl_archs: darwin64-arm64
|
||||||
|
fullGamTest: yes
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
jid: 7
|
jid: 7
|
||||||
goal: build
|
goal: build
|
||||||
@ -71,6 +75,7 @@ jobs:
|
|||||||
goal: build
|
goal: build
|
||||||
arch: Win64
|
arch: Win64
|
||||||
openssl_archs: VC-WIN64A
|
openssl_archs: VC-WIN64A
|
||||||
|
fullGamTest: yes
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
goal: test
|
goal: test
|
||||||
python: "3.8"
|
python: "3.8"
|
||||||
@ -638,7 +643,7 @@ jobs:
|
|||||||
echo "We successfully compiled Python ${this_python} and OpenSSL ${this_openssl}"
|
echo "We successfully compiled Python ${this_python} and OpenSSL ${this_openssl}"
|
||||||
|
|
||||||
- name: Live API tests push only
|
- name: Live API tests push only
|
||||||
if: github.event_name == 'push' || github.event_name == 'schedule'
|
if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.fullGamTest == 'yes'
|
||||||
env:
|
env:
|
||||||
PASSCODE: ${{ secrets.PASSCODE }}
|
PASSCODE: ${{ secrets.PASSCODE }}
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user