← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/hwcert-jenkins-jobs:rpiz2-no-docker into hwcert-jenkins-jobs:master

 

Paul Larson has proposed merging ~pwlars/hwcert-jenkins-jobs:rpiz2-no-docker into hwcert-jenkins-jobs:master.

Requested reviews:
  hwcert-jenkins (hwcert-jenkins)

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

docker tests timeout and cause problems for further testing on devices with extremely limited ram like rpiz2. We do the same for rpi3a+ which also has 512MB
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~pwlars/hwcert-jenkins-jobs:rpiz2-no-docker 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..d48c9c8 100644
--- a/jobs/snap-testing/projects/rpiz2-arm64.yaml
+++ b/jobs/snap-testing/projects/rpiz2-arm64.yaml
@@ -4,7 +4,7 @@
     arch: arm64
     checkbox_snap: checkbox
     launcher: client-cert-iot-ubuntucore
-    extra_snaps: docker pi-bluetooth
+    extra_snaps: pi-bluetooth
     extra_setup_cmds: |
       declare -A extra_snaps_channels
               extra_snaps_channels=( ["bluez"]="22/stable" )
diff --git a/jobs/snap-testing/projects/rpiz2-armhf.yaml b/jobs/snap-testing/projects/rpiz2-armhf.yaml
index b3e84d5..5bbdbc9 100644
--- a/jobs/snap-testing/projects/rpiz2-armhf.yaml
+++ b/jobs/snap-testing/projects/rpiz2-armhf.yaml
@@ -4,7 +4,7 @@
     arch: armhf
     checkbox_snap: checkbox
     launcher: client-cert-iot-ubuntucore
-    extra_snaps: docker pi-bluetooth
+    extra_snaps: pi-bluetooth
     extra_setup_cmds: |
       declare -A extra_snaps_channels
               extra_snaps_channels=( ["bluez"]="22/stable" )

Follow ups