Skip to content

Commit

Permalink
use default for perf
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Mar 5, 2024
1 parent 5f62330 commit 0f89288
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,18 +302,19 @@ perf_task:
<<: *ONLY_SONARSOURCE_QA
eks_container:
<<: *CONTAINER_DEFINITION
cpu: 15
memory: 30G
env:
CIRRUS_CLONE_DEPTH: 10
SONARSOURCE_QA: true
<<: *MAVEN_CACHE
submodules_script:
- git submodule update --init
perf_script:
- source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER
- cd its/perf
- mvn -B -e -V package
- mvn exec:exec
cleanup_before_cache_script: cleanup_maven_repository

promote_task:

Check warning on line 319 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L319

task "promote" depends on task "ws_scan", but their only_if conditions are different

Check warning on line 319 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L319

task "promote" depends on task "ws_scan", but their only_if conditions are different
depends_on:
Expand Down

0 comments on commit 0f89288

Please sign in to comment.