← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~flyjerry0415/hwcert-jenkins-jobs:add-onlogic-helix-401-devices into hwcert-jenkins-jobs:master

 

LIAO, YU-SIANG has proposed merging ~flyjerry0415/hwcert-jenkins-jobs:add-onlogic-helix-401-devices into hwcert-jenkins-jobs:master.

Commit message:
Add:: add the server image and desktop image of onlogic helix 401 devices::31372,31435.

Requested reviews:
  hwcert-jenkins (hwcert-jenkins)

For more details, see:
https://code.launchpad.net/~flyjerry0415/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/441040
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~flyjerry0415/hwcert-jenkins-jobs:add-onlogic-helix-401-devices into hwcert-jenkins-jobs:master.
diff --git a/jobs/sru/projects/onlogic-helix-401.yaml b/jobs/sru/projects/onlogic-helix-401.yaml
new file mode 100644
index 0000000..820b96a
--- /dev/null
+++ b/jobs/sru/projects/onlogic-helix-401.yaml
@@ -0,0 +1,27 @@
+- project:
+    name: onlogic-hx401
+    series: jammy
+    jobs:
+        - '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
+            system-id: onlogic-helix-401-fanless-hybrid-core-computer-c31372
+            queue: 202303-31372
+            detail: "Image: {image}\n
+                     OnLogic Helix 401 Fanless Hybrid-Core Computer (Ubuntu Desktop) - Copper\n\n
+                     Connection Info: ubuntu@10.102.153.3 with a registered key"
+            srutype: stock-iotg
+            image: '' # https://cdimage.ubuntu.com/jammy/daily-live/manual/jammy-desktop-amd64+intel-iot.iso
+            checkbox_testplan: "com.canonical.certification::sru"
+            exclude_test: .*stress/s3_pm-graph_30
+            kernel-to-check: linux-intel
+        - '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
+            system-id: onlogic-helix-401-fanless-hybrid-core-computer-c31435
+            queue: 202303-31435
+            detail: "Image: {image}\n
+                     OnLogic Helix 401 Fanless Hybrid-Core Computer - Copper\n\n
+                     Connection Info: ubuntu@10.102.153.143 with a registered key"
+            srutype: stock-iotg
+            flavor: server
+            image: '' # https://cdimage.ubuntu.com/ubuntu-server/jammy/daily-live/current/jammy-live-server-amd64+intel-iot.iso
+            checkbox_testplan: "com.canonical.certification::sru-server"
+            exclude_test: .*poweroff.* .*reboot.* .*stress/s3_pm-graph_30
+            kernel-to-check: linux-intel

Follow ups