Project

General

Profile

Feature #6060

Updated by Sage Weil over 10 years ago

right now the 'description' for a job looks like 

  collection:rados 0-cluster:start.yaml 1-dumpling-install:dumpling.yaml 2-workload:loadgenbig.yaml 3-upgrade-sequence:upgrade-mon-osd-mds.yaml distro:debian_7.0.yaml 

 instead, make it map to the file(s) that generated the job: 

  upgrade/rados/{cluster/start.yaml 1-dumpling-install/dumpling.yaml workload/loadgenbig.yaml 3-upgrade-sequence/upgrade-mon-osd-mds.yaml distro/debian_7.0.yaml} 

 unless someone has a better idea? 

 eventually i'd like to make the code that generates the jobs take an arbitrary directory (e.g., test just upgrade/rados/ and not all of upgrade/) so that we aren't stuck with the 2 level nesting, at which point the current naming will make even less sense.. but the path-based names would remain consistent. 

Back