fenix raptor tests stopped finding target.apk
Categories
(Testing :: Raptor, defect, P1)
Tracking
(firefox81 fixed)
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: aryx, Assigned: sparky)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
Log: https://treeherder.mozilla.org/logviewer.html#?job_id=312372344&repo=mozilla-central
[task 2020-08-07T11:36:48.471Z] 11:24:41 INFO - Downloading https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/mobile.v2.fenix.nightly.latest.arm64-v8a/artifacts/public/build/arm64-v8a/geckoNightly/target.apk to /builds/task_159679914930638/workspace/build/target.apk
[task 2020-08-07T11:36:48.471Z] 11:24:41 INFO - retry: Calling _download_file with args: (), kwargs: {'url': u'https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/mobile.v2.fenix.nightly.latest.arm64-v8a/artifacts/public/build/arm64-v8a/geckoNightly/target.apk', 'file_name': u'/builds/task_159679914930638/workspace/build/target.apk'}, attempt #1
[task 2020-08-07T11:36:48.471Z] 11:24:41 WARNING - Server returned status 404 HTTP Error 404: Not Found for https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/mobile.v2.fenix.nightly.latest.arm64-v8a/artifacts/public/build/arm64-v8a/geckoNightly/target.apk
The artifact list for the task links to https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cuH1r-pST6Cghe1Don1HDw/runs/0/artifacts/public/build/arm64-v8a/target.apk which returns a file.
Is this something from https://github.com/mozilla-mobile/fenix/commit/c93a29f89a25bd0dc0f966deebcfa9e52a36aed5 which needs a gecko in-tree change?
Assignee | ||
Comment 1•5 years ago
|
||
It looks like that fenix commit did cause this. It removed the geckoNightly
section in the artifact path.
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
(In reply to Sebastian Hengst [:aryx] (needinfo on intermittent or backout) from comment #0)
Is this something from https://github.com/mozilla-mobile/fenix/commit/c93a29f89a25bd0dc0f966deebcfa9e52a36aed5 which needs a gecko in-tree change?
You're absolutely right, it is 😓
(In reply to Greg Mierzwinski [:sparky] from comment #1)
It looks like that fenix commit did cause this. It removed the
geckoNightly
section in the artifact path.
That's right. I should have remembered the perf tests in the gecko tree. The PR correctly shows some tests had to be updated to take the new path into account[1]. We cannot revert this patch in Fenix. There were some changes outside of this repo and we would have to change them too. Thank you for the quick fix!
[1] https://github.com/mozilla-mobile/fenix/pull/12827/files#diff-c08b569eed33ba5ba61ae98d4a2cc9fcL51
Comment 6•5 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Description
•