Skip to content

OM2-QA tests: remove _test_sync_userscript..._ #195

@anton-seaice

Description

@anton-seaice

After ACCESS-OM2 2026.02.000 deployment with ACCESS-NRI/cice5#72, the sync userscript is not required:

def test_sync_userscript_ice_concatenation(self, config):
# This script runs in the sync pbs job before syncing output to a
# remote location
script = "/g/data/vk83/apps/om2-scripts/concatenate_ice/concat_ice_daily.sh"
assert (
"userscripts" in config
and "sync" in config["userscripts"]
and config["userscripts"]["sync"] == script
), (
"Expect sync userscript set to ice-concatenation script."
+ f"\nuserscript:\n sync: {script}"
)

We could only run that test depending on the version of ACCESS-OM2, or delete the test ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions