Skip to content

Commit 0f08a7e

Browse files
author
Huy Mai
committed
Set scalability test timeout to 6h
As we want to test more clusters in scalability, the default 3h is not enough. For now let's set it to 6h, but the timeout could be extended even further in the future. Signed-off-by: Huy Mai <[email protected]>
1 parent 33dba47 commit 0f08a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/jobs/capm3-e2e-tests.pipeline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ script {
2727
} else if ( "${GINKGO_FOCUS}" == 'k8s-upgrade' ) {
2828
agent_label = "metal3ci-8c24gb-${IMAGE_OS}"
2929
TIMEOUT=14400 // 4h
30-
} else if ( "${env.EPHEMERAL_TEST}" == 'true' ) {
30+
} else if ( "${env.EPHEMERAL_TEST}" == 'true' || "${GINKGO_FOCUS}" == "scalability" ) {
3131
TIMEOUT=21600 // 6h
3232
agent_label = "metal3ci-8c32gb-${IMAGE_OS}"
3333
} else {

0 commit comments

Comments
 (0)