← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/hwcert-jenkins-jobs:newparis-reset-network-manager into hwcert-jenkins-jobs:master

 

Paul Larson has proposed merging ~pwlars/hwcert-jenkins-jobs:newparis-reset-network-manager 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/432548

Weird problem we encountered recently with newparis and network-manager, but it was hard to figure out the cause because lots of test runs for other snaps started failing. It turns out that other runs for things like snapd and modem-manager were not setting the nm snap back to stable like they should. No idea why this was ever skipped on the snaps we refresh
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~pwlars/hwcert-jenkins-jobs:newparis-reset-network-manager into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/projects/newparis.yaml b/jobs/snap-testing/projects/newparis.yaml
index def9851..8a72006 100644
--- a/jobs/snap-testing/projects/newparis.yaml
+++ b/jobs/snap-testing/projects/newparis.yaml
@@ -13,7 +13,7 @@
               snap_track_map=( ["bluez"]="20" ["kmc-commander-bx"]="kmc20" ["modem-manager"]="20" ["network-manager"]="20" ["pc-kernel"]="20" ["undying-sentinel"]="kmc20" )
     has-serial-assertion: False
     snap_reset_needed: True
-    skip_refresh_snaps: network-manager kmc-commander-bx
+    skip_refresh_snaps: kmc-commander-bx
     track: latest
     user: admin
     test_data: |

Follow ups