Open DavidGOrtega opened 3 years ago
Same as https://github.com/iterative/dvc/issues/6652 & https://github.com/iterative/dvc/issues/6674 (we need validate and then error out on invalid exp names)
@dberenbaum we probably need to add the linked issues to the next sprint since it's affecting CML now
For the record: Added to the https://github.com/orgs/iterative/projects/189
Also, for CML team reference, exp names have to be valid git branch names (so they can't contain slashes).
reopen for #6848
Bug Report
Description
In GH CI is useful to reuse the ENV var
GITHUB_REPOSITORY
if not the workflow is even uglier in bash. A plausible solution would be to use a hash function internally to generate an "ID" from the name or throw an error with illegal chars. If that would be accepted I can prepare a PR 🚀Reproduce
In any experiment try to setup a name with backslashes
Expected
To work or at least a log related to wrong naming.
Environment information
Output logs: