Add update experiment config docs and automated workflows - #66
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
=======================================
Coverage 88.67% 88.67%
=======================================
Files 55 55
Lines 2553 2553
Branches 385 385
=======================================
Hits 2264 2264
Misses 289 289 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
charles-turner-1
approved these changes
Aug 12, 2026
Collaborator
|
Looks good to me! |
jo-basevi
force-pushed
the
65-add-docs-for-updating-experiments
branch
from
August 12, 2026 05:27
d3bd6d7 to
1377f42
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.
This PR:
sync_experiments.ymlwhich automatically adds experiment UUIDs to the CMIP7 experiments table in the tracking services DB (so we can access the payu telemetry summary via the public endpoint for the dashboard).The
sync_experiments.ymlworkflow effectively just posts the json objects to tracking-services if there isn't already a UUID present in the table:Previously the name was directory names in the synced location on NCI, but as the
experiment_nameisn't used anywhere currently, it can be changed. So now it'll use the name (+ the name for ensemble/related experiment) in thepublic/experiment-config.json.I have tested the current
public/experiment-config.jsonpasses the schema check, and I've tested the python script for updating the DB on a local tracking-services instance.TODO:
TS_API_BASE_URLandTS_API_TOKEN