From e9a436a45157cbc7600da34afeba7806c0c64a3e Mon Sep 17 00:00:00 2001 From: Frederic Perez Date: Thu, 20 Jul 2023 11:43:10 +0200 Subject: [PATCH] update ci --- .gitlab-ci.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4262426f..e812e1c0e 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,6 @@ install: stage: install only: - develop - - BTIS3_for_develop - - diag_new_particles script: # Force workdir cleaning in case of retried @@ -35,8 +33,6 @@ compile_default: stage: compile_default only: - develop - - BTIS3_for_develop - - diag_new_particles script: # Move in test dir @@ -48,8 +44,6 @@ runQuick: stage: run_quick only: - develop - - BTIS3_for_develop - - diag_new_particles script: # Move in test dir @@ -61,8 +55,6 @@ run1D: stage: run_default only: - develop - - BTIS3_for_develop - - diag_new_particles script: # Move in test dir @@ -75,8 +67,6 @@ run2D: stage: run_default only: - develop - - BTIS3_for_develop - - diag_new_particles script: # Move in test dir @@ -91,8 +81,6 @@ run3D: stage: run_default only: - develop - - BTIS3_for_develop - - diag_new_particles script: # Move in test dir @@ -108,8 +96,6 @@ runAM: stage: run_default only: - develop - - BTIS3_for_develop - - diag_new_particles script: # Move in test dir @@ -121,8 +107,6 @@ runCollisions: stage: run_default only: - develop - - BTIS3_for_develop - - diag_new_particles script: # Move in test dir @@ -134,8 +118,6 @@ compile_picsar: stage: compile_picsar only: - develop - - BTIS3_for_develop - - diag_new_particles script: - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei @@ -146,8 +128,6 @@ run_picsar: stage: run_picsar only: - develop - - BTIS3_for_develop - - diag_new_particles script: - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation @@ -157,8 +137,6 @@ compile_debug: stage: compile_debug only: - develop - - BTIS3_for_develop - - diag_new_particles script: - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei @@ -169,8 +147,6 @@ compile_no_mpi_threadmultiple: stage: compile_no_mpi_threadmultiple only: - develop - - BTIS3_for_develop - - diag_new_particles script: - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei @@ -181,8 +157,6 @@ compile_no_openmp: stage: compile_no_openmp only: - develop - - BTIS3_for_develop - - diag_new_particles script: - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei @@ -193,8 +167,6 @@ compile_omptasks: stage: compile_omptasks only: - develop - - BTIS3_for_develop - - diag_new_particles script: - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei @@ -205,8 +177,6 @@ run_omptasks: stage: run_omptasks only: - develop - - BTIS3_for_develop - - diag_new_particles script: - cd /sps3/gitlab-runner/$CI_PIPELINE_ID/smilei/validation