canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #65816
[Merge] ~jocave/hwcert-jenkins-jobs:katy-ethernet-manifest into hwcert-jenkins-jobs:master
Jonathan Cave has proposed merging ~jocave/hwcert-jenkins-jobs:katy-ethernet-manifest 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/436248
Looks to me like the Katy device has an ethernet adapter and shouldn't be skipping the detect job
--
Your team hwcert-jenkins is requested to review the proposed merge of ~jocave/hwcert-jenkins-jobs:katy-ethernet-manifest into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/manifests/katy_manifest.conf b/jobs/snap-testing/manifests/katy_manifest.conf
index b408af8..e2767ad 100644
--- a/jobs/snap-testing/manifests/katy_manifest.conf
+++ b/jobs/snap-testing/manifests/katy_manifest.conf
@@ -2,7 +2,7 @@
[manifest]
com.canonical.certification::has_audio_capture = false
com.canonical.certification::has_audio_playback = false
- com.canonical.certification::has_ethernet_adapter = false
+ com.canonical.certification::has_ethernet_adapter = true
com.canonical.certification::has_bt_adapter = true
com.canonical.certification::has_bt_smart = false
com.canonical.certification::has_card_reader = false
Follow ups