Auto update dev-preindustrial+concentrations to use access-esm1p5/pr46-2 #143
GitHub Actions / QA Test Results
failed
Feb 18, 2026 in 0s
2 fail, 1 skipped, 33 pass in 0s
36 tests 33 ✅ 0s ⏱️
1 suites 1 💤
1 files 2 ❌
Results for commit bec7344.
Annotations
Check warning on line 0 in qa.test_access_esm1p5_config.TestAccessEsm1p5
github-actions / QA Test Results
test_access_esm1p5_manifest_exe_in_release_spack_location (qa.test_access_esm1p5_config.TestAccessEsm1p5) failed
./test_report.xml [took 0s]
Raw output
AssertionError: Failed to find release artefact for model version at https://github.com/ACCESS-NRI/ACCESS-ESM1.5/releases/tag/pr46-2
assert 404 == 200
+ where 404 = <Response [404]>.status_code
+ where <Response [404]> = <function get at 0x7f0027a35080>('https://github.com/ACCESS-NRI/ACCESS-ESM1.5/releases/tag/pr46-2')
+ where <function get at 0x7f0027a35080> = requests.get
self = <test_access_esm1p5_config.TestAccessEsm1p5 object at 0x7f0028c67550>
config = {'calendar': {'runtime': {'days': 0, 'months': 0, 'years': 1}, 'start': {'days': 1, 'month': 1, 'year': 101}}, 'collat...combine.spack', 'mem': '4GB', 'mpi': False, 'restart': True, ...}, 'jobfs': '1500MB', 'jobname': 'pre-industrial', ...}
control_path = PosixPath('/home/runner/work/access-esm1.5-configs/access-esm1.5-configs')
def test_access_esm1p5_manifest_exe_in_release_spack_location(
self, config, control_path
):
> check_manifest_exes_in_spack_location(
model_module_name=ACCESS_ESM1P5_MODULE_NAME,
model_repo_name=ACCESS_ESM1P5_REPOSITORY_NAME,
control_path=control_path,
config=config,
)
/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/site-packages/model_config_tests/qa/test_access_esm1p5_config.py:106:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/site-packages/model_config_tests/qa/test_config.py:338: in check_manifest_exes_in_spack_location
spack_location = get_spack_location_file(model_repo_name, module_version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
model_repo_name = 'ACCESS-ESM1.5', model_version = 'pr46-2'
def get_spack_location_file(model_repo_name, model_version):
"""Return the spack.location file for the model version
from a Github release artefact. Raises an AssertionError if the
release artefact or spack.location file is not found."""
base_url = f"https://github.com/ACCESS-NRI/{model_repo_name}/releases"
# Check whether there is a release artefact for the model version
release_url = f"{base_url}/tag/{model_version}"
> assert (
requests.get(release_url).status_code == 200
), f"Failed to find release artefact for model version at {release_url}"
E AssertionError: Failed to find release artefact for model version at https://github.com/ACCESS-NRI/ACCESS-ESM1.5/releases/tag/pr46-2
E assert 404 == 200
E + where 404 = <Response [404]>.status_code
E + where <Response [404]> = <function get at 0x7f0027a35080>('https://github.com/ACCESS-NRI/ACCESS-ESM1.5/releases/tag/pr46-2')
E + where <function get at 0x7f0027a35080> = requests.get
/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/site-packages/model_config_tests/qa/test_config.py:269: AssertionError
Check warning on line 0 in qa.test_config.TestRelConfig
github-actions / QA Test Results
test_manifest_reproduce_exe_is_on (qa.test_config.TestRelConfig) failed
./test_report.xml [took 0s]
Raw output
AssertionError: Executable reproducibility should be enforced, e.g set:
manifest:
reproduce:
exe: True
assert ('exe' in {'exe': False} and False)
self = <test_config.TestRelConfig object at 0x7f00279568d0>
config = {'calendar': {'runtime': {'days': 0, 'months': 0, 'years': 1}, 'start': {'days': 1, 'month': 1, 'year': 101}}, 'collat...combine.spack', 'mem': '4GB', 'mpi': False, 'restart': True, ...}, 'jobfs': '1500MB', 'jobname': 'pre-industrial', ...}
def test_manifest_reproduce_exe_is_on(self, config):
manifest_reproduce = config.get("manifest", {}).get("reproduce", {})
> assert "exe" in manifest_reproduce and manifest_reproduce["exe"], (
"Executable reproducibility should be enforced, e.g set:\n"
+ "manifest:\n reproduce:\n exe: True"
)
E AssertionError: Executable reproducibility should be enforced, e.g set:
E manifest:
E reproduce:
E exe: True
E assert ('exe' in {'exe': False} and False)
/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/site-packages/model_config_tests/qa/test_config.py:91: AssertionError
Loading