We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd36125 commit ae074bdCopy full SHA for ae074bd
.buildkite/scripts/run-pr-upgrade-tests.sh
@@ -26,7 +26,7 @@ echo "Running PR upgrade tests from $BUILDKITE_PULL_REQUEST_BASE_BRANCH [$BASE_C
26
27
cat << EOF | buildkite-agent pipeline upload
28
steps:
29
- - group: "pr-upgrade $BC_BUILD_ID -> $BUILDKITE_BRANCH"
+ - group: "pr-upgrade $BUILDKITE_PULL_REQUEST_BASE_BRANCH -> $BUILDKITE_BRANCH"
30
31
- label: "pr-upgrade-part-{{matrix.PART}}"
32
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