Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3e958439 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

ci: Temporary disable the mac build and test from the CI as the runners are no...

ci: Temporary disable the mac build and test from the CI as the runners are no longer available for now
parent aed911e0
No related branches found
No related tags found
No related merge requests found
......@@ -50,16 +50,16 @@ build_starpu_simgrid:
BUILD_OPTIONS: "-DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF"
VERSION: starpu_simgrid
build_starpu_macosx:
extends: .only-merge-request
stage: build
tags: ['macosx']
variables:
VERSION: starpu
script:
- tools/build_macosx.sh
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
expire_in: 2 days
untracked: true
when: always
# build_starpu_macosx:
# extends: .only-merge-request
# stage: build
# tags: ['macosx']
# variables:
# VERSION: starpu
# script:
# - tools/build_macosx.sh
# artifacts:
# name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
# expire_in: 2 days
# untracked: true
# when: always
......@@ -78,20 +78,20 @@ test_starpu_mpi_z:
PRECISION: z
TESTS_RESTRICTION: "-R \"_${CATEGORY}_${PRECISION}\""
test_starpu_shm_s_macosx:
extends: .only-merge-request
stage: test
tags: ['macosx']
needs: [build_starpu_macosx]
dependencies: [build_starpu_macosx]
variables:
VERSION: starpu
script:
- cd build-starpu && ctest --no-compress-output -R test_shm_s -T Test --output-junit ../chameleon_macosx.junit | tee -a ../chameleon_macosx.log
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
expire_in: 2 days
untracked: true
when: always
reports:
junit: chameleon_macosx.junit
# test_starpu_shm_s_macosx:
# extends: .only-merge-request
# stage: test
# tags: ['macosx']
# needs: [build_starpu_macosx]
# dependencies: [build_starpu_macosx]
# variables:
# VERSION: starpu
# script:
# - cd build-starpu && ctest --no-compress-output -R test_shm_s -T Test --output-junit ../chameleon_macosx.junit | tee -a ../chameleon_macosx.log
# artifacts:
# name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
# expire_in: 2 days
# untracked: true
# when: always
# reports:
# 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