canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #46670
[Merge] ~pieq/hwcert-jenkins-jobs:kivu-auto-c3-submission into hwcert-jenkins-jobs:master
Pierre Equoy has proposed merging ~pieq/hwcert-jenkins-jobs:kivu-auto-c3-submission into hwcert-jenkins-jobs:master.
Requested reviews:
hwcert-jenkins (hwcert-jenkins)
For more details, see:
https://code.launchpad.net/~pieq/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/434058
This bit should allow the Kivu job to automatically submit results to C3.
Not sure if this will still allow for creation of local artefacts for testflinger to provide at the end of the run?
--
Your team hwcert-jenkins is requested to review the proposed merge of ~pieq/hwcert-jenkins-jobs:kivu-auto-c3-submission into hwcert-jenkins-jobs:master.
diff --git a/jobs/kivu/checkbox.conf b/jobs/kivu/checkbox.conf
index 6fae175..d2424e1 100644
--- a/jobs/kivu/checkbox.conf
+++ b/jobs/kivu/checkbox.conf
@@ -15,4 +15,13 @@
type = silent
[transport:c3]
+ type = submission-service
secure_id = \$HEXR_DEVICE_SECURE_ID
+
+ [exporter:tar]
+ unit = com.canonical.plainbox::tar
+
+ [report:c3]
+ transport = c3
+ exporter = tar
+ forced = yes
Follow ups