Skip to content

Commit 5caff76

Browse files
committed
ci: make GPU E2E job non-blocking until known bugs are fixed
Add continue-on-error to the GPU job so known-bug scenarios don't block PRs. The @expected-failure-EAI-* tags preserve the coupling between test failures and Jira tickets. Remove continue-on-error when the bugs are fixed and the tests pass. Signed-off-by: fredespi <fredrik.espinoza@gmail.com>
1 parent 4546a2e commit 5caff76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ jobs:
448448
runs-on: [self-hosted, linux, amd-gpu]
449449
needs: [changes, build-and-test]
450450
if: needs.changes.outputs.heavy == 'true'
451+
continue-on-error: true
451452
steps:
452453
- uses: actions/checkout@v6
453454

0 commit comments

Comments
 (0)