forked from taskcluster/taskgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
47 lines (43 loc) · 1.23 KB
/
config.yml
File metadata and controls
47 lines (43 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
trust-domain: taskgraph
treeherder:
group-names:
'I': 'Docker Image Builds'
'Fetch': 'Fetch tasks'
'check': 'Checks and lints'
'doc': 'Documentation tasks'
'unit': 'Unit test tasks'
'unit-multithread': 'Unit test tasks with multithreading enabled'
'integration': 'Integration test tasks'
index:
products:
- taskgraph
task-priority: low
taskgraph:
register: self_taskgraph:register
decision-parameters: 'self_taskgraph.custom_parameters:decision_parameters'
repositories:
ci:
name: Taskgraph
workers:
aliases:
images:
provisioner: 'taskgraph-{level}'
implementation: docker-worker
os: linux
worker-type: images
t-linux:
provisioner: 'taskgraph-t'
implementation: docker-worker
os: linux
worker-type: linux-docker
misc:
provisioner: 'taskgraph-t'
implementation: docker-worker
os: linux
worker-type: linux-docker
t-windows:
provisioner: 'taskgraph-t'
implementation: generic-worker
os: windows
worker-type: win11-64-24h2