Bug 1455143 - Stop beetmoving deleted testing artifacts r=gps,mtabara draft
authorJohan Lorenzo <jlorenzo@mozilla.com>
Fri, 20 Apr 2018 16:13:43 +0200
changeset 786450 ffa89550eabfc367bae0d5e1794bc28d628b1d41
parent 785586 cc0d7de218cb0c260c8ba0cf6637845ad2222f49
push id107468
push userbmo:jlorenzo@mozilla.com
push dateMon, 23 Apr 2018 09:35:02 +0000
reviewersgps, mtabara
bugs1455143
milestone61.0a1
Bug 1455143 - Stop beetmoving deleted testing artifacts r=gps,mtabara MozReview-Commit-ID: L10NmJH7s2A
taskcluster/taskgraph/transforms/beetmover.py
--- a/taskcluster/taskgraph/transforms/beetmover.py
+++ b/taskcluster/taskgraph/transforms/beetmover.py
@@ -87,32 +87,22 @@ from voluptuous import Any, Required, Op
     "en-US/robocop.apk",
     "en-US/target.jsshell.zip",
 ]
 # Until bug 1331141 is fixed, if you are adding any new artifacts here that
 # need to be transfered to S3, please be aware you also need to follow-up
 # with a beetmover patch in https://github.com/mozilla-releng/beetmoverscript/.
 # See example in bug 1348286
 _MOBILE_UPSTREAM_ARTIFACTS_UNSIGNED_MULTI = [
-    "target.common.tests.zip",
-    "target.cppunittest.tests.zip",
     "target.json",
-    "target.mochitest.tests.zip",
     "target.mozinfo.json",
-    "target.reftest.tests.zip",
-    "target.talos.tests.zip",
-    "target.awsy.tests.zip",
     "target.test_packages.json",
     "target.txt",
-    "target.web-platform.tests.tar.gz",
-    "target.xpcshell.tests.zip",
     "target_info.txt",
-    "mozharness.zip",
     "robocop.apk",
-    "target.jsshell.zip",
 ]
 # Until bug 1331141 is fixed, if you are adding any new artifacts here that
 # need to be transfered to S3, please be aware you also need to follow-up
 # with a beetmover patch in https://github.com/mozilla-releng/beetmoverscript/.
 # See example in bug 1348286
 _MOBILE_UPSTREAM_ARTIFACTS_SIGNED_EN_US = [
     "en-US/target.apk",
 ]