← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] qa-jenkins-jobs:rf-iso-testing-own-node into qa-jenkins-jobs:master

 

Tim Andersson has proposed merging qa-jenkins-jobs:rf-iso-testing-own-node 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/486312

These jobs are flaky failing when running at the same time as other utah or upgrade testing
-- 
Your team Canonical Platform QA Team is requested to review the proposed merge of qa-jenkins-jobs:rf-iso-testing-own-node into qa-jenkins-jobs:master.
diff --git a/jobs/robot-framework-iso-testing/jobs.yaml b/jobs/robot-framework-iso-testing/jobs.yaml
index c242fb6..e47e9aa 100644
--- a/jobs/robot-framework-iso-testing/jobs.yaml
+++ b/jobs/robot-framework-iso-testing/jobs.yaml
@@ -41,10 +41,11 @@
           name: HIT_BRANCH
           default: 'main'
           description: branch of HIT to run tests from
+    node: 'rf-iso-testing'
     triggers:
         - pollurl:
             cron: '@hourly'
-            polling-node: 'iso-testing'
+            polling-node: 'rf-iso-testing'
             urls:
               - url: 'http://cdimage.ubuntu.com/daily-live/pending/.publish_info#robot-framework-{release}-desktop-{test_case}'
                 check-content:

Follow ups