Skip to content

Commit

Permalink
[NO JIRA] Revert the cirrus-ci task name to get back "Check Releasabi…
Browse files Browse the repository at this point in the history
…lity" (#4586)
  • Loading branch information
alban-auzeill authored Nov 28, 2023
1 parent 624ca67 commit 1157309
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ common_build_definition: &COMMON_BUILD_DEFINITION
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository

build_compile_task:
# Only compile without "test and sonar:sonar". Note: Do not rename "build", it is used by "Check Releasability"
build_task:
<<: *COMMON_BUILD_DEFINITION
build_script:
- source cirrus-env BUILD
- regular_mvn_build_deploy_analyze -Dmaven.test.skip=true -Dsonar.skip=true -pl '!java-checks-test-sources/default,!java-checks-test-sources/aws'
cleanup_before_cache_script: cleanup_maven_repository

build_test_analyze_task:
test_analyze_task:
<<: *COMMON_BUILD_DEFINITION
build_script:
- source cirrus-env BUILD
Expand Down Expand Up @@ -110,7 +111,7 @@ qa_os_win_task:

plugin_qa_task:
depends_on:
- build_compile
- build
<<: *ONLY_SONARSOURCE_QA
eks_container:
<<: *CONTAINER_DEFINITION
Expand All @@ -135,7 +136,7 @@ plugin_qa_task:

sanity_task:
depends_on:
- build_compile
- build
<<: *ONLY_SONARSOURCE_QA
eks_container:
<<: *CONTAINER_DEFINITION
Expand All @@ -153,7 +154,7 @@ sanity_task:

ruling_task:
depends_on:
- build_compile
- build
<<: *ONLY_SONARSOURCE_QA
eks_container:
<<: *CONTAINER_DEFINITION
Expand Down Expand Up @@ -181,7 +182,7 @@ ruling_task:

ruling_win_task:
depends_on:
- build_compile
- build
<<: *ONLY_SONARSOURCE_QA
<<: *WINDOWS_VM_DEFINITION
maven_cache:
Expand All @@ -202,7 +203,7 @@ ruling_win_task:

autoscan_task:
depends_on:
- build_compile
- build
<<: *ONLY_SONARSOURCE_QA
eks_container:
<<: *CONTAINER_DEFINITION
Expand All @@ -224,8 +225,8 @@ autoscan_task:

promote_task:

Check warning on line 226 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L226

task "promote" depends on task "ws_scan", but their only_if conditions are different
depends_on:
- build_compile
- build_test_analyze
- build
- test_analyze
- qa_os_win
- sanity
- ruling
Expand Down

0 comments on commit 1157309

Please sign in to comment.