3 files changed
+6
-4
lines changed- .github/workflows/testing.yml+26-14
- CIME/BuildTools/configure.py+2-2
- CIME/Servers/__init__.py+4-4
- CIME/SystemTests/eri.py+33-6
- CIME/SystemTests/err.py+6-7
- CIME/SystemTests/ers.py+12-14
- CIME/SystemTests/mvk.py+222-92
- CIME/SystemTests/restart_tests.py+7-1
- CIME/SystemTests/system_tests_common.py+173-3
- CIME/SystemTests/test_mods.py+81
- CIME/Tools/bless_test_results+7
- CIME/Tools/case.submit+7-2
- CIME/Tools/code_checker+2-2
- CIME/Tools/xmlchange-1
- CIME/Tools/xmlconvertors/config_pes_converter.py+2-2
- CIME/Tools/xmlconvertors/grid_xml_converter.py+9-10
- CIME/XML/env_batch.py+215-50
- CIME/XML/env_mach_pes.py+29-17
- CIME/XML/env_workflow.py+12
- CIME/XML/generic_xml.py+18
- CIME/baselines/performance.py+2
- CIME/bless_test_results.py+16
- CIME/build.py+4-12
- CIME/case/case.py+17-81
- CIME/case/case_clone.py+3-3
- CIME/case/case_run.py+10-1
- CIME/case/case_setup.py+65-4
- CIME/case/case_st_archive.py+63-45
- CIME/case/case_submit.py+9-4
- CIME/case/check_input_data.py+6-1
- CIME/code_checker.py+11-19
- CIME/compare_namelists.py+18-20
- CIME/config.py+95-33
- CIME/data/config/config_tests.xml+1-6
- CIME/data/config/xml_schemas/config_machines.xsd+9-8
- CIME/data/config/xml_schemas/config_machines_version3.xsd+8-8
- CIME/data/config/xml_schemas/config_workflow.xsd+2
- CIME/data/config/xml_schemas/entry_id_base.xsd+10-1
- CIME/data/config/xml_schemas/env_mach_specific.xsd-2
- CIME/get_timing.py+9
- CIME/gitinterface.py+30-3
- CIME/hist_utils.py+22-3
- CIME/jenkins_generic_job.py+5-4
- CIME/namelist.py+202-124
- CIME/non_py/cprnc+1-1
- CIME/scripts/create_newcase.py-28
- CIME/scripts/create_test.py+10
- CIME/status.py+18-10
- CIME/test_scheduler.py+40-52
- CIME/test_status.py+6-11
- CIME/tests/test_sys_cime_case.py+2-1
- CIME/tests/test_sys_create_newcase.py+1-1
- CIME/tests/test_sys_test_scheduler.py+87-14
- CIME/tests/test_unit_baselines_performance.py+3
- CIME/tests/test_unit_case.py-6
- CIME/tests/test_unit_case_setup.py+1-11
- CIME/tests/test_unit_system_tests.py+15-3
- CIME/tests/test_unit_system_tests_mvk.py+730
- CIME/tests/test_unit_xml_env_batch.py+233-2
- CIME/tests/test_unit_xml_tests.py+1
- CIME/tests/utils.py+12
- CIME/utils.py+25-24
- CIME/wait_for_tests.py+3-3
- doc/requirements.txt+1
- doc/source/conf.py+2-1
- doc/source/users_guide/testing.rst+237-52
- docker/Dockerfile+2-4
- docker/cime.yaml+5-4
- test-requirements.txt+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2484 | 2484 |
| |
2485 | 2485 |
| |
2486 | 2486 |
| |
| 2487 | + | |
2487 | 2488 |
| |
2488 | 2489 |
| |
2489 | 2490 |
| |
| |||
3404 | 3405 |
| |
3405 | 3406 |
| |
3406 | 3407 |
| |
| 3408 | + | |
3407 | 3409 |
| |
3408 | 3410 |
| |
3409 | 3411 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
| 232 | + | |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
| |||
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
456 |
| - | |
457 |
| - | |
| 456 | + | |
| 457 | + | |
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
|
0 commit comments