From dc5e38582221ffedb71cd1d350462e655de7ba6e Mon Sep 17 00:00:00 2001 From: John Haddon Date: Thu, 7 Dec 2023 11:01:37 +0000 Subject: [PATCH] no windows, stop on failure --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d1ff0c27c40..ac07d8f51be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: # respect permissions. So we run the final test suite as a dedicated # test user rather than as root. testRunner: su testUser -c - #testArguments: -excludedCategories performance -stopOnFailure + testArguments: -stopOnFailure sconsCacheMegabytes: 400 - name: linux-debug @@ -60,14 +60,14 @@ jobs: # limit. In practice this compresses down to 4-500Mb. sconsCacheMegabytes: 2500 - - name: windows - os: windows-2019 - buildType: RELEASE - publish: true - containerImage: - testRunner: Invoke-Expression - testArguments: -excludedCategories performance GafferTest GafferVDBTest GafferUSDTest GafferSceneTest GafferDispatchTest GafferOSLTest GafferImageTest GafferUITest GafferImageUITest GafferSceneUITest GafferDispatchUITest GafferOSLUITest GafferUSDUITest GafferVDBUITest GafferDelightUITest GafferTractorTest GafferTractorUITest - sconsCacheMegabytes: 400 + # - name: windows + # os: windows-2019 + # buildType: RELEASE + # publish: true + # containerImage: + # testRunner: Invoke-Expression + # testArguments: -excludedCategories performance GafferTest GafferVDBTest GafferUSDTest GafferSceneTest GafferDispatchTest GafferOSLTest GafferImageTest GafferUITest GafferImageUITest GafferSceneUITest GafferDispatchUITest GafferOSLUITest GafferUSDUITest GafferVDBUITest GafferDelightUITest GafferTractorTest GafferTractorUITest + # sconsCacheMegabytes: 400 runs-on: ${{ matrix.os }}