Skip to content

Commit

Permalink
add missed part
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaxfwu committed Feb 19, 2025
1 parent 7b13f94 commit a420f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
# Run e2e tests and print KubeRay operator logs if tests fail
- echo "--- START:Running Autoscaler e2e (nightly operator) tests"
- set -o pipefail
- KUBERAY_TEST_TIMEOUT_SHORT=1m KUBERAY_TEST_TIMEOUT_MEDIUM=5m KUBERAY_TEST_TIMEOUT_LONG=10m go test -timeout 30m -v ./test/e2eautoscaler | awk -f ../.buildkite/format.awk || (kubectl logs --tail -1 -l app.kubernetes.io/name=kuberay && exit 1)
- KUBERAY_TEST_TIMEOUT_SHORT=1m KUBERAY_TEST_TIMEOUT_MEDIUM=5m KUBERAY_TEST_TIMEOUT_LONG=10m go test -timeout 30m -v ./test/e2eautoscaler 2>&1 | awk -f ../.buildkite/format.awk || (kubectl logs --tail -1 -l app.kubernetes.io/name=kuberay && exit 1)
- echo "--- END:Autoscaler e2e (nightly operator) tests finished"

0 comments on commit a420f4b

Please sign in to comment.