Skip to content

Commit

Permalink
Merge pull request #942 from Nordix/mquhuy/extend-scalability-timeout
Browse files Browse the repository at this point in the history
🌱 Set scalability test timeout to 6h
  • Loading branch information
metal3-io-bot authored Jan 4, 2025
2 parents f99cd8a + 0f08a7e commit 6d3818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/jobs/capm3-e2e-tests.pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ script {
} else if ( "${GINKGO_FOCUS}" == 'k8s-upgrade' ) {
agent_label = "metal3ci-8c24gb-${IMAGE_OS}"
TIMEOUT=14400 // 4h
} else if ( "${env.EPHEMERAL_TEST}" == 'true' ) {
} else if ( "${env.EPHEMERAL_TEST}" == 'true' || "${GINKGO_FOCUS}" == "scalability" ) {
TIMEOUT=21600 // 6h
agent_label = "metal3ci-8c32gb-${IMAGE_OS}"
} else {
Expand Down

0 comments on commit 6d3818e

Please sign in to comment.