From e4b9c667564696d296fb4ada43cb051a4d09fbbe Mon Sep 17 00:00:00 2001 From: Sebastien Vermeille Date: Tue, 30 Jul 2024 15:46:45 +0200 Subject: [PATCH 1/3] BUILD-5811 Analyze JVM installation --- .cirrus.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4ea40a642..d6bb8e51b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -145,6 +145,9 @@ validate_windows_task: ec2_instance: <<: *WINVM_DEFINITION <<: *SETUP_GRADLE_CACHE + dump_jvm_infos_script: | + java --version + echo $JAVA_HOME # skip unit tests from submodules to allow caching (else cache is too big for Cirrus) build_script: | source cirrus-env QA @@ -157,8 +160,8 @@ validate_windows_task: junit_artifacts: path: "**/test-results/**/*.xml" format: junit - slack_notification_script: | - .cirrus/slack-notification.sh +# slack_notification_script: | +# .cirrus/slack-notification.sh plugin_verifier_task: # name: "Run plugin verifier on all IDEs" From 5465a9473a44d7c390b62a852c43b6381f296511 Mon Sep 17 00:00:00 2001 From: Sebastien Vermeille Date: Tue, 30 Jul 2024 16:01:50 +0200 Subject: [PATCH 2/3] BUILD-5811 Analyze JVM installation --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d6bb8e51b..bee824c38 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -61,7 +61,7 @@ eks_builder_container: &BUILDER_CONTAINER_DEFINITION ec2_instance: &WINVM_DEFINITION experimental: true - image: base-windows-jdk17-v20240704125406 + image: base-windows-jdk17-* platform: windows region: eu-central-1 subnet_id: ${CIRRUS_AWS_SUBNET} From 70b22d5fc9cb75b60a71adb63b16f59472a7dc5d Mon Sep 17 00:00:00 2001 From: Sebastien Vermeille Date: Tue, 30 Jul 2024 16:26:02 +0200 Subject: [PATCH 3/3] BUILD-5811 Analyze JVM installation --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index bee824c38..3873e7228 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -150,6 +150,7 @@ validate_windows_task: echo $JAVA_HOME # skip unit tests from submodules to allow caching (else cache is too big for Cirrus) build_script: | + mkdir C:\Program Files\Microsoft\jdk-17.0.11.9-hotspot\Packages source cirrus-env QA source .cirrus/use-gradle-wrapper.sh ./gradlew :check