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

Fix workflow filters that map to no workloads #752

Merged

Conversation

douglasjacobsen
Copy link
Collaborator

This merge fixes an issue where the ramble workspace manage experiments command could be given a workload filter (--wf "None!") that would match no workloads in the experiment. In this case, an empty dict was written to the ramble.yaml file for the application, while it probably makes more sense to write nothing (since no experiments will be added).

A test was also added to fix this issue.

This commit fixes an issue where `ramble workspace manage experiments`
would create an empty workloads dict for an application, when a workload
filter was provided that would add no workloads.
@linsword13 linsword13 merged commit 7439ee3 into GoogleCloudPlatform:develop Nov 7, 2024
12 checks passed
@douglasjacobsen douglasjacobsen deleted the manage-empty-filter branch January 9, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants