Skip to content

Commit

Permalink
ci: re-enable hard failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Nov 22, 2024
1 parent 55cac2d commit 0b7a5fa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitlab/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ default:
aud: https://asc-git.lanl.gov

.darwin_job:
allow_failure: true
variables:
CLUSTER: darwin
SCHEDULER_PARAMETERS: "-N 1 --qos=debug -p general,skylake-gold,skylake-platinum --constraint=\"(cpu_family:skylake)&ib:edr\""
Expand Down Expand Up @@ -58,7 +57,6 @@ default:
- if: $ENABLED_CLUSTERS =~ /darwin/ && $CI_MERGE_REQUEST_LABELS =~ /nightly/

.rocinante_job:
allow_failure: true
variables:
CLUSTER: rocinante
SCHEDULER_PARAMETERS: "-N 1 -A asc-ci -p ci --reservation ci --time=02:00:00"
Expand All @@ -76,7 +74,6 @@ default:
- if: $ENABLED_CLUSTERS =~ /rocinante/ && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

.venado_job:
allow_failure: true
variables:
CLUSTER: venado
SCHEDULER_PARAMETERS: "-N 1 -A lanl_ai_g -p gpu --time=02:00:00"
Expand All @@ -102,7 +99,6 @@ default:
- if: $ENABLED_CLUSTERS =~ /venado/ && $GITLAB_USER_LOGIN =~ $VENADO_USERS && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

.rzansel_job:
allow_failure: true
tags:
- rzansel
- batch
Expand All @@ -120,7 +116,6 @@ default:
- if: $ENABLED_CLUSTERS =~ /rzansel/ && $GITLAB_USER_LOGIN =~ $RZANSEL_USERS && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

.rzvernal_job:
allow_failure: true
tags:
- rzvernal
- batch
Expand All @@ -139,7 +134,6 @@ default:
- if: $ENABLED_CLUSTERS =~ /rzvernal/ && $GITLAB_USER_LOGIN =~ $RZVERNAL_USERS && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

.rzadams_job:
allow_failure: true
tags:
- rzadams
- batch
Expand Down

0 comments on commit 0b7a5fa

Please sign in to comment.