Bug 1827513 - stop uploading test packages to archive.mozilla.org for nightly r=taskgraph-reviewers,ahal

Differential Revision: https://phabricator.services.mozilla.com/D208728
This commit is contained in:
Julien Cristau 2024-05-02 16:03:54 +00:00
parent 7db0b50460
commit 28276a3ba3

View File

@ -135,22 +135,6 @@ mapping:
destinations: destinations:
- ${year}/${month}/${upload_date}-${branch} - ${year}/${month}/${upload_date}-${branch}
- latest-${branch} - latest-${branch}
target.common.tests.tar.gz:
<<: *default
description: "Mixture of reftests, mochitests, UI and others, commonly bundled together in a test suite"
pretty_name: firefox-${version}.${locale}.${filename_platform}.common.tests.tar.gz
checksums_path: firefox-${version}.${locale}.${filename_platform}.common.tests.tar.gz
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target.cppunittest.tests.tar.gz:
<<: *default
description: "C++ unittests related in-tree test infrastructure"
pretty_name: firefox-${version}.${locale}.${filename_platform}.cppunittest.tests.tar.gz
checksums_path: firefox-${version}.${locale}.${filename_platform}.cppunittest.tests.tar.gz
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target.crashreporter-symbols.zip: target.crashreporter-symbols.zip:
<<: *default <<: *default
description: "Crashreporter symbols to be consumed by Socorro" description: "Crashreporter symbols to be consumed by Socorro"
@ -164,72 +148,16 @@ mapping:
description: "Various compile and moz_app flags baked together in a json file" description: "Various compile and moz_app flags baked together in a json file"
pretty_name: firefox-${version}.${locale}.${filename_platform}.json pretty_name: firefox-${version}.${locale}.${filename_platform}.json
checksums_path: firefox-${version}.${locale}.${filename_platform}.json checksums_path: firefox-${version}.${locale}.${filename_platform}.json
target.mochitest.tests.tar.gz:
<<: *default
description: "Results for running the mochitest testing framework via Javascript function calls"
pretty_name: firefox-${version}.${locale}.${filename_platform}.mochitest.tests.tar.gz
checksums_path: firefox-${version}.${locale}.${filename_platform}.mochitest.tests.tar.gz
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target.mozinfo.json: target.mozinfo.json:
<<: *default <<: *default
description: "Various compile and moz_app flags baked together in a json file" description: "Various compile and moz_app flags baked together in a json file"
pretty_name: firefox-${version}.${locale}.${filename_platform}.mozinfo.json pretty_name: firefox-${version}.${locale}.${filename_platform}.mozinfo.json
checksums_path: firefox-${version}.${locale}.${filename_platform}.mozinfo.json checksums_path: firefox-${version}.${locale}.${filename_platform}.mozinfo.json
target.reftest.tests.tar.gz:
<<: *default
description: "Results for running the reftest testing framework via display of two Web pages comparison"
pretty_name: firefox-${version}.${locale}.${filename_platform}.reftest.tests.tar.gz
checksums_path: firefox-${version}.${locale}.${filename_platform}.reftest.tests.tar.gz
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target.talos.tests.tar.gz:
<<: *default
description: "Results for running the talos testing framework to measure performance"
pretty_name: firefox-${version}.${locale}.${filename_platform}.talos.tests.tar.gz
checksums_path: firefox-${version}.${locale}.${filename_platform}.talos.tests.tar.gz
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target.awsy.tests.tar.gz:
<<: *default
description: "Results for running the awsy testing framework to track memory usage"
pretty_name: firefox-${version}.${locale}.${filename_platform}.awsy.tests.tar.gz
checksums_path: firefox-${version}.${locale}.${filename_platform}.awsy.tests.tar.gz
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target.test_packages.json:
<<: *default
description: "File containing metadata about all other files and testing harnesses specifics"
pretty_name: firefox-${version}.${locale}.${filename_platform}.test_packages.json
checksums_path: firefox-${version}.${locale}.${filename_platform}.test_packages.json
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target.txt: target.txt:
<<: *default <<: *default
description: "File containing buildid and revision" description: "File containing buildid and revision"
pretty_name: firefox-${version}.${locale}.${filename_platform}.txt pretty_name: firefox-${version}.${locale}.${filename_platform}.txt
checksums_path: firefox-${version}.${locale}.${filename_platform}.txt checksums_path: firefox-${version}.${locale}.${filename_platform}.txt
target.web-platform.tests.tar.gz:
<<: *default
description: "Results for running the webplatform testing framework to cover standard Web platform features"
pretty_name: firefox-${version}.${locale}.${filename_platform}.web-platform.tests.tar.gz
checksums_path: firefox-${version}.${locale}.${filename_platform}.web-platform.tests.tar.gz
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target.xpcshell.tests.tar.gz:
<<: *default
description: "Results for running the xpcshell testing framework to enable XPConnect console application"
pretty_name: firefox-${version}.${locale}.${filename_platform}.xpcshell.tests.tar.gz
checksums_path: firefox-${version}.${locale}.${filename_platform}.xpcshell.tests.tar.gz
not_for_platforms:
- linux64-aarch64-shippable
- linux64-aarch64-devedition
target_info.txt: target_info.txt:
<<: *default <<: *default
description: "File containing the buildID" description: "File containing the buildID"