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

Add support for regex match in expander #631

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

linsword13
Copy link
Collaborator

@linsword13 linsword13 commented Sep 5, 2024

Can be useful for things like filtering experiments:

# setup only h3 experiments that use less than 10 nodes
ramble workspace setup --where 're_search(r"h3.*_node_\d_", {experiment_name})'

Also add in support for "str" in {experiment_name}.

Can be useful for things like filtering experiments:

```
// setup only h3 experiments that use less than 10 nodes
ramble workspace setup --where 're_search(r"h3.*_node_\d_", {experiment_name})'
```
@douglasjacobsen douglasjacobsen merged commit 98d8a6b into GoogleCloudPlatform:develop Sep 6, 2024
12 checks passed
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.

2 participants