← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/hwcert-jenkins-jobs:no-wireless-tests-uc22fde into hwcert-jenkins-jobs:master

 

Paul Larson has proposed merging ~pwlars/hwcert-jenkins-jobs:no-wireless-tests-uc22fde into hwcert-jenkins-jobs:master.

Requested reviews:
  hwcert-jenkins (hwcert-jenkins)

For more details, see:
https://code.launchpad.net/~pwlars/hwcert-jenkins-jobs/+git/hwcert-jenkins-jobs/+merge/427223

    There are known problems with this device and the wifi tests and that's
    always been the case. We really just needed this system for testing
    FDE on uc22, and have other devices that do run the wireless tests just
    fine.
-- 
Your team hwcert-jenkins is requested to review the proposed merge of ~pwlars/hwcert-jenkins-jobs:no-wireless-tests-uc22fde into hwcert-jenkins-jobs:master.
diff --git a/jobs/snap-testing/launchers/client-cert-iot-ubuntucore-22-no-wireless b/jobs/snap-testing/launchers/client-cert-iot-ubuntucore-22-no-wireless
new file mode 100755
index 0000000..64f7ea0
--- /dev/null
+++ b/jobs/snap-testing/launchers/client-cert-iot-ubuntucore-22-no-wireless
@@ -0,0 +1,19 @@
+# Please keep the indents below, for yaml formatting/templating
+        [launcher]
+        app_id = com.canonical.certification:checkbox-snappy
+        launcher_version = 1
+        stock_reports = text, submission_files
+        
+        [test plan]
+        unit = com.canonical.certification::client-cert-iot-ubuntucore-22-automated
+        forced = yes
+        
+        [test selection]
+        forced = yes
+        exclude = .*wireless/wireless_connection.*
+        
+        [ui]
+        type = silent
+        auto_retry = yes
+        max_attempts = 4
+        delay_before_retry = 30
diff --git a/jobs/snap-testing/projects/amd64-fde.yaml b/jobs/snap-testing/projects/amd64-fde.yaml
index bffd305..540df50 100644
--- a/jobs/snap-testing/projects/amd64-fde.yaml
+++ b/jobs/snap-testing/projects/amd64-fde.yaml
@@ -28,6 +28,9 @@
           snap: core22
           queue: uc22-fde
           checkbox_track: 'uc22'
+          launcher: ''
+          custom_launcher:
+              !include-raw-escape: jobs/snap-testing/launchers/client-cert-iot-ubuntucore-22-no-wireless
           provision_data: |
             provision_data:
                   distro: core22-latest
@@ -39,6 +42,9 @@
           snap: snapd
           queue: uc22-fde
           checkbox_track: 'uc22'
+          launcher: ''
+          custom_launcher:
+              !include-raw-escape: jobs/snap-testing/launchers/client-cert-iot-ubuntucore-22-no-wireless
           provision_data: |
             provision_data:
                   distro: core22-latest
@@ -51,6 +57,9 @@
           queue: uc22-fde
           track: 22
           checkbox_track: 'uc22'
+          launcher: ''
+          custom_launcher:
+              !include-raw-escape: jobs/snap-testing/launchers/client-cert-iot-ubuntucore-22-no-wireless
           provision_data: |
             provision_data:
                   distro: core22-latest
@@ -62,6 +71,9 @@
           queue: uc22-fde
           track: 22
           checkbox_track: 'uc22'
+          launcher: ''
+          custom_launcher:
+              !include-raw-escape: jobs/snap-testing/launchers/client-cert-iot-ubuntucore-22-no-wireless
           provision_data: |
             provision_data:
                   distro: core22-latest

Follow ups