Skip to content

Commit 15be0a8

Browse files
committed
Buildkite didn't like that, try again
1 parent 83cb872 commit 15be0a8

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.buildkite/pipelines/intake.template.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ steps:
6969
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=$$ES_VERSION -Dtests.bwc.refspec.main=$$ES_COMMIT luceneBwcTest
7070
timeout_in_minutes: 300
7171
matrix:
72-
setup: { }
73-
adjustments:
74-
- with:
75-
LUCENE_VERSION: "10.0.0"
76-
ES_VERSION: "9.0.0"
77-
ES_COMMIT: "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump
72+
setup:
73+
LUCENE_VERSION:
74+
- "10.0.0"
75+
ES_VERSION:
76+
- "9.0.0"
77+
ES_COMMIT:
78+
- "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump
7879
agents:
7980
provider: gcp
8081
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/intake.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ steps:
7070
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=$$ES_VERSION -Dtests.bwc.refspec.main=$$ES_COMMIT luceneBwcTest
7171
timeout_in_minutes: 300
7272
matrix:
73-
setup: { }
74-
adjustments:
75-
- with:
76-
LUCENE_VERSION: "10.0.0"
77-
ES_VERSION: "9.0.0"
78-
ES_COMMIT: "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump
73+
setup:
74+
LUCENE_VERSION:
75+
- "10.0.0"
76+
ES_VERSION:
77+
- "9.0.0"
78+
ES_COMMIT:
79+
- "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump
7980
agents:
8081
provider: gcp
8182
image: family/elasticsearch-ubuntu-2004

0 commit comments

Comments
 (0)