← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~flyjerry0415/hwcert-jenkins-jobs:change-provision-type-to-oemscript-28922-28930 into hwcert-jenkins-jobs:master

 

LIAO, YU-SIANG has proposed merging ~flyjerry0415/hwcert-jenkins-jobs:change-provision-type-to-oemscript-28922-28930 into hwcert-jenkins-jobs:master.

Commit message:
Modify:: modify image argument to change oemscript method in jenkins job yaml.

Requested reviews:
  hwcert-jenkins (hwcert-jenkins)

For more details, see:
https://code.launchpad.net/~flyjerry0415/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/442434
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~flyjerry0415/hwcert-jenkins-jobs:change-provision-type-to-oemscript-28922-28930 into hwcert-jenkins-jobs:master.
diff --git a/jobs/sru/projects/focal-oem.yaml b/jobs/sru/projects/focal-oem.yaml
index 9ad9ca8..b673d7b 100644
--- a/jobs/sru/projects/focal-oem.yaml
+++ b/jobs/sru/projects/focal-oem.yaml
@@ -581,7 +581,10 @@
     - '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
         queue: 202104-28922
         system-id: dell-inspiron-3515-c28922
-        image: ''
+        image: somerville/Platforms/fossa-warcraft-amd/FVR_X102_A00/dell-bto-focal-fossa-release-X102-20210430-3_A00.iso
+        provision_data: |
+                provision_data:
+                        url: {cert-file-tel}/{image}
         kernel-to-check: linux-oem-20_04
     - '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
         queue: 202010-28296
@@ -596,7 +599,10 @@
     - '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
         queue: 202104-28930
         system-id: dell-inspiron-3515-c28930
-        image: ''
+        image: somerville/Platforms/fossa-warcraft-amd/FVR_X102_A00/dell-bto-focal-fossa-release-X102-20210430-3_A00.iso
+        provision_data: |
+                provision_data:
+                        url: {cert-file-tel}/{image}
         kernel-to-check: linux-oem-20_04
     - '{prefix}-{srutype}-sru-{series}-{flavor}-{system-id}':
         queue: 202103-28765

Follow ups