diff --git a/.cirrus.yml b/.cirrus.yml index 401b090e46a..dc985d789e8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -32,7 +32,7 @@ container_definition: &CONTAINER_DEFINITION win_vm_definition: &WINDOWS_VM_DEFINITION ec2_instance: experimental: true # see https://github.com/cirruslabs/cirrus-ci-docs/issues/1051 - image: base-windows-jdk17-v* + image: base-windows-jdk17-v platform: windows region: eu-central-1 disk: 128 @@ -40,7 +40,7 @@ win_vm_definition: &WINDOWS_VM_DEFINITION subnet_id: ${CIRRUS_AWS_SUBNET} only_sonarsource_qa: &ONLY_SONARSOURCE_QA - only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*") + only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.!" || $CIRRUS_BRANCH =~ "dogfood-on-.*") build_task: eks_container: @@ -210,3 +210,4 @@ promote_task: folder: ${CIRRUS_WORKING_DIR}/.m2/repository script: cirrus_promote_maven cleanup_before_cache_script: cleanup_maven_repository + \ No newline at end of file