← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/hwcert-jenkins-jobs:edgedirect-no-bluez into hwcert-jenkins-jobs:master

 

Paul Larson has proposed merging ~pwlars/hwcert-jenkins-jobs:edgedirect-no-bluez 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/430769

Jobs such as cert-tillamook-edgedirect-cascade-kernel-beta are failing because it tries to install bluez, then refresh it later, but by the time it gets to the refresh it's been auto-removed. Since edgedirect doesn't have this as one of the existing/approved snaps, we shouldn't be trying to test it. We already cover bt testing on some other tillamook runs too.
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~pwlars/hwcert-jenkins-jobs:edgedirect-no-bluez into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/projects/tillamook-edgedirect.yaml b/jobs/snap-testing/projects/tillamook-edgedirect.yaml
index 3631c30..b11a133 100644
--- a/jobs/snap-testing/projects/tillamook-edgedirect.yaml
+++ b/jobs/snap-testing/projects/tillamook-edgedirect.yaml
@@ -20,7 +20,6 @@
           # user and password for tillamook
                 test_username: testuser
                 test_password: testuser
-    extra_snaps: bluez
     checkbox_conf:
       !include-raw-escape: jobs/snap-testing/configs/checkbox.conf.tillamook
     manifest:

Follow ups