File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
.github/actions/test-all-scream Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,16 @@ jobs:
18
18
The input run_type is the only input that this action has to explicitly handle.
19
19
As such, this action checks that its value is one of the following.
20
20
21
- - nightly: runs tests and then submit to cdash
22
- - at-run: runs tests without submitting to cdash
23
- - bless: runs tests and copy output files to baselines folder
21
+ - nightly: runs tests and then submit to cdash
22
+ - at-run: runs tests without submitting to cdash
23
+ - bless: runs tests and copy output files to baselines folder
24
24
25
25
As for build_type and machine, we do not prescribe a list of
26
26
valid values, as that will be handled by components/eamxx/scripts/test-all-scream.
27
27
If their values are not supported, it is up to test-all-scram to handle the error.
28
28
As a guideline, however, you may have to ensure that the following exist:
29
- - the file components/eamxx/cmake/machine-files/${machine}.cmake
30
- - the entry ${machine} in the MACHINE_METADATA dict in components/eamxx/scripts/machine_specs.py
29
+
30
+ - the file components/eamxx/cmake/machine-files/${machine}.cmake
31
+ - the entry ${machine} in the MACHINE_METADATA dict in components/eamxx/scripts/machine_specs.py
31
32
32
33
Questions? Contact Luca Bertagna (lbertag@sandia.gov)
You can’t perform that action at this time.
0 commit comments