Skip to content

Commit

Permalink
ci: workaround sonarqube issues on horeka
Browse files Browse the repository at this point in the history
See failure:
https://gitlab.com/ginkgo-project/ginkgo-public-ci/-/jobs/6963993256#L654
and many others.

It seems that HoreKa and NodeJS do not go well together.
  • Loading branch information
tcojean committed Jun 4, 2024
1 parent 4655295 commit 06868cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,11 @@ sonarqube_cov_:
- .quick_test_short_lived_condition
- .before_script_template
- .use_gko-cuda101-openmpi-gnu8-llvm7-intel2019
tags:
- private_ci
- controller
- cpu
- nla-gpu
script:
- PR_ID=$(curl -s "https://api.github.com/search/issues?q=sha:${CI_COMMIT_SHA}"
| jq '.items[0].number')
Expand Down Expand Up @@ -730,6 +735,11 @@ sonarqube_cov:
- .deploy_condition
- .before_script_template
- .use_gko-cuda101-openmpi-gnu8-llvm7-intel2019
tags:
- private_ci
- controller
- cpu
- nla-gpu
script:
- ctest -S cmake/CTestScript.cmake -DCTEST_BUILD_CONFIGURATION=COVERAGE
-DGINKGO_SONARQUBE_TEST=ON
Expand Down

0 comments on commit 06868cb

Please sign in to comment.