Closed
Bug 1501141
Opened 7 years ago
Closed 7 years ago
Final verify fails but job is green, and only tests mac
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
Details
Attachments
(1 file)
|
1.98 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
Update verify jobs have been green but not checking anything:
Mon Oct 22 09:46:31 UTC 2018: Starting stopwatch...
Mon Oct 22 09:46:31 UTC 2018:
Mon Oct 22 09:46:31 UTC 2018: Please be aware output will now be buffered up, and only displayed after completion.
Mon Oct 22 09:46:31 UTC 2018: Therefore do not be alarmed if you see no output for several minutes.
Mon Oct 22 09:46:31 UTC 2018: See https://bugzilla.mozilla.org/show_bug.cgi?id=863602#c5 for details.
Mon Oct 22 09:46:31 UTC 2018:
xargs: ../get-update-xml.sh: No such file or directory
xargs: ../test-mar-url.sh: No such file or directory
Mon Oct 22 09:46:32 UTC 2018:
Mon Oct 22 09:46:32 UTC 2018: Stopping stopwatch...
Mon Oct 22 09:46:32 UTC 2018:
Mon Oct 22 09:46:32 UTC 2018: All tests passed successfully.
Mon Oct 22 09:46:32 UTC 2018:
Mon Oct 22 09:46:32 UTC 2018:
Mon Oct 22 09:46:32 UTC 2018: ====================================
Mon Oct 22 09:46:32 UTC 2018: KEY STATS
Mon Oct 22 09:46:32 UTC 2018: ====================================
Mon Oct 22 09:46:32 UTC 2018:
Mon Oct 22 09:46:32 UTC 2018: Config files scanned: 5
Mon Oct 22 09:46:32 UTC 2018: Update xml files downloaded and parsed: 2036
Mon Oct 22 09:46:32 UTC 2018: Unique mar urls found: 0
Mon Oct 22 09:46:32 UTC 2018: Failures: 0
Mon Oct 22 09:46:32 UTC 2018: Parallel processes used (maximum limit): 48
Mon Oct 22 09:46:32 UTC 2018: Execution time: 1 seconds
Mon Oct 22 09:46:32 UTC 2018:
[taskcluster 2018-10-22 09:46:32.695Z] === Task Finished ===
[taskcluster 2018-10-22 09:46:32.695Z] Successful task run with exit code: 0 completed in 93.276 seconds
This will be fallout from https://hg.mozilla.org/build/tools/rev/d5289f1ceaaa on Sep 23.
| Assignee | ||
Comment 1•7 years ago
|
||
https://hg.mozilla.org/build/tools/rev/f48e358fe285b8973c6300d6592e27d206300d47 to restore those two files. We should also make the script catch the failures and set a sensible exit code.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nthomas
Summary: Final verify fails but job is green → Final verify fails but job is green, and only tests mac
| Assignee | ||
Comment 2•7 years ago
|
||
If you look at this 64.0b3 log carefully
https://queue.taskcluster.net/v1/task/XaCmrGGaTs-_V-ODM3ty5g/runs/2/artifacts/public/logs/live_backing.log
you'll see it's only testing mac, which is the first config in the arg list. The bash array for the configs isn't being used properly in the for loop. Test run at https://taskcluster-artifacts.net/FubeIs-zSEyckO0kcMs1yQ/2/public/logs/live_backing.log
This also fixes up not erroring out when the helper scripts are missing, tests:
https://taskcluster-artifacts.net/fK18MaKVRnumZRspcTx25w/0/public/logs/live_backing.log
https://taskcluster-artifacts.net/BZu7joBORB-sv3bDNtev4w/0/public/logs/live_backing.log
I'm going to pre-emptively land this, and rerun 63.0 since that's imminent, but please check it.
https://hg.mozilla.org/build/tools/rev/5403bbf3cffa
Attachment #9019251 -
Flags: review?(aki)
Comment 3•7 years ago
|
||
Comment on attachment 9019251 [details] [diff] [review]
Test all platforms, and error on missing scripts
TIL ${var[@]}
Attachment #9019251 -
Flags: review?(aki) → review+
| Assignee | ||
Comment 4•7 years ago
|
||
Thanks.
FTR, the checking one platform regression started in 59, now fixed in 63.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•