Skip to content

Commit 4a6b2a3

Browse files
committed
fix fenix beta; add xpi and adhoc indexes to cot prod tests
1 parent 1b13b1b commit 4a6b2a3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

tests/test_production.py

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ async def get_context(config_override=None):
139139
{
140140
"name": "fenix beta",
141141
"taskcluster_root_url": "https://firefox-ci-tc.services.mozilla.com/",
142-
"index": "mobile.v2.fenix.fennec-beta.latest.arm64-v8a",
142+
"index": "mobile.v2.fenix.beta.latest.arm64-v8a",
143143
"task_type": "signing",
144144
"cot_product": "mobile",
145145
},
@@ -158,6 +158,20 @@ async def get_context(config_override=None):
158158
"cot_product": "mobile",
159159
"check_task": False, # These tasks run on level t workers.
160160
},
161+
{
162+
"name": "adhoc-signing",
163+
"taskcluster_root_url": "https://firefox-ci-tc.services.mozilla.com/",
164+
"index": "adhoc.v2.adhoc-signing.2021-07-28-vpn-2.4.1-msi-2.release-signing.latest",
165+
"task_type": "signing",
166+
"cot_product": "adhoc",
167+
},
168+
{
169+
"name": "xpi-manifest reset-search-default",
170+
"taskcluster_root_url": "https://firefox-ci-tc.services.mozilla.com/",
171+
"index": "xpi.v2.xpi-manifest.reset-search-default-extension.release-signing.latest",
172+
"task_type": "signing",
173+
"cot_product": "xpi",
174+
},
161175
)
162176

163177

0 commit comments

Comments
 (0)