← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/hwcert-jenkins-jobs:presidio-skip-disabled-snaps into hwcert-jenkins-jobs:master

 

Paul Larson has proposed merging ~pwlars/hwcert-jenkins-jobs:presidio-skip-disabled-snaps 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/437906

Presidio has some snaps like avahi that are disabled, but we can't remove them either. When it tries to go through and refresh all the snaps, it fails on these though, since they are disabled. I'm running with this patch at http://10.102.156.15:8080/job/cert-presidio-interactive-strength-fs0001-kernel-beta/34/console and seems to work fine.
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~pwlars/hwcert-jenkins-jobs:presidio-skip-disabled-snaps into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/projects/presidio.yaml b/jobs/snap-testing/projects/presidio.yaml
index c772990..3bc6bdc 100644
--- a/jobs/snap-testing/projects/presidio.yaml
+++ b/jobs/snap-testing/projects/presidio.yaml
@@ -5,6 +5,7 @@
     arch: amd64
     store: FiNahngahPoos1giez0g
     checkbox_snap: checkbox-presidio
+    skip_refresh_snaps: 'avahi uefi-fw-tools'
     launcher: ''
     custom_launcher:
         !include-raw-escape: jobs/snap-testing/launchers/presidio-automated

Follow ups