-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
... to 4388509869bd5988d6315e2da65b1a2fbfa604fa Changes: 1) Initialize machine to None 2) Add option to ignore diffs across the system (useful for perf testing) 3) case.submit: Always try to download input data (avoid DL data on compute node if possible) Fixes: 1) Update cprnc submodule. Contains some cmake fixes 2) Points the TSC and PGN tests to updated input data for E3SMv3 3) Fixes testing workflow for prs from forked repos. [BFB]
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cime
updated
17 files
+3 −2 | .github/workflows/testing.yml | |
+4 −5 | CIME/SystemTests/pgn.py | |
+4 −4 | CIME/SystemTests/tsc.py | |
+9 −0 | CIME/Tools/jenkins_generic_job | |
+9 −0 | CIME/Tools/wait_for_tests | |
+1 −0 | CIME/XML/machines.py | |
+27 −21 | CIME/bless_test_results.py | |
+2 −2 | CIME/case/case_submit.py | |
+2 −0 | CIME/jenkins_generic_job.py | |
+1 −1 | CIME/non_py/cprnc | |
+11 −0 | CIME/scripts/create_test.py | |
+2 −0 | CIME/test_scheduler.py | |
+11 −0 | CIME/test_status.py | |
+9 −9 | CIME/tests/test_unit_bless_test_results.py | |
+1 −9 | CIME/tests/test_unit_case.py | |
+6 −0 | CIME/wait_for_tests.py | |
+42 −42 | scripts/climate_reproducibility/README.md |