← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~jocave/hwcert-jenkins-jobs:add-austin-se30 into hwcert-jenkins-jobs:master

 

Jonathan Cave has proposed merging ~jocave/hwcert-jenkins-jobs:add-austin-se30 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/428206

Add Ubuntu Core snap testing for Austin project (ThinkEdge SE30).


-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~jocave/hwcert-jenkins-jobs:add-austin-se30 into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/manifests/austin_manifest.conf b/jobs/snap-testing/manifests/austin_manifest.conf
new file mode 100644
index 0000000..e4d2765
--- /dev/null
+++ b/jobs/snap-testing/manifests/austin_manifest.conf
@@ -0,0 +1,15 @@
+# keep formatting
+        [manifest]
+        com.canonical.certification::has_audio_playback = true
+        com.canonical.certification::has_audio_capture = true
+        com.canonical.certification::has_bt_adapter = true
+        com.canonical.certification::has_ethernet_adapter = true
+        com.canonical.certification::has_i2c = true
+        com.canonical.certification::has_card_reader = false
+        com.canonical.certification::has_thunderbolt3 = true
+        com.canonical.certification::has_usb_type_c = true
+        com.canonical.certification::has_usb_storage = true
+        com.canonical.certification::has_hardware_watchdog = true
+        com.canonical.certification::has_wlan_adapter = true
+        com.canonical.certification::has_wwan_module = true
+        com.canonical.certification::has_tpm2_chip = true
diff --git a/jobs/snap-testing/projects/austin.yaml b/jobs/snap-testing/projects/austin.yaml
new file mode 100644
index 0000000..e08e586
--- /dev/null
+++ b/jobs/snap-testing/projects/austin.yaml
@@ -0,0 +1,40 @@
+- project:
+    name: thinkedge-se30
+    queue: lenovo-thinkedge-se30-c28914
+    arch: amd64
+    has-serial-assertion: True
+    checkbox_snap: checkbox
+    checkbox_track: 'uc20'
+    launcher: client-cert-iot-ubuntucore
+    starting_sleep: 0
+    provision_data: |
+      provision_data:
+            distro: iot-austin-uc20-se30-core-wwan-gm-image-20220117-14
+    checkbox_conf:
+      !include-raw-escape: jobs/snap-testing/configs/checkbox.conf
+    manifest:
+      !include-raw-escape: jobs/snap-testing/manifests/austin_manifest.conf
+    jobs:
+      - '{prefix}-{name}-{snap}-{track}-{channel}':
+          snap: pc
+          track: 20
+      - '{prefix}-{name}-{snap}-{track}-{channel}':
+          snap: intel-kernel
+          track: 20
+      - '{prefix}-{name}-{snap}-{channel}':
+          snap: snapd
+      - '{prefix}-{name}-{snap}-{channel}':
+          snap: core20
+      - '{prefix}-{name}-{snap}-{track}-{channel}':
+          snap: bluez
+          track: 20
+      - '{prefix}-{name}-{snap}-{track}-{channel}':
+          snap: modem-manager
+          track: 20
+      - '{prefix}-{name}-{snap}-{track}-{channel}':
+          snap: network-manager
+          track: 20
+      # - '{prefix}-{name}-{snap}-{channel}':
+      #     snap: lenovo-wwan-dpr
+      # - '{prefix}-{name}-{snap}-{channel}':
+      #     snap: quectel-firmware-switch

Follow ups