Closed
Bug 1249526
Opened 9 years ago
Closed 9 years ago
Beetmove missing files
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: kmoir)
References
Details
Attachments
(3 files, 1 obsolete file)
8.68 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
8.68 KB,
patch
|
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
1.47 KB,
patch
|
kmoir
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
* SDK
* martools
* jsshell
Anything else?
they are all generated by en-US builds, just need to be copied to the candidates directory.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → kmoir
Assignee | ||
Comment 1•9 years ago
|
||
testing on all platforms on my docker image
Attachment #8722598 -
Flags: review?(rail)
Assignee | ||
Comment 2•9 years ago
|
||
previous comment should have said tested not testing
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8722598 [details] [diff] [review]
bug1249526.patch
Review of attachment 8722598 [details] [diff] [review]:
-----------------------------------------------------------------
Some nits:
::: testing/mozharness/configs/beetmover/en_us.yml.tmpl
@@ +44,5 @@
> artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}_info.txt
> s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/win32_info.txt
> + sdk:
> + artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.sdk.zip
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/firefox-{{ app_version }}.i{{ locale }}.{{ platform }}.sdk.zip
typo: i{{ locale }}
@@ +47,5 @@
> + artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.sdk.zip
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/firefox-{{ app_version }}.i{{ locale }}.{{ platform }}.sdk.zip
> + jsshell:
> + artifact: {{ artifact_base_url }}/jsshell-{{ platform }}.zip
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/jsshell-{{ platform }}.zip
Looks like jsshell is the same for all platforms, you can move it to the common section, just below "socorroinfo".
@@ +50,5 @@
> + artifact: {{ artifact_base_url }}/jsshell-{{ platform }}.zip
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/jsshell-{{ platform }}.zip
> + mar_tools_mar:
> + artifact: {{ artifact_base_url }}/mar.exe
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/mar-tools/{{ platform }}/mar.exe
Looks like we use "buildbot" platform names at http://ftp.mozilla.org/pub/firefox/candidates/45.0b6-candidates/build1/mar-tools/. You can't use {{ platform }} in s3_key in this case. Just use explicit platform names, just like in buildid_info
@@ +53,5 @@
> + artifact: {{ artifact_base_url }}/mar.exe
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/mar-tools/{{ platform }}/mar.exe
> + mar_tools_mbdiff:
> + artifact: {{ artifact_base_url }}/mbsdiff.exe
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/mar-tools/{{ platform }}/mbsdiff.exe
the same here
Attachment #8722598 -
Flags: review?(rail)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8722598 -
Attachment is obsolete: true
Attachment #8722647 -
Flags: review?(rail)
Reporter | ||
Comment 5•9 years ago
|
||
Comment on attachment 8722647 [details] [diff] [review]
bug1249526-2.patch
Review of attachment 8722647 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/mozharness/configs/beetmover/en_us.yml.tmpl
@@ +47,5 @@
> artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}_info.txt
> s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/win32_info.txt
> + sdk:
> + artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.sdk.zip
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.sdk.zip
Hmm, I wonder if we want these to go under $platform/en-US directory...
something like
s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/{{ platform }}/{{ locale }}/firefox-{{ app_version }}.sdk.zip
And the same for other platforms...
@@ +113,5 @@
> artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}_info.txt
> s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/linux64_info.txt
> + sdk:
> + artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.sdk.tar.bz2
> + s3_key: {{ s3_prefix }}/{{ version }}-candidates/{{ build_num }}/.firefox-{{ app_version }}.{{ locale }}.{{ platform }}.sdk.tar.bz2
Typo: ".firefox-"
Reporter | ||
Comment 6•9 years ago
|
||
Comment on attachment 8722647 [details] [diff] [review]
bug1249526-2.patch
Review of attachment 8722647 [details] [diff] [review]:
-----------------------------------------------------------------
r+ with the typo fixed.
Attachment #8722647 -
Flags: review?(rail) → review+
Assignee | ||
Comment 8•9 years ago
|
||
verified that files were moved in https://tools.taskcluster.net/task-graph-inspector/#atRXKAWBSb2dAVf6Ydz0Ag/9fjK3nL-SyiNH6L3H8wVkA/
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•9 years ago
|
||
I just verified that everything works as expected, just need to adjust linux32 to match other platforms.
Attachment #8723107 -
Flags: review?(kmoir)
Assignee | ||
Updated•9 years ago
|
Attachment #8723107 -
Flags: review?(kmoir) → review+
Assignee | ||
Updated•9 years ago
|
Attachment #8723107 -
Flags: checked-in+
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•