Bug 1315330 - Remove references to fx-team; r?ted draft
authorGregory Szorc <gps@mozilla.com>
Fri, 04 Nov 2016 11:47:51 -0700
changeset 434004 c467a458f726fb3bbbae1f921a9e82947eed3cbd
parent 433942 9c6b3b3a119bc48f5d12e3161218e98adaa12627
child 434005 b930359e572eaf6f8ea35b04d782e3aa30485af9
push id34708
push userbmo:gps@mozilla.com
push dateFri, 04 Nov 2016 18:49:50 +0000
reviewersted
bugs1315330
milestone52.0a1
Bug 1315330 - Remove references to fx-team; r?ted fx-team is read only. We shouldn't be performing any more builds. The configuration can be removed. MozReview-Commit-ID: 3cbEnnOKwaZ
build/mozconfig.cache
--- a/build/mozconfig.cache
+++ b/build/mozconfig.cache
@@ -24,17 +24,17 @@ if test -z "$SCCACHE_DISABLE" -a -z "$no
         *use1.mozilla.com*)
             bucket=mozilla-releng-s3-cache-us-east-1-try
             ;;
         *usw2.mozilla.com*)
             bucket=mozilla-releng-s3-cache-us-west-2-try
             ;;
         esac
         ;;
-    mozilla-inbound|fx-team)
+    mozilla-inbound)
         case "${master}" in
         *use1.mozilla.com*)
             bucket=mozilla-releng-s3-cache-us-east-1-prod
             ;;
         *usw2.mozilla.com*)
             bucket=mozilla-releng-s3-cache-us-west-2-prod
             ;;
         esac
@@ -55,17 +55,17 @@ elif test -z "$CCACHE_DIR" -a -z "$SCCAC
         else
             # region is az with last letter trimmed
             region=${availability_zone%?}
             # set S3 bucket according to tree (level)
             case "${GECKO_HEAD_REPOSITORY}" in
             *hg.mozilla.org/try*)
                 bucket=taskcluster-level-1-sccache-${region}
                 ;;
-            *hg.mozilla.org/integration/mozilla-inbound*|*hg.mozilla.org/integration/fx-team*)
+            *hg.mozilla.org/integration/mozilla-inbound*)
                 bucket=taskcluster-level-3-sccache-${region}
                 ;;
             esac
 
             # set a dummy master
             case "${region}" in
             eu-central-1)
                 master=dummy.euc1.mozilla.com