diff options
Diffstat (limited to 'testing/mozharness/configs/beetmover/source.yml.tmpl')
-rw-r--r-- | testing/mozharness/configs/beetmover/source.yml.tmpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/mozharness/configs/beetmover/source.yml.tmpl b/testing/mozharness/configs/beetmover/source.yml.tmpl new file mode 100644 index 000000000..f991f257c --- /dev/null +++ b/testing/mozharness/configs/beetmover/source.yml.tmpl @@ -0,0 +1,14 @@ +--- +metadata: + name: "Beet Mover Manifest" + description: "Maps artifact locations to s3 key names for source bundles" + owner: "release@mozilla.com" + +mapping: + all: + source_bundle: + artifact: {{ artifact_base_url }}/firefox-{{ version }}.bundle + s3_key: {{ s3_prefix }}source/firefox-{{ version }}.bundle + source_tar: + artifact: {{ artifact_base_url }}/firefox-{{ version }}.source.tar.xz + s3_key: {{ s3_prefix }}source/firefox-{{ version }}.source.tar.xz |