File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ steps:
105105 env :
106106 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
107107 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
108+ ENTITLEMENTS_ENABLED : " {{matrix.ENTITLEMENTS_ENABLED}}"
108109 - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.BWC_VERSION}} / java-matrix-bwc"
109110 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$BWC_VERSION#bwcTest
110111 timeout_in_minutes : 300
Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ steps:
524524 env :
525525 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
526526 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
527+ ENTITLEMENTS_ENABLED : " {{matrix.ENTITLEMENTS_ENABLED}}"
527528 - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.BWC_VERSION}} / java-matrix-bwc"
528529 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$BWC_VERSION#bwcTest
529530 timeout_in_minutes : 300
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public enum DockerBase {
2222 // Chainguard based wolfi image with latest jdk
2323 // This is usually updated via renovatebot
2424 // spotless:off
25- WOLFI ("docker.elastic.co/wolfi/chainguard-base:latest@sha256:bd401704a162a7937cd1015f755ca9da9aba0fdf967fc6bf90bf8d3f6b2eb557 " ,
25+ WOLFI ("docker.elastic.co/wolfi/chainguard-base:latest@sha256:ecd940be9f342ee6173397c48f3df5bb410e95000f8726fd01759b6c39b0beda " ,
2626 "-wolfi" ,
2727 "apk"
2828 ),
Original file line number Diff line number Diff line change @@ -423,6 +423,15 @@ tests:
423423 issue : https://github.com/elastic/elasticsearch/issues/122310
424424- class : org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT
425425 issue : https://github.com/elastic/elasticsearch/issues/122315
426+ - class : org.elasticsearch.xpack.kql.KqlRestIT
427+ issue : https://github.com/elastic/elasticsearch/issues/122316
428+ - class : org.elasticsearch.xpack.test.rest.XPackRestIT
429+ issue : https://github.com/elastic/elasticsearch/issues/120816
430+ - class : org.elasticsearch.xpack.eql.EqlClientYamlIT
431+ issue : https://github.com/elastic/elasticsearch/issues/122317
432+ - class : org.elasticsearch.blocks.SimpleBlocksIT
433+ method : testConcurrentAddBlock
434+ issue : https://github.com/elastic/elasticsearch/issues/122324
426435
427436# Examples:
428437#
You can’t perform that action at this time.
0 commit comments