]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Handle branch names containing slashes 1193/head
authorAdam Wolfe Gordon <awg@digitalocean.com>
Mon, 23 Jul 2018 21:29:33 +0000 (15:29 -0600)
committerAdam Wolfe Gordon <awg@digitalocean.com>
Mon, 23 Jul 2018 21:37:25 +0000 (15:37 -0600)
commitf784cf1b06b1c550e132cba1d6bbea325859cbcf
tree0e42db7e950658b62bbfaa3335e0bb1862902617
parent52031864779c717dae13e23245bf0fb629b7e5f8
Handle branch names containing slashes

A branch name containing a slash is perfectly legal in git, but
teuthology uses branch names verbatim in run names, which causes POSTs
to fail when submitting runs to paddles. Replace all '/' in run names
with ':' to allow for branches with slashes in their names.

Signed-off-by: Adam Wolfe Gordon <awg@digitalocean.com>
teuthology/suite/run.py