Skip to content

Commit 170598b

Browse files
hneivaahal
authored andcommitted
[ci] Re-add adhoc signing cot checks
1 parent cc5c883 commit 170598b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/test_production.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,14 @@ async def get_context(config_override=None):
173173
"check_task": False, # These tasks run on level t workers.
174174
},
175175
{
176-
"name": "adhoc-signing",
176+
"name": "adhoc-signing-task",
177+
"taskcluster_root_url": "https://firefox-ci-tc.services.mozilla.com/",
178+
"index": "adhoc.v2.adhoc-signing.test-mac.release-signing.latest",
179+
"task_type": "signing",
180+
"cot_product": "adhoc",
181+
},
182+
{
183+
"name": "adhoc-signing-decision",
177184
"taskcluster_root_url": "https://firefox-ci-tc.services.mozilla.com/",
178185
"index": "adhoc.v2.adhoc-signing.latest.taskgraph.decision",
179186
"task_type": "decision",

0 commit comments

Comments
 (0)