Skip to content

Commit 39fbbe4

Browse files
committed
Run tasks under Generic Worker rather than Docker Worker
1 parent 5203cb1 commit 39fbbe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.taskcluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ tasks:
6666
workerType:
6767
$if: 'taskcluster_root_url == "https://firefox-ci-tc.services.mozilla.com"'
6868
then: linux-gcp
69-
else: ci
69+
else: generic-worker-ubuntu-22-04
7070

71-
taskboot_image: "mozilla/taskboot:0.3.6"
71+
taskboot_image: "mozilla/taskboot:0.4.1"
7272
in:
7373
$if: 'tasks_for == "github-push" || (tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"])'
7474
then:

0 commit comments

Comments
 (0)