Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Perez committed Jul 20, 2023
1 parent b05fb8b commit e9a436a
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ install:
stage: install
only:
- develop
- BTIS3_for_develop
- diag_new_particles

script:
# Force workdir cleaning in case of retried
Expand All @@ -35,8 +33,6 @@ compile_default:
stage: compile_default
only:
- develop
- BTIS3_for_develop
- diag_new_particles

script:
# Move in test dir
Expand All @@ -48,8 +44,6 @@ runQuick:
stage: run_quick
only:
- develop
- BTIS3_for_develop
- diag_new_particles

script:
# Move in test dir
Expand All @@ -61,8 +55,6 @@ run1D:
stage: run_default
only:
- develop
- BTIS3_for_develop
- diag_new_particles

script:
# Move in test dir
Expand All @@ -75,8 +67,6 @@ run2D:
stage: run_default
only:
- develop
- BTIS3_for_develop
- diag_new_particles

script:
# Move in test dir
Expand All @@ -91,8 +81,6 @@ run3D:
stage: run_default
only:
- develop
- BTIS3_for_develop
- diag_new_particles

script:
# Move in test dir
Expand All @@ -108,8 +96,6 @@ runAM:
stage: run_default
only:
- develop
- BTIS3_for_develop
- diag_new_particles

script:
# Move in test dir
Expand All @@ -121,8 +107,6 @@ runCollisions:
stage: run_default
only:
- develop
- BTIS3_for_develop
- diag_new_particles

script:
# Move in test dir
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e9a436a

Please sign in to comment.