Merge lp:~canonical-platform-qa/qa-jenkins-jobs/update-url-checker into lp:qa-jenkins-jobs

Proposed by Max Brustkern
Status: Merged
Approved by: Joshua Powers
Approved revision: 235
Merged at revision: 235
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/update-url-checker
Merge into: lp:qa-jenkins-jobs
Diff against target: 91 lines (+12/-24)
2 files modified
jobs/iso-testing/jobs-ppc64el.yaml (+4/-8)
jobs/iso-testing/jobs.yaml (+8/-16)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/update-url-checker
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Joshua Powers (community) Approve
Review via email: mp+320399@code.launchpad.net

Commit message

Check url dates instead of contents since many content checks are currently failing.

Description of the change

This branch changes the pollurl stanzas for iso-testing jobs to use check-date: True instead of check-content.

To post a comment you must log in.
Revision history for this message
Joshua Powers (powersj) wrote :

LGTM

review: Approve
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/iso-testing/jobs-ppc64el.yaml'
2--- jobs/iso-testing/jobs-ppc64el.yaml 2017-02-15 19:12:07 +0000
3+++ jobs/iso-testing/jobs-ppc64el.yaml 2017-03-20 17:26:12 +0000
4@@ -123,11 +123,9 @@
5 polling-node: 'iso-testing-ppc64el'
6 urls:
7 - url: 'http://cdimage.ubuntu.com/ubuntu-server/daily/pending/{dev-release}-server-ppc64el.manifest'
8- check-content:
9- - simple: true
10+ check-date: True
11 - url: 'http://cdimage.ubuntu.com/ubuntu-server/daily/pending/{dev-release}-server-ppc64el.list'
12- check-content:
13- - simple: true
14+ check-date: True
15 builders:
16 - download-iso:
17 release: '{dev-release}'
18@@ -150,11 +148,9 @@
19 polling-node: 'iso-testing-ppc64el'
20 urls:
21 - url: 'http://cdimage.ubuntu.com/ubuntu-server/{supported-release}/daily/pending/{supported-release}-server-ppc64el.manifest'
22- check-content:
23- - simple: true
24+ check-date: True
25 - url: 'http://cdimage.ubuntu.com/ubuntu-server/{supported-release}/daily/pending/{supported-release}-server-ppc64el.list'
26- check-content:
27- - simple: true
28+ check-date: True
29 builders:
30 - download-iso:
31 release: '{supported-release}'
32
33=== modified file 'jobs/iso-testing/jobs.yaml'
34--- jobs/iso-testing/jobs.yaml 2017-02-21 21:13:08 +0000
35+++ jobs/iso-testing/jobs.yaml 2017-03-20 17:26:12 +0000
36@@ -221,11 +221,9 @@
37 polling-node: 'iso-testing'
38 urls:
39 - url: 'http://cdimage.ubuntu.com/{flavor}/daily-live/pending/{dev-release}-desktop-{arch}.manifest'
40- check-content:
41- - simple: true
42+ check-date: True
43 - url: 'http://cdimage.ubuntu.com/{flavor}/daily-live/pending/{dev-release}-desktop-{arch}.list'
44- check-content:
45- - simple: true
46+ check-date: True
47 builders:
48 - download-iso:
49 release: '{dev-release}'
50@@ -248,11 +246,9 @@
51 polling-node: 'iso-testing'
52 urls:
53 - url: 'http://cdimage.ubuntu.com/{supported-release}/daily-live/pending/{supported-release}-desktop-{arch}.manifest'
54- check-content:
55- - simple: true
56+ check-date: True
57 - url: 'http://cdimage.ubuntu.com/{supported-release}/daily-live/pending/{supported-release}-desktop-{arch}.list'
58- check-content:
59- - simple: true
60+ check-date: True
61 builders:
62 - download-iso:
63 release: '{supported-release}'
64@@ -275,11 +271,9 @@
65 polling-node: 'iso-testing'
66 urls:
67 - url: 'http://cdimage.ubuntu.com/ubuntu-server/daily/pending/{dev-release}-server-{arch}.manifest'
68- check-content:
69- - simple: true
70+ check-date: True
71 - url: 'http://cdimage.ubuntu.com/ubuntu-server/daily/pending/{dev-release}-server-{arch}.list'
72- check-content:
73- - simple: true
74+ check-date: True
75 builders:
76 - download-iso:
77 release: '{dev-release}'
78@@ -302,11 +296,9 @@
79 polling-node: 'iso-testing'
80 urls:
81 - url: 'http://cdimage.ubuntu.com/ubuntu-server/{supported-release}/daily/pending/{supported-release}-server-{arch}.manifest'
82- check-content:
83- - simple: true
84+ check-date: True
85 - url: 'http://cdimage.ubuntu.com/ubuntu-server/{supported-release}/daily/pending/{supported-release}-server-{arch}.list'
86- check-content:
87- - simple: true
88+ check-date: True
89 builders:
90 - download-iso:
91 release: '{supported-release}'

Subscribers

People subscribed via source and target branches