Skip to content

Commit

Permalink
chore: use same branching schema for e2e (#28493)
Browse files Browse the repository at this point in the history
(cherry picked from commit 055e859)
  • Loading branch information
mdelapenya authored and mergify-bot committed Oct 18, 2021
1 parent 4219d32 commit 662598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def runE2ETests(){
def triggerE2ETests(String suite) {
echo("Triggering E2E tests for PR-${env.CHANGE_ID}. Test suites: ${suite}.")

def branchName = isPR() ? "${env.CHANGE_TARGET}" : "${env.JOB_BASE_NAME}.x"
def branchName = isPR() ? "${env.CHANGE_TARGET}" : "${env.JOB_BASE_NAME}"
def e2eTestsPipeline = "e2e-tests/e2e-testing-mbp/${branchName}"
def beatVersion = "${env.BEAT_VERSION}-SNAPSHOT"

Expand Down

0 comments on commit 662598c

Please sign in to comment.