From be92328f2e2fbeabd2f8b764d4d249700b27298d Mon Sep 17 00:00:00 2001 From: Sandor Molnar Date: Fri, 11 Sep 2026 22:55:56 +0300 Subject: [PATCH] Revert "Bug 2070444 - Run addon tasks on git-backed pushes, r=taskgraph-reviewers,jcristau" for causing build-signing timeouts This reverts commit 1d22dc491631b38e6a1f21cbfd44fa7989dbed1b. Revert "Bug 2070444 - Run artifact-build tasks on git-backed pushes, r=taskgraph-reviewers,jcristau" for causing build signing failures This reverts commit 9bfd8889e85c3f7544217babb9796f1673e75718. --- taskcluster/kinds/addon/kind.yml | 2 ++ taskcluster/kinds/artifact-build/kind.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/taskcluster/kinds/addon/kind.yml b/taskcluster/kinds/addon/kind.yml index 23e0f0dff636..4193a2216821 100644 --- a/taskcluster/kinds/addon/kind.yml +++ b/taskcluster/kinds/addon/kind.yml @@ -13,6 +13,7 @@ transforms: - gecko_taskgraph.transforms.task:transforms task-defaults: + run-on-repo-type: [hg] use-python: default tasks: @@ -36,6 +37,7 @@ tasks: name: public/tps.xpi path: /builds/worker/checkouts/gecko/tps-out/tps.xpi run: + clone-with: hg using: mach mach: tps-build --dest tps-out sparse-profile: tps diff --git a/taskcluster/kinds/artifact-build/kind.yml b/taskcluster/kinds/artifact-build/kind.yml index 4cb939e6e311..529387cd7017 100644 --- a/taskcluster/kinds/artifact-build/kind.yml +++ b/taskcluster/kinds/artifact-build/kind.yml @@ -17,6 +17,7 @@ transforms: - gecko_taskgraph.transforms.task:transforms task-defaults: + run-on-repo-type: [hg] index: product: firefox treeherder: @@ -33,6 +34,7 @@ task-defaults: MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system USE_ARTIFACT: '1' run: + clone-with: hg using: mozharness actions: [get-secrets, build] config: