juju-solutions / layer-cwr

Layer for building the Juju Jenkins CI env
Other
2 stars 5 forks source link

normalize charm name to match cwr (fixes #26) #33

Closed kwmonroe closed 7 years ago

kwmonroe commented 7 years ago

CWR stores artifacts based on a santized charm name, s/^alphanum/_:

https://github.com/juju-solutions/cloud-weather-report/blob/master/cloudweatherreport/model.py#L649

Match this when we create jenkins jobs and link cwr results to a job.

kwmonroe commented 7 years ago

Tested good for me; available in cs:~juju-solutions/cwr-22

ktsakalozos commented 7 years ago

LGTM +1