From 3e9584393b3ce1b79582c87d85ee9cbeabe44047 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 4 Jul 2023 16:15:56 +0200 Subject: [PATCH] ci: Temporary disable the mac build and test from the CI as the runners are no longer available for now --- .gitlab/build.yml | 26 +++++++++++++------------- .gitlab/test_starpu.yml | 34 +++++++++++++++++----------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.gitlab/build.yml b/.gitlab/build.yml index 22931bfc7..f2b8f80ad 100644 --- a/.gitlab/build.yml +++ b/.gitlab/build.yml @@ -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 diff --git a/.gitlab/test_starpu.yml b/.gitlab/test_starpu.yml index 251204f0b..c22c4bd55 100644 --- a/.gitlab/test_starpu.yml +++ b/.gitlab/test_starpu.yml @@ -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 -- GitLab