Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0bf8b48

Browse files
committedJul 2, 2024·
Run only GPU tests for PR check
1 parent 223021f commit 0bf8b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/e2e_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "CODEFLARE_TEST_OUTPUT_DIR=${CODEFLARE_TEST_OUTPUT_DIR}" >> $GITHUB_ENV
8787
8888
set -euo pipefail
89-
go test -timeout 60m -v ./test/e2e -json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/gotest.log | gotestfmt
89+
go test -timeout 60m -v -run "^Test.*Gpu$" ./test/e2e -json 2>&1 | tee ${CODEFLARE_TEST_OUTPUT_DIR}/gotest.log | gotestfmt
9090
9191
- name: Print CodeFlare operator logs
9292
if: always() && steps.deploy.outcome == 'success'

0 commit comments

Comments
 (0)
Please sign in to comment.