Skip to content

Commit ae074bd

Browse files
committed
Fix bcupgrade group name
1 parent fd36125 commit ae074bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/run-pr-upgrade-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "Running PR upgrade tests from $BUILDKITE_PULL_REQUEST_BASE_BRANCH [$BASE_C
2626

2727
cat << EOF | buildkite-agent pipeline upload
2828
steps:
29-
- group: "pr-upgrade $BC_BUILD_ID -> $BUILDKITE_BRANCH"
29+
- group: "pr-upgrade $BUILDKITE_PULL_REQUEST_BASE_BRANCH -> $BUILDKITE_BRANCH"
3030
steps:
3131
- label: "pr-upgrade-part-{{matrix.PART}}"
3232
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints -Dtests.bwc.main.version=${VERSION}-SNAPSHOT -Dtests.bwc.refspec.main=${BASE_COMMIT} bcUpgradeTestPart{{matrix.PART}} -Dtests.jvm.argline="-Des.serverless_transport=true"

0 commit comments

Comments
 (0)