diff --git a/.cirrus.yml b/.cirrus.yml index f87aab3b0..a8730f350 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -55,29 +55,6 @@ build_task: - regular_mvn_build_deploy_analyze cleanup_before_cache_script: cleanup_maven_repository -ws_scan_task: - <<: *ONLY_SONARSOURCE_QA - eks_container: - <<: *CONTAINER_DEFINITION - image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j17-latest - cpu: 4 - memory: 4G - # run only on master and long-term branches - only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*") - env: - WS_APIKEY: VAULT[development/kv/data/mend data.apikey] - maven_cache: - folder: ${CIRRUS_WORKING_DIR}/.m2/repository - whitesource_script: - - source cirrus-env QA - - source set_maven_build_version $BUILD_NUMBER - - mvn clean install --batch-mode -Dmaven.test.skip=true -pl '!java-symbolic-execution/java-symbolic-execution-checks-test-sources' - - source ws_scan.sh - allow_failures: "true" - always: - ws_artifacts: - path: "whitesource/**/*" - ruling_task: depends_on: - build @@ -121,7 +98,6 @@ ruling_task: promote_task: depends_on: - build - - ws_scan - ruling <<: *ONLY_SONARSOURCE_QA eks_container: