From 821fae1ac2c097c952f0b5d88c35b1b158b5070f Mon Sep 17 00:00:00 2001
From: Johan Lorenzo <jlorenzo@mozilla.com>
Date: Mon, 8 Aug 2022 15:28:23 +0200
Subject: [PATCH] Bug 1782736 - part 8: s/android-components/firefox-android in
 config.yml

---
 taskcluster/ci/config.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml
index 12d81ff37ba..4f51dc046db 100644
--- a/taskcluster/ci/config.yml
+++ b/taskcluster/ci/config.yml
@@ -138,11 +138,11 @@ treeherder:
 
 task-priority:
     by-project:
-        "android-components": highest
-        "staging-android-components": low
+        "firefox-android": highest
+        "staging-firefox-android": low
         # This handles cases where a fork may end up not being named
         # as one of the explicit names above. Ideally anything forked
-        # from "android-components" would inherit its setting, but
+        # from "firefox-android" would inherit its setting, but
         # "low" is the safer default
         default: low
 
@@ -150,8 +150,8 @@ taskgraph:
     register: ac_taskgraph:register
     repositories:
         mobile:
-            name: android-components
-    cached-task-prefix: mobile.v2.android-components
+            name: firefox-android
+    cached-task-prefix: mobile.v2.firefox-android
     decision-parameters: 'ac_taskgraph:get_decision_parameters'
 
 workers:
@@ -201,7 +201,7 @@ workers:
             worker-type: 'mobile-{level}-tree'
 
 scriptworker:
-    scope-prefix: project:mobile:android-components:releng
+    scope-prefix: project:mobile:firefox-android:releng
 
 release-promotion:
     flavors:
-- 
GitLab