Bug 1890689 accumulate input in LargerReceiverBlockSizeThanDesiredBuffering GTest...
[gecko.git] / taskcluster / gecko_taskgraph / manifests / firefox_candidates_checksums.yml
blob7ca17662e20bed4575a7da74d8f712b1ee0b4652
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 ---
5 # This file contains exhaustive information about all the release artifacs that
6 # are needed within a type of release.
8 # Structure
9 # --------
10 # `s3_bucket_paths`       -- prefix to be used per product to correctly access our S3 buckets
11 # `default_locales`       -- list of locales to be used when composing upstream artifacts or the list of
12 #                      destinations. If given an empty locale, it uses these locales instead.
13 # `tasktype_map`          -- mapping between task reference and task type, particularly usefule when
14 #                      composing the upstreamArtifacts for scriptworker.
15 # `platform_names`        -- various platform mappings used in reckoning artifacts or other paths
16 # `default`               -- a default entry, which the mappings extend and override in such a way that
17 #                      final path full-destinations will be a concatenation of the following:
18 #                      `s3_bucket_paths`, `destinations`, `locale_prefix`, `pretty_name`
19 # `from`                  -- specifies the dependency(ies) from which to expect the particular artifact
20 # `all_locales`           -- boolean argument to specify whether that particular artifact is to be expected
21 #                      for all locales or just the default one
22 # `description`           -- brief summary of what that artifact is
23 # `locale_prefix`         -- prefix to be used in the final destination paths, whether that's for default locale or not
24 # `source_path_modifier`  -- any parent dir that might be used in between artifact prefix and filename at source location
25 #                            for example `public/build` vs `public/build/ach/`.
26 # `destinations`          -- final list of directories where to push the artifacts in S3
27 # `pretty_name`           -- the final name the artifact will have at destination
28 # `checksums_path`        -- the name to identify one artifact within the checksums file
29 # `not_for_platforms`     -- filtering option to avoid associating an artifact with a specific platform
30 # `only_for_platforms`    -- filtering option to exclusively include the association of an artifact for a specific platform
31 # `partials_only`         -- filtering option to avoid associating an artifact unless this flag is present
32 # `update_balrog_manifest`-- flag needed downstream in beetmover jobs to reckon the balrog manifest
33 # `from_buildid`          -- flag needed downstream in beetmover jobs to reckon the balrog manifest
35 s3_bucket_paths:
36     by-platform:
37         .*devedition.*:
38             - pub/devedition/candidates
39         default:
40             - pub/firefox/candidates
41 default_locales:
42     - en-US
43 tasktype_map:
44     beetmover-repackage: beetmover
45     release-beetmover-signed-langpacks: signing
46 platform_names:
47     path_platform:
48         by-platform:
49             linux-shippable: 'linux-i686'
50             linux-devedition: 'linux-i686'
51             linux64-shippable: 'linux-x86_64'
52             linux64-devedition: 'linux-x86_64'
53             linux64-asan-reporter-shippable: 'linux-x86_64-asan-reporter'
54             linux64-aarch64-shippable: 'linux-aarch64'
55             linux64-aarch64-devedition: 'linux-aarch64'
56             macosx64-shippable: 'mac'
57             macosx64-devedition: 'mac'
58             win32-shippable: 'win32'
59             win32-devedition: 'win32'
60             win64-shippable: 'win64'
61             win64-devedition: 'win64'
62             win64-aarch64-shippable: 'win64-aarch64'
63             win64-aarch64-devedition: 'win64-aarch64'
64             win64-asan-reporter-shippable: 'win64-asan-reporter'
65             linux: 'linux-i686'
66             linux64: 'linux-x86_64'
67             macosx64: 'mac'
68             win32: 'win32'
69             win64: 'win64'
71 default: &default
72     from:
73         - beetmover-repackage
74     all_locales: true
75     description: "TO_BE_OVERRIDDEN"
76     locale_prefix: '${locale}/'
77     source_path_modifier: ''
78     destinations:
79         - ${version}-candidates/build${build_number}/beetmover-checksums/${path_platform}
81 mapping:
82     target.checksums:
83         <<: *default
84         description: "Checksums file containing size, hash, sha algorithm and filename"
85         pretty_name: firefox-${version}.checksums.beet
86         checksums_path: beetmover-checksums/${path_platform}/${locale}/firefox-${version}.checksums.beet
87     target-langpack.checksums:
88         <<: *default
89         description: "Checksums file containing size, hash, sha algorithm and filename for the langpack"
90         locale_prefix: ''
91         from:
92             - release-beetmover-signed-langpacks
93         pretty_name: ${locale}.checksums.beet
94         checksums_path: beetmover-checksums/${path_platform}/xpi/${locale}.checksums.beet
95         destinations:
96             - ${version}-candidates/build${build_number}/beetmover-checksums/${path_platform}/xpi