canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #23776
[Merge] ~kevinyeh/hwcert-jenkins-jobs:add-xilinx-job into hwcert-jenkins-jobs:master
Kevin Yeh has proposed merging ~kevinyeh/hwcert-jenkins-jobs:add-xilinx-job into hwcert-jenkins-jobs:master.
Commit message:
Add: add sru job for xilinx zcu-104 and zcu-106.
Requested reviews:
hwcert-jenkins (hwcert-jenkins)
For more details, see:
https://code.launchpad.net/~kevinyeh/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/430366
--
Your team hwcert-jenkins is requested to review the proposed merge of ~kevinyeh/hwcert-jenkins-jobs:add-xilinx-job into hwcert-jenkins-jobs:master.
diff --git a/jobs/sru/projects/linux-xilinx-zynqmp.yaml b/jobs/sru/projects/linux-xilinx-zynqmp.yaml
index 34e9f60..37ca69e 100644
--- a/jobs/sru/projects/linux-xilinx-zynqmp.yaml
+++ b/jobs/sru/projects/linux-xilinx-zynqmp.yaml
@@ -3,6 +3,7 @@
srutype: oem
series: focal
kernel-to-check: linux-xilinx-zynqmp
+ exclude_test: com.canonical.certification::graphics/.*
jobs:
- '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
queue: limerick-kv260-002
@@ -13,3 +14,21 @@
checkbox_snap_runtime: "checkbox20"
checkbox_snap_channel: "edge"
image: ''
+ - '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
+ queue: limerick-zcu104
+ system-id: limerick-zcu104
+ checkbox_testplan: "com.canonical.qa.limerick::zcu10x-limerick-automated-classic"
+ checkbox_snap: True
+ checkbox_snap_name: "checkbox-limerick-classic"
+ checkbox_snap_runtime: "checkbox20"
+ checkbox_snap_channel: "edge"
+ image: ''
+ - '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
+ queue: limerick-zcu106
+ system-id: limerick-zcu106
+ checkbox_testplan: "com.canonical.qa.limerick::zcu10x-limerick-automated-classic"
+ checkbox_snap: True
+ checkbox_snap_name: "checkbox-limerick-classic"
+ checkbox_snap_runtime: "checkbox20"
+ checkbox_snap_channel: "edge"
+ image: ''
Follow ups