Skip to content

Commit

Permalink
add more cpu cores and set the junit factor to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppli11 committed Dec 16, 2024
1 parent b454bab commit 00affff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ plugin_qa_task:
<<: *ONLY_SONARSOURCE_QA
eks_container:
<<: *QA_CONTAINER_DEFINITION
cpu: 3
cpu: 6
memory: 8G
env:
CIRRUS_CLONE_DEPTH: 10
Expand All @@ -178,7 +178,7 @@ plugin_qa_task:
- source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER
- cd its/plugin
- mvn verify -Dsonar.runtimeVersion=${SQ_VERSION} -Dmaven.test.redirectTestOutputToFile=false -B -e -V
- mvn verify -Dsonar.runtimeVersion=${SQ_VERSION} -Dmaven.test.redirectTestOutputToFile=false -B -e -V -Djunit.jupiter.execution.parallel.config.dynamic.factor=1
cleanup_before_cache_script: cleanup_maven_repository
cleanup_before_orchestrator_cache_script: bash .cirrus/clean-orchestrator-cache.sh

Expand Down
2 changes: 1 addition & 1 deletion .cirrus/clean-orchestrator-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ else

# Delete the files that will be deleted
echo "$files_to_delete" | xargs -I {} sh -c 'rm -f "{}" && rmdir "$(dirname "{}")" 2>/dev/null || true'
fi
fi

0 comments on commit 00affff

Please sign in to comment.