File tree 1 file changed +6
-15
lines changed
1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -26,35 +26,26 @@ stages:
26
26
27
27
pending :
28
28
stage : .pre
29
+ variables :
30
+ STATUS_MESSAGE : " Waiting for manual approval to run on NERSC system..."
29
31
extends :
30
32
- .report-status
31
- script :
32
- - echo "STATUS_MESSAGE='Waiting for approval to run on NERSC system...'" > .env
33
- artifacts :
34
- reports :
35
- dotenv : .env
36
33
37
34
success :
38
35
stage : .post
36
+ variables :
37
+ STATUS_MESSAGE : " Successfully passed all tests on NERSC system!"
39
38
extends :
40
39
- .report-status
41
- script :
42
- - echo "STATUS_MESSAGE='Successfully passed all tests on NERSC system!'" > .env
43
- artifacts :
44
- reports :
45
- dotenv : .env
46
40
47
41
failure :
48
42
stage : .post
43
+ variables :
44
+ STATUS_MESSAGE : " Failed to pass all tests on NERSC system!"
49
45
extends :
50
46
- .report-status
51
47
rules :
52
48
- when : on_failure
53
- script :
54
- - echo "STATUS_MESSAGE='Failed to pass all tests on NERSC system!'" > .env
55
- artifacts :
56
- reports :
57
- dotenv : .env
58
49
59
50
perlmutter-no-cache-build :
60
51
stage : build
You can’t perform that action at this time.
0 commit comments