Skip to content

Support purge_experiments() to safely clean up generated experiments.#26

Merged
minghangli-uni merged 2 commits intomainfrom
25-support_purge_experiments
Jan 27, 2026
Merged

Support purge_experiments() to safely clean up generated experiments.#26
minghangli-uni merged 2 commits intomainfrom
25-support_purge_experiments

Conversation

@minghangli-uni
Copy link
Collaborator

closes #25

3 options are provided:

  • branches: If list is not specified, all experiments under test_path will be purged.
  • hard: Enables payu sweep --hard, otherwise, payu sweep is used.
  • dry_run: Performs a dry run to simulate the purge without deleting any files.

@minghangli-uni minghangli-uni self-assigned this Jan 27, 2026
@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.41%. Comparing base (fe25baa) to head (151abfd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   95.98%   96.41%   +0.43%     
==========================================
  Files           5        5              
  Lines         224      251      +27     
  Branches       34       40       +6     
==========================================
+ Hits          215      242      +27     
  Misses          3        3              
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@minghangli-uni minghangli-uni merged commit cababe7 into main Jan 27, 2026
10 checks passed
@minghangli-uni minghangli-uni deleted the 25-support_purge_experiments branch January 27, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support purge_experiments()

1 participant