← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] qa-jenkins-jobs:more-hit-amendments into qa-jenkins-jobs:master

 

Tim Andersson has proposed merging qa-jenkins-jobs:more-hit-amendments into qa-jenkins-jobs:master.

Requested reviews:
  Canonical Platform QA Team (canonical-platform-qa)

For more details, see:
https://code.launchpad.net/~canonical-platform-qa/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/480846

2 minor amendments, doesn't need review, I'll merge after CI passes.
-- 
Your team Canonical Platform QA Team is requested to review the proposed merge of qa-jenkins-jobs:more-hit-amendments into qa-jenkins-jobs:master.
diff --git a/jobs/hardware-iso-testing/jobs.yaml b/jobs/hardware-iso-testing/jobs.yaml
index b37eb52..d32409f 100644
--- a/jobs/hardware-iso-testing/jobs.yaml
+++ b/jobs/hardware-iso-testing/jobs.yaml
@@ -102,6 +102,7 @@
                 used_duts.append(duts[idx])
                 del duts[idx]
                 del test_cases[0]
+            print(f"Assignments:\n{json.dumps(op_json,indent=2)}")
             with open("{release}-test-case-dut-mapping.json", "w") as f:
                 json.dump(op_json, f)
     publishers:
@@ -122,6 +123,7 @@
           default: 'installer-test-suite'
           description: branch of HIT to run tests from
     wrappers:
+      - workspace-cleanup
       - timestamps
       - credentials-binding:
           - text:

Follow ups