Add --new-uuid argument to payu - #354
Open
SeanBryan51 wants to merge 2 commits into
Open
Conversation
SeanBryan51
force-pushed
the
add-payu-new-uuid-flag
branch
from
August 14, 2026 04:03
33a85e7 to
4d1521c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #354 +/- ##
=======================================
Coverage 68.83% 68.83%
=======================================
Files 21 21
Lines 1232 1232
=======================================
Hits 848 848
Misses 384 384 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
SeanBryan51
force-pushed
the
add-payu-new-uuid-flag
branch
8 times, most recently
from
August 18, 2026 05:25
8f45806 to
e4cb4bf
Compare
Payu was updated to require explicitly specifying the `--new-uuid` to generate a new experiment UUID in 1.3.3. See [1.3.3 release notes][payu-1.3.3] for more details. Payu >= 1.1.6 also requires python 3.10 or later. See [1.1.6 release notes][payu-1.1.6] [payu-1.3.3]: https://github.com/payu-org/payu/releases/tag/1.3.3 [payu-1.1.6]: https://github.com/payu-org/payu/releases/tag/1.1.6
…IX/conda-bld::benchcab It seems the behaviour of conda install had changed where specifying `--no-channel-priority` and `-c $CONDA_PREFIX/conda-bld` as the first channel argument would no longer prioritise locally built packages over other channels. This was causing the pytest CI to test the latest release instead of the locally built version. The double-colon syntax with a file path appears to prioritise the locally built package over other channels.
SeanBryan51
force-pushed
the
add-payu-new-uuid-flag
branch
from
August 18, 2026 05:41
e4cb4bf to
f9150e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Payu was updated to require explicitly specifying the
--new-uuidto generate a new experiment UUID in 1.3.3. See 1.3.3 release notes for more details.Payu >= 1.1.6 also requires python 3.10 or later. See 1.1.6 release notes