summaryrefslogtreecommitdiffstats
path: root/taskcluster/kinds/source-test/doc.yml
diff options
context:
space:
mode:
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