Skip to content

Commit

Permalink
no windows, stop on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Dec 7, 2023
1 parent 53ed18f commit dc5e385
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down

0 comments on commit dc5e385

Please sign in to comment.