File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 7
7
image : family/elasticsearch-ubuntu-2004
8
8
machineType : n1-standard-32
9
9
buildDirectory : /dev/shm/bk
10
- preemptible : true
11
10
matrix :
12
11
setup :
13
12
FWC_VERSION : $FWC_LIST
Original file line number Diff line number Diff line change 1
1
# This file is auto-generated. See .buildkite/pipelines/periodic-fwc.template.yml
2
2
steps :
3
- - label : " {{matrix. FWC_VERSION}} / fwc"
4
- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$ FWC_VERSION#fwcTest -Dtests.bwc.snapshot=false
3
+ - label : $ FWC_VERSION / fwc
4
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$FWC_VERSION#fwcTest -Dtests.bwc.snapshot=false
5
5
timeout_in_minutes : 300
6
6
agents :
7
7
provider : gcp
8
8
image : family/elasticsearch-ubuntu-2004
9
9
machineType : n1-standard-32
10
10
buildDirectory : /dev/shm/bk
11
- preemptible : true
12
11
matrix :
13
12
setup :
14
13
FWC_VERSION : []
15
14
env :
16
- FWC_VERSION : " {{matrix. FWC_VERSION}} "
15
+ FWC_VERSION : $ FWC_VERSION
You can’t perform that action at this time.
0 commit comments