Skip to content

Latest commit

 

History

History
89 lines (76 loc) · 2.57 KB

.taskcluster.yml

File metadata and controls

89 lines (76 loc) · 2.57 KB
 
May 24, 2016
May 24, 2016
2
version: 0
3
4
metadata:
name: "NSS Continuous Integration"
May 24, 2016
May 24, 2016
5
description: "The Taskcluster task graph for the NSS tree"
6
owner: "mozilla-taskcluster-maintenance@mozilla.com"
May 24, 2016
May 24, 2016
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
source: {{{source}}}
scopes:
# Note the below scopes are insecure however these get overriden on the server
# side to whatever scopes are set by mozilla-taskcluster.
- queue:*
- docker-worker:*
- scheduler:*
# Available mustache parameters (see the mozilla-taskcluster source):
#
# - owner: push user (email address)
# - source: URL of this YAML file
# - url: repository URL
# - project: alias for the destination repository (basename of
# the repo url)
# - level: SCM level of the destination repository
# (1 = try, 3 = core)
# - revision: (short) hg revision of the head of the push
# - revision_hash: (long) hg revision of the head of the push
# - comment: comment of the push
# - pushlog_id: id in the pushlog table of the repository
#
# and functions:
# - as_slugid: convert a label into a slugId
# - from_now: generate a timestamp at a fixed offset from now
May 24, 2016
May 24, 2016
35
36
37
38
39
40
41
42
43
44
45
46
47
48
- taskId: '{{#as_slugid}}decision task{{/as_slugid}}'
reruns: 3
task:
created: '{{now}}'
deadline: '{{#from_now}}1 day{{/from_now}}'
expires: '{{#from_now}}14 days{{/from_now}}'
metadata:
owner: mozilla-taskcluster-maintenance@mozilla.com
source: {{{source}}}
name: "NSS Decision Task"
description: |
The task that creates all of the other tasks in the task graph
May 24, 2016
May 24, 2016
49
workerType: "hg-worker"
May 24, 2016
May 24, 2016
50
51
52
53
54
55
provisionerId: "aws-provisioner-v1"
tags:
createdForUser: {{owner}}
routes:
Jun 30, 2016
Jun 30, 2016
56
57
- "tc-treeherder-stage.v2.{{project}}.{{revision}}.{{pushlog_id}}"
- "tc-treeherder.v2.{{project}}.{{revision}}.{{pushlog_id}}"
May 24, 2016
May 24, 2016
58
59
payload:
Sep 7, 2016
Sep 7, 2016
60
image: ttaubert/nss-decision:0.0.2
May 24, 2016
May 24, 2016
61
62
env:
May 24, 2016
May 24, 2016
63
64
TC_OWNER: {{owner}}
TC_SOURCE: {{{source}}}
Jun 30, 2016
Jun 30, 2016
65
TC_PROJECT: {{project}}
Jul 26, 2016
Jul 26, 2016
66
TC_COMMENT: '{{comment}}'
Jun 21, 2016
Jun 21, 2016
67
NSS_PUSHLOG_ID: '{{pushlog_id}}'
May 24, 2016
May 24, 2016
68
69
70
71
72
73
74
75
76
77
78
79
NSS_HEAD_REPOSITORY: '{{{url}}}'
NSS_HEAD_REVISION: '{{revision}}'
maxRunTime: 1800
command:
- bash
- -cx
- >
bin/checkout.sh &&
nss/automation/taskcluster/scripts/extend_task_graph.sh
Sep 12, 2016
Sep 12, 2016
80
81
features:
taskclusterProxy: true
May 24, 2016
May 24, 2016
82
83
84
85
extra:
treeherder:
symbol: D
May 25, 2016
May 25, 2016
86
87
build:
platform: nss-decision
Jun 6, 2016
Jun 6, 2016
88
89
machine:
platform: nss-decision