Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored Jan 17, 2025
1 parent f44b931 commit 04fadff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ pending:
success:
stage: .post
variables:
STATUS_MESSAGE: "Successfully passed all tests on NERSC system!"
STATUS_MESSAGE: "Successfully passed all tests on Perlmutter!"
extends:
- .report-status

failure:
stage: .post
variables:
STATUS_MESSAGE: "Failed to pass all tests on NERSC system!"
STATUS_MESSAGE: "Failed to pass all tests on Perlmutter!"
extends:
- .report-status
rules:
Expand Down

0 comments on commit 04fadff

Please sign in to comment.