File tree Expand file tree Collapse file tree 7 files changed +4
-67
lines changed Expand file tree Collapse file tree 7 files changed +4
-67
lines changed Original file line number Diff line number Diff line change 7878 BWC_VERSION : " {{matrix.BWC_VERSION}}"
7979 - group : java-matrix
8080 steps :
81- - label : " {{matrix.ES_RUNTIME_JAVA}} / entitlements={{matrix.ENTITLEMENTS_ENABLED}} / {{matrix.GRADLE_TASK}} / java-matrix"
82- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline="-Des.entitlements.enabled=$$ENTITLEMENTS_ENABLED" $$GRADLE_TASK
81+ - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.GRADLE_TASK}} / java-matrix"
82+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true $$GRADLE_TASK
8383 timeout_in_minutes : 300
8484 matrix :
8585 setup :
9494 - checkPart4
9595 - checkPart5
9696 - checkRestCompat
97- ENTITLEMENTS_ENABLED :
98- - " true"
99- - " false"
10097 agents :
10198 provider : gcp
10299 image : family/elasticsearch-ubuntu-2004
@@ -105,7 +102,6 @@ steps:
105102 env :
106103 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
107104 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
108- ENTITLEMENTS_ENABLED : " {{matrix.ENTITLEMENTS_ENABLED}}"
109105 - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.BWC_VERSION}} / java-matrix-bwc"
110106 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$BWC_VERSION#bwcTest
111107 timeout_in_minutes : 300
Original file line number Diff line number Diff line change @@ -497,8 +497,8 @@ steps:
497497 BWC_VERSION : " {{matrix.BWC_VERSION}}"
498498 - group : java-matrix
499499 steps :
500- - label : " {{matrix.ES_RUNTIME_JAVA}} / entitlements={{matrix.ENTITLEMENTS_ENABLED}} / {{matrix.GRADLE_TASK}} / java-matrix"
501- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline="-Des.entitlements.enabled=$$ENTITLEMENTS_ENABLED" $$GRADLE_TASK
500+ - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.GRADLE_TASK}} / java-matrix"
501+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true $$GRADLE_TASK
502502 timeout_in_minutes : 300
503503 matrix :
504504 setup :
@@ -513,9 +513,6 @@ steps:
513513 - checkPart4
514514 - checkPart5
515515 - checkRestCompat
516- ENTITLEMENTS_ENABLED :
517- - " true"
518- - " false"
519516 agents :
520517 provider : gcp
521518 image : family/elasticsearch-ubuntu-2004
@@ -524,7 +521,6 @@ steps:
524521 env :
525522 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
526523 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
527- ENTITLEMENTS_ENABLED : " {{matrix.ENTITLEMENTS_ENABLED}}"
528524 - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.BWC_VERSION}} / java-matrix-bwc"
529525 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$BWC_VERSION#bwcTest
530526 timeout_in_minutes : 300
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments