Bug 1516816 - Upload gdata-provider artifact to FTP server. r=darktrojan a=jorgk
Upload the gdata-provider artifact to the FTP area. It's only done for the
en-US locale for now, as more work needs to be done for others to be built
in automation.
--- a/taskcluster/comm_taskgraph/manifests/thunderbird_candidates.yml
+++ b/taskcluster/comm_taskgraph/manifests/thunderbird_candidates.yml
@@ -320,8 +320,20 @@ mapping:
all_locales: true
from:
- mar-signing
pretty_name: thunderbird-${version}.complete.mar
checksums_path: update/${path_platform}/${locale}/thunderbird-${version}.complete.mar
update_balrog_manifest: true
destinations:
- ${version}-candidates/build${build_number}/update/${path_platform}
+ gdata-provider.${locale}.xpi:
+ <<: *default
+ description: "Google data provider XPI (en-US only)"
+ all_locales: false # Uses default_locale only
+ from:
+ - build
+ only_for_platforms:
+ - linux64-shippable
+ pretty_name: gdata-provider.${locale}.xpi
+ checksums_path: gdata-provider.${locale}.xpi
+ destinations:
+ - ${version}-candidates/build${build_number}
--- a/taskcluster/comm_taskgraph/manifests/thunderbird_nightly.yml
+++ b/taskcluster/comm_taskgraph/manifests/thunderbird_nightly.yml
@@ -386,8 +386,22 @@ mapping:
by-locale:
en-US:
- ${year}/${month}/${upload_date}-${branch}
- latest-${branch}
- latest-${branch}-l10n
default:
- ${year}/${month}/${upload_date}-${branch}-l10n
- latest-${branch}-l10n
+ gdata-provider.${locale}.xpi:
+ <<: *default
+ description: "Google data provider XPI (en-US only)"
+ all_locales: false # Uses default_locale only
+ from:
+ - build
+ only_for_platforms:
+ - linux64-shippable
+ pretty_name: gdata-provider.${locale}.xpi
+ checksums_path: gdata-provider.${locale}.xpi
+ destinations:
+ - ${year}/${month}/${upload_date}-${branch}
+ - latest-${branch}
+ - latest-${branch}-l10n