Skip to content

Commit d51b592

Browse files
authored
🐛 Fix nightly to use consolidated test suite (#795)
The deprecated test/e2e-openshift/ suite was removed in #787. Switch nightly test_target from test-e2e-openshift to test-e2e-full which runs the consolidated test/e2e/ suite. Signed-off-by: Andrew Anderson <andy@clubanderson.com>
1 parent a26e2d9 commit d51b592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-e2e-cks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
pod_wait_timeout: '30m'
7575
pod_readiness_delay: 180
7676
image_override: 'ghcr.io/llm-d/llm-d-cuda-dev:latest'
77-
test_target: test-e2e-openshift
77+
test_target: test-e2e-full
7878
secrets: inherit

0 commit comments

Comments
 (0)