Closed Bug 1249526 Opened 9 years ago Closed 9 years ago

Beetmove missing files

Categories

(Release Engineering :: Release Automation, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rail, Assigned: kmoir)

References

Details

Attachments

(3 files, 1 obsolete file)

* SDK * martools * jsshell Anything else? they are all generated by en-US builds, just need to be copied to the candidates directory.
Assignee: nobody → kmoir
Attached patch bug1249526.patch (obsolete) — Splinter Review
testing on all platforms on my docker image
Attachment #8722598 - Flags: review?(rail)
previous comment should have said tested not testing
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)
Attachment #8722598 - Attachment is obsolete: true
Attachment #8722647 - Flags: review?(rail)
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-"
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+
patch with typo fixed
Attachment #8722704 - Flags: checked-in+
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
I just verified that everything works as expected, just need to adjust linux32 to match other platforms.
Attachment #8723107 - Flags: review?(kmoir)
Attachment #8723107 - Flags: review?(kmoir) → review+
Attachment #8723107 - Flags: checked-in+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: