Skip to content

Commit

Permalink
test running e2e features, ephemeral tests in private cloud.
Browse files Browse the repository at this point in the history
Signed-off-by: Sunnatillo <sunnat.samadov@est.tech>
  • Loading branch information
Sunnatillo committed Jun 3, 2024
1 parent 0574156 commit aa02aa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jenkins/jobs/capm3-e2e-tests.pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ script {
TIMEOUT=10800 // 3h
} else if ( "${env.EPHEMERAL_TEST}" == 'true' ) {
TIMEOUT=18000 // 5h
agent_label = "metal3ci-large-${IMAGE_OS}"
agent_label = "metal3ci-8c24gb-${IMAGE_OS}"
} else {
agent_label = "metal3ci-large-${IMAGE_OS}"
agent_label = "metal3ci-8c24gb-${IMAGE_OS}"
}

}
Expand Down
8 changes: 4 additions & 4 deletions jenkins/jobs/parallel_e2e_features_test.pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ci_git_credential_id = "metal3-jenkins-github-username-token"
// 10 minutes
def CLEAN_TIMEOUT = 600
// 3 hours
def TIMEOUT = 10800
def TIMEOUT = 14400
// 5 hours
def NODE_REUSE_TIMEOUT = 18000
def NODE_REUSE_TIMEOUT = 21600

script {

Expand All @@ -26,7 +26,7 @@ script {
}
echo "Checkout ${ci_git_url} branch ${ci_git_branch}"

agent_label="metal3ci-large-${IMAGE_OS}"
agent_label="metal3ci-8c24gb-${IMAGE_OS}"

}

Expand All @@ -53,7 +53,7 @@ pipeline {

stages {
stage('e2e features test Stage') {
failFast true
failFast false
parallel {
stage('Run e2e pivoting based features') {
agent { label agent_label }
Expand Down

0 comments on commit aa02aa8

Please sign in to comment.