Skip to content

Commit 6d3818e

Browse files
Merge pull request #942 from Nordix/mquhuy/extend-scalability-timeout
🌱 Set scalability test timeout to 6h
2 parents f99cd8a + 0f08a7e commit 6d3818e

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)