Skip to content

Commit

Permalink
workflows/main.yml : Omit performance tests for debug and windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldresser-ie committed Jun 26, 2023
1 parent dd6462c commit 7d5c3a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
publish: false
containerImage: ghcr.io/gafferhq/build/build:2.0.0
testRunner: su testUser -c
testArguments: -category standard
# Debug builds are ludicrously big, so we must use a larger cache
# limit. In practice this compresses down to 4-500Mb.
sconsCacheMegabytes: 2500
Expand All @@ -63,7 +64,7 @@ jobs:
publish: true
containerImage:
testRunner: Invoke-Expression
testArguments: GafferTest GafferVDBTest GafferUSDTest GafferSceneTest GafferDispatchTest GafferOSLTest GafferImageTest GafferUITest GafferImageUITest GafferSceneUITest GafferDispatchUITest GafferOSLUITest GafferUSDUITest GafferVDBUITest GafferDelightUITest
testArguments: -category standard GafferTest GafferVDBTest GafferUSDTest GafferSceneTest GafferDispatchTest GafferOSLTest GafferImageTest GafferUITest GafferImageUITest GafferSceneUITest GafferDispatchUITest GafferOSLUITest GafferUSDUITest GafferVDBUITest GafferDelightUITest
sconsCacheMegabytes: 400

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7d5c3a0

Please sign in to comment.