|
@@ -1873,6 +1873,22 @@ steps:
|
|
|
env:
|
|
|
BWC_VERSION: 8.12.2
|
|
|
|
|
|
+ - label: "{{matrix.image}} / 8.12.3 / packaging-tests-upgrade"
|
|
|
+ command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.12.3
|
|
|
+ timeout_in_minutes: 300
|
|
|
+ matrix:
|
|
|
+ setup:
|
|
|
+ image:
|
|
|
+ - rocky-8
|
|
|
+ - ubuntu-2004
|
|
|
+ agents:
|
|
|
+ provider: gcp
|
|
|
+ image: family/elasticsearch-{{matrix.image}}
|
|
|
+ machineType: custom-16-32768
|
|
|
+ buildDirectory: /dev/shm/bk
|
|
|
+ env:
|
|
|
+ BWC_VERSION: 8.12.3
|
|
|
+
|
|
|
- label: "{{matrix.image}} / 8.13.0 / packaging-tests-upgrade"
|
|
|
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.13.0
|
|
|
timeout_in_minutes: 300
|