Skip to content

exp run: --glob option doesn't work #6457

@iesahin

Description

@iesahin

Bug Report

Description

dvc repro --glob 't*' runs all the stages starting with t in the current directory.

dvc exp run --glob 't*' looks for a stage having the name t*, and it can't find.

Reproduce

dvc stage add -n t1 echo t1
dvc stage add -n t2 echo t2
dvc stage add -n t3 echo t3
dvc stage add -n t4 echo t4
dvc exp run --glob 't*'

Expected

I expect --glob to run multiple stages.

Environment information

dvc 2.6.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: experimentsRelated to dvc expbugDid we break something?p3-nice-to-haveIt should be done this or next sprint

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions