File tree Expand file tree Collapse file tree 3 files changed +18
-15
lines changed Expand file tree Collapse file tree 3 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 33 command : .buildkite/scripts/cuvs-snapshot/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints {{matrix.GRADLE_TASK}}
44 timeout_in_minutes : 300
55 agents :
6- provider : gcp
7- image : family/elasticsearch-ubuntu-2404-nvidia
8- machineType : g2-standard-32
9- buildDirectory : /dev/shm/bk
10- zones : us-central1-b,us-central1-c
6+ provider : aws
7+ imagePrefix : elasticsearch-aws-ubuntu-2204-nvidia
8+ instanceType : g6.8xlarge
9+ diskSizeGb : 350
10+ diskType : gp3
11+ diskName : /dev/sda1
1112 env :
1213 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
1314 matrix :
Original file line number Diff line number Diff line change 22 - label : " Smoke test and update new cuVS snapshot"
33 command : .buildkite/scripts/cuvs-snapshot/update-current-snapshot-version.sh
44 agents :
5- provider : gcp
6- image : family/elasticsearch-ubuntu-2404-nvidia
7- machineType : g2-standard-16
8- zones : us-central1-b,us-central1-c
9- diskSizeGb : 150
5+ provider : aws
6+ imagePrefix : elasticsearch-aws-ubuntu-2204-nvidia
7+ instanceType : g6.2xlarge
8+ diskSizeGb : 350
9+ diskType : gp3
10+ diskName : /dev/sda1
1011 - wait : ~
1112 - trigger : " elasticsearch-cuvs-run-tests"
1213 build :
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ steps:
1010 command : .buildkite/scripts/cuvs-snapshot/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints {{matrix.GRADLE_TASK}}
1111 timeout_in_minutes : 300
1212 agents :
13- provider : gcp
14- image : family/elasticsearch-ubuntu-2404-nvidia
15- machineType : g2-standard-32
16- buildDirectory : /dev/shm/bk
17- zones : us-central1-b,us-central1-c
13+ provider : aws
14+ imagePrefix : elasticsearch-aws-ubuntu-2204-nvidia
15+ instanceType : g6.8xlarge
16+ diskSizeGb : 350
17+ diskType : gp3
18+ diskName : /dev/sda1
1819 env :
1920 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
2021 matrix :
You can’t perform that action at this time.
0 commit comments