mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-1205: Shorten the batch names.
This commit is contained in:
@@ -15,8 +15,7 @@ class Pipeline:
|
||||
print(generated_output)
|
||||
|
||||
def _build_steps(self):
|
||||
return [Step(f"Molecule Test Batch - {scenario_name}",
|
||||
self._build_script_commands(index))
|
||||
return [Step(scenario_name, self._build_script_commands(index))
|
||||
for index, (scenario_rel_path, scenario_name) in
|
||||
enumerate(self._find_all_scenarios(), 1)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user