Skip to content

Commit

Permalink
Add BMO upgrade tests pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mquhuy committed Jan 16, 2024
1 parent 9d7b618 commit 755c0ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jenkins/jobs/bmo_e2e_tests.pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ def TIMEOUT = 3600
def branch = env.ghprbActualCommit ?: "main"
def repoUrl = env.ghprbAuthorRepoGitUrl ?: "https://github.com/metal3-io/baremetal-operator.git"

// Define GINKGO_FOCUS var based on the test set
def GINKGO_FOCUS = ""

if (TEST_SET == "e2e-upgrade-test") {
GINKGO_FOCUS="upgrade"
}

pipeline {
environment {
GINKGO_FOCUS="${GINKGO_FOCUS}"
}
agent none
stages {
stage("Run Baremetal Operator e2e tests") {
Expand Down

0 comments on commit 755c0ac

Please sign in to comment.