Closed
Bug 1197293
Opened 9 years ago
Closed 9 years ago
fix bustage in taskcluster from upload-properties.json change
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox43 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: dustin, Assigned: mshal)
References
Details
Attachments
(1 file)
5.76 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Bug 1118778 landed some changes that fail if 'make upload' doesn't run:
https://s3-us-west-2.amazonaws.com/taskcluster-public-artifacts/QbXW1DAmRYWB3beFk0ugow/0/public/logs/live_backing.log
17:20:22 INFO - /home/worker/workspace/build/src/obj-firefox/_virtualenv/bin/python /home/worker/workspace/build/src/build/gen_mach_buildprops.py --complete-mar-file dist/update/firefox-43.0a1.en-US.linux-x86_64.complete.mar --upload-properties dist/upload-properties.json
17:20:22 INFO - Traceback (most recent call last):
17:20:22 INFO - File "/home/worker/workspace/build/src/build/gen_mach_buildprops.py", line 65, in <module>
17:20:22 INFO - with open(args.upload_properties) as f:
17:20:22 INFO - IOError: [Errno 2] No such file or directory: 'dist/upload-properties.json'
We don't do uploads in taskcluster, so indeed 'make upload' does not run.
Assignee | ||
Comment 2•9 years ago
|
||
Although mach_build_properties.json is largely useless for TC builds, it's a little trickier to have mozharness ignore that since it doesn't know the value of MOZ_AUTOMATION_UPLOAD. Though I may kill gen_mach_buildprops.py soon and just have upload.py output all the properties directly, so mozharness may need to treat it as an optional file then anyway.
Attachment #8651246 -
Flags: review?(ted)
Updated•9 years ago
|
Attachment #8651246 -
Flags: review?(ted) → review+
Comment 4•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•