Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow wildcards in disable list for scheduler #194

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

mlange05
Copy link
Collaborator

A very small and pragmatic change that allows us to generically exclude groups of calls from Scheduler traversal by using wildcards in the disable method. A more robust and generic solution would probably extend wildcard notation to all path/source name resolution mechanisms, but as the Scheduler is still being refactored heavily I chose the "quick and easy" option. Opinions and comments very welcome, of course!

@mlange05 mlange05 requested a review from reuterbal November 27, 2023 03:44
@mlange05 mlange05 marked this pull request as ready for review November 27, 2023 03:44
Copy link

Documentation for this branch can be viewed at https://sites.ecmwf.int/docs/loki/194/index.html

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (539e57f) 92.16% compared to head (74b6ac4) 92.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #194   +/-   ##
=======================================
  Coverage   92.16%   92.17%           
=======================================
  Files          93       93           
  Lines       16793    16795    +2     
=======================================
+ Hits        15478    15480    +2     
  Misses       1315     1315           
Flag Coverage Δ
lint_rules 96.22% <ø> (ø)
loki 92.13% <100.00%> (+<0.01%) ⬆️
transformations 91.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@reuterbal reuterbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very useful addition, well tested. Uncontroversial and GTG from me!

@reuterbal reuterbal added the ready for merge This PR has been approved and is ready to be merged label Nov 29, 2023
@reuterbal reuterbal merged commit 955a9da into main Nov 29, 2023
11 checks passed
@reuterbal reuterbal deleted the naml-scheduler-disable-wildcard branch November 29, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for merge This PR has been approved and is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants