← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~jocave/hwcert-jenkins-jobs:rpiz2-snapd-timeout into hwcert-jenkins-jobs:master

 

Jonathan Cave has proposed merging ~jocave/hwcert-jenkins-jobs:rpiz2-snapd-timeout into hwcert-jenkins-jobs:master.

Requested reviews:
  hwcert-jenkins (hwcert-jenkins)

For more details, see:
https://code.launchpad.net/~jocave/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/428210

Add an increased SNAPD_TASK_TIMEOUT to rpiz2 test runs (re-used existing rpi3 conf file)
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~jocave/hwcert-jenkins-jobs:rpiz2-snapd-timeout into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/projects/rpiz2-arm64.yaml b/jobs/snap-testing/projects/rpiz2-arm64.yaml
index 690357f..803531f 100644
--- a/jobs/snap-testing/projects/rpiz2-arm64.yaml
+++ b/jobs/snap-testing/projects/rpiz2-arm64.yaml
@@ -13,6 +13,8 @@
               wait_for_ssh
     manifest:
       !include-raw-escape: jobs/snap-testing/manifests/rpi3_manifest.conf
+    checkbox_conf:
+      !include-raw-escape: jobs/snap-testing/configs/checkbox.conf.rpi3
     jobs:
       - '{prefix}-{name}-{snap}-{channel}':
           snap: core22
diff --git a/jobs/snap-testing/projects/rpiz2-armhf.yaml b/jobs/snap-testing/projects/rpiz2-armhf.yaml
index b3e84d5..7a18fe5 100644
--- a/jobs/snap-testing/projects/rpiz2-armhf.yaml
+++ b/jobs/snap-testing/projects/rpiz2-armhf.yaml
@@ -13,6 +13,8 @@
               wait_for_ssh
     manifest:
       !include-raw-escape: jobs/snap-testing/manifests/rpi3_manifest.conf
+    checkbox_conf:
+      !include-raw-escape: jobs/snap-testing/configs/checkbox.conf.rpi3
     jobs:
       - '{prefix}-{name}-{snap}-{channel}':
           snap: core22

Follow ups