diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /taskcluster/kinds/source-test/doc.yml | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | taskcluster/kinds/source-test/doc.yml (renamed from taskcluster/ci/source-test/doc.yml) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/taskcluster/ci/source-test/doc.yml b/taskcluster/kinds/source-test/doc.yml index 3e0459f8f0..b876d801ba 100644 --- a/taskcluster/ci/source-test/doc.yml +++ b/taskcluster/kinds/source-test/doc.yml @@ -4,13 +4,14 @@ --- generate: description: Generate the Sphinx documentation + use-python: "3.11" platform: doc/opt treeherder: symbol: doc(generate) kind: test tier: 1 run-on-projects: ['trunk'] - worker-type: t-linux-xlarge-source + worker-type: b-linux-medium-gcp worker: docker-image: {in-tree: "lint"} max-run-time: 1800 @@ -37,6 +38,7 @@ generate: upload: description: Generate and upload the Sphinx documentation + use-python: "3.11" platform: doc/opt attributes: code-review: true @@ -45,7 +47,7 @@ upload: kind: test tier: 2 run-on-projects: [mozilla-central-only] - worker-type: t-linux-xlarge-source + worker-type: b-linux-medium-gcp worker: docker-image: {in-tree: "lint"} max-run-time: 1800 |