Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1f819e2e authored by PRUVOST Florent's avatar PRUVOST Florent Committed by Mathieu Faverge
Browse files

Fix artifacts dependencies for the sonarqube job

parent 27e1e1c7
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,18 @@ sonarqube: ...@@ -3,6 +3,18 @@ sonarqube:
stage: analyse stage: analyse
extends: extends:
- .only-master - .only-master
needs: [test_openmp_shm_c,test_openmp_shm_d,test_openmp_shm_s,test_openmp_shm_z,
test_parsec_shm_c,test_parsec_shm_d,test_parsec_shm_s,test_parsec_shm_z,
test_quark_shm_c,test_quark_shm_d,test_quark_shm_s,test_quark_shm_z,
test_starpu_shm_c,test_starpu_shm_d,test_starpu_shm_s,test_starpu_shm_z,
test_starpu_mpi_c,test_starpu_mpi_d,test_starpu_mpi_s,test_starpu_mpi_z,
test_starpu_simgrid_simu_all]
dependencies: [test_openmp_shm_c,test_openmp_shm_d,test_openmp_shm_s,test_openmp_shm_z,
test_parsec_shm_c,test_parsec_shm_d,test_parsec_shm_s,test_parsec_shm_z,
test_quark_shm_c,test_quark_shm_d,test_quark_shm_s,test_quark_shm_z,
test_starpu_shm_c,test_starpu_shm_d,test_starpu_shm_s,test_starpu_shm_z,
test_starpu_mpi_c,test_starpu_mpi_d,test_starpu_mpi_s,test_starpu_mpi_z,
test_starpu_simgrid_simu_all]
variables: variables:
VERSION: sonarqube VERSION: sonarqube
script: script:
......
...@@ -90,8 +90,8 @@ test_starpu_shm_s_macosx: ...@@ -90,8 +90,8 @@ test_starpu_shm_s_macosx:
- cd build-starpu && ctest --no-compress-output -R test_shm_s -T Test --output-junit ../chameleon_macosx.junit | tee -a ../chameleon_macosx.log - cd build-starpu && ctest --no-compress-output -R test_shm_s -T Test --output-junit ../chameleon_macosx.junit | tee -a ../chameleon_macosx.log
artifacts: artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths: ['chameleon_macosx.log']
expire_in: 2 days expire_in: 2 days
untracked: true
when: always when: always
reports: reports:
junit: chameleon_macosx.junit junit: chameleon_macosx.junit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment