File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
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}} / {{matrix.GRADLE_TASK}} / java-matrix"
82- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true $$GRADLE_TASK
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
8383 timeout_in_minutes : 300
8484 matrix :
8585 setup :
9494 - checkPart4
9595 - checkPart5
9696 - checkRestCompat
97+ ENTITLEMENTS_ENABLED :
98+ - " true"
99+ - " false"
97100 agents :
98101 provider : gcp
99102 image : family/elasticsearch-ubuntu-2004
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}} / {{matrix.GRADLE_TASK}} / java-matrix"
501- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true $$GRADLE_TASK
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
502502 timeout_in_minutes : 300
503503 matrix :
504504 setup :
@@ -513,6 +513,9 @@ steps:
513513 - checkPart4
514514 - checkPart5
515515 - checkRestCompat
516+ ENTITLEMENTS_ENABLED :
517+ - " true"
518+ - " false"
516519 agents :
517520 provider : gcp
518521 image : family/elasticsearch-ubuntu-2004
You can’t perform that action at this time.
0 commit comments