We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f99cd8a + 0f08a7e commit 6d3818eCopy full SHA for 6d3818e
jenkins/jobs/capm3-e2e-tests.pipeline
@@ -27,7 +27,7 @@ script {
27
} else if ( "${GINKGO_FOCUS}" == 'k8s-upgrade' ) {
28
agent_label = "metal3ci-8c24gb-${IMAGE_OS}"
29
TIMEOUT=14400 // 4h
30
- } else if ( "${env.EPHEMERAL_TEST}" == 'true' ) {
+ } else if ( "${env.EPHEMERAL_TEST}" == 'true' || "${GINKGO_FOCUS}" == "scalability" ) {
31
TIMEOUT=21600 // 6h
32
agent_label = "metal3ci-8c32gb-${IMAGE_OS}"
33
} else {
0 commit comments