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