Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,30 +86,6 @@
- ./shadow-scan-and-issue-replication.sh
<<: *CLEANUP_GRADLE_CACHE_SCRIPT

ws_scan_task:
eks_container:
<<: *CONTAINER_DEFINITION
cpu: 2
memory: 2G
<<: *SETUP_GRADLE_CACHE
depends_on:
- build
# run only on master, long-term branches and mend-related 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
- ./gradlew clean build -x test
- source ./export_ws_variables.sh
- source ws_scan.sh
allow_failures: "true"
always:
ws_artifacts:
path: "whitesource/**/*"

plugin_qa_task:
depends_on:
- build
Expand All @@ -131,7 +107,7 @@

<<: *CLEANUP_GRADLE_CACHE_SCRIPT

promote_task:

Check warning on line 110 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L110

task "promote" depends on task "sonar_shadow_scan_and_issue_replication", but their only_if conditions are different
depends_on:
- plugin_qa
- sonar_shadow_scan_and_issue_replication
Expand Down
23 changes: 0 additions & 23 deletions export_ws_variables.sh

This file was deleted.

21 changes: 0 additions & 21 deletions wss-unified-agent.config

This file was deleted.