canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #06183
[Merge] qa-jenkins-jobs:hit-enable into qa-jenkins-jobs:master
Tim Andersson has proposed merging qa-jenkins-jobs:hit-enable into qa-jenkins-jobs:master.
Requested reviews:
Canonical Platform QA Team (canonical-platform-qa)
For more details, see:
https://code.launchpad.net/~canonical-platform-qa/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/481023
re-enable these jobs as we now have 1 functional machine :)
--
Your team Canonical Platform QA Team is requested to review the proposed merge of qa-jenkins-jobs:hit-enable into qa-jenkins-jobs:master.
diff --git a/jobs/hardware-iso-testing/jobs.yaml b/jobs/hardware-iso-testing/jobs.yaml
index 10e354e..e88ec7e 100644
--- a/jobs/hardware-iso-testing/jobs.yaml
+++ b/jobs/hardware-iso-testing/jobs.yaml
@@ -29,16 +29,15 @@
release:
- 'noble'
dut_id:
- # - '202101-28611' # dell optiplex 5090 - inconsistent machine, crashes sometimes
- - '202207-30464' # hp pro sff 400 g9 - also gone AWOL this morn 28/01/2025 :(
- # - '202203-30106' # dell precision 7865 - connection refused
+ # - '202207-30464' # hp pro sff 400 g9 - also gone AWOL this morn 28/01/2025 :(
+ - '202203-30106' # dell precision 7865 - functional now
# - '202102-28694' # lenovo thinkstation p350 - No signal after booting from usb - could be nvidia driver issue
test_case:
- 'erase-and-reinstall'
- 'entire-disk-with-zfs'
- # - 'entire-disk-with-zfs-plus-encryption' # needs wait_for_text
+ - 'entire-disk-with-zfs-plus-encryption' # needs wait_for_text
- 'entire-disk-with-installer-update'
- # - 'entire-disk-with-lvm-and-encryption' # needs wait_for_text
+ - 'entire-disk-with-lvm-and-encryption' # needs wait_for_text
- 'entire-disk-no-internet'
- 'oem-install'
- 'entire-disk-with-nvidia-drivers'
@@ -157,5 +156,4 @@
# call job!
# Like this for now, just to test!
cd hardware-installer-testing/
- echo "Would call:"
- echo "./scripts/call_testflinger_job_w_yarf.py --test-case {test_case} --c3-machine-id $DUT_ID --iso-url $ISO_URL --github-pat-token $GH_PAT --hit-branch $HIT_BRANCH --yarf-branch main"
+ ./scripts/call_testflinger_job_w_yarf.py --test-case {test_case} --c3-machine-id $DUT_ID --iso-url $ISO_URL --github-pat-token $GH_PAT --hit-branch $HIT_BRANCH --yarf-branch main
Follow ups