Skip to content

Commit b6add0d

Browse files
Delete ws_scan_task
1 parent 8f28249 commit b6add0d

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.cirrus.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -128,28 +128,6 @@ test_analyze_task:
128128
- ./check-license-compliance.sh
129129
cleanup_before_cache_script: cleanup_maven_repository
130130

131-
ws_scan_task:
132-
<<: *ONLY_SONARSOURCE_QA
133-
eks_container:
134-
<<: *CONTAINER_WITH_DOCKER_DEFINITION
135-
cpu: 4
136-
memory: 4G
137-
# run only on master and long-term branches
138-
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
139-
env:
140-
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
141-
maven_cache:
142-
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
143-
whitesource_script:
144-
- source cirrus-env QA
145-
- source set_maven_build_version $BUILD_NUMBER
146-
- mvn clean install --batch-mode -Dmaven.test.skip=true -pl '!java-checks-test-sources,!java-checks-test-sources/default,!java-checks-test-sources/aws,!java-checks-test-sources/spring-3.2,!java-checks-test-sources/spring-web-4.0'
147-
- source ws_scan.sh
148-
allow_failures: "true"
149-
always:
150-
ws_artifacts:
151-
path: "whitesource/**/*"
152-
153131
qa_os_win_task:
154132
ec2_instance:
155133
image: base-windows-jdk21-v*

0 commit comments

Comments
 (0)