Compare commits

...

2 Commits

Author SHA1 Message Date
Gregory Becker
382a5ab169 update test to match 2025-02-18 14:11:32 -08:00
Gregory Becker
77957e682a ci: print spec in each rebuild job 2025-02-12 14:53:52 -08:00
2 changed files with 2 additions and 0 deletions

View File

@ -636,6 +636,7 @@ def generate_ir(self):
"script": [
"cd {env_dir}",
"spack env activate --without-view .",
"spack spec /$SPACK_JOB_SPEC_DAG_HASH",
"spack ci rebuild",
]
}

View File

@ -312,6 +312,7 @@ def test_ci_generate_with_custom_settings(
"spack -d ci rebuild",
"cd ENV",
"spack env activate --without-view .",
"spack spec /$SPACK_JOB_SPEC_DAG_HASH",
"spack ci rebuild",
]
assert ci_obj["after_script"] == ["rm -rf /some/path/spack"]