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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
{
"metadata": {
"name": "BMO Task Graph",
"description": "A suite of tests to check the quality of the BMO codebase.",
"owner": "dlawrence@mozilla.com",
"source": "https://raw.githubusercontent.com/mozilla/webtools-bmo-bugzilla/master/taskgraph.json"
},
"tasks": [
{
"reruns": 3,
"maxRunTime": 3000,
"task": {
"metadata": {
"name": "Basic Sanity Tests"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
"image": "dklawren/webtools-bmo-bugzilla",
"command": ["/runtests.sh"],
"env": {
"TEST_SUITE": "sanity"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "San"
}
}
}
},
{
"reruns": 3,
"maxRunTime": 7200,
"task": {
"metadata": {
"name": "WebService API Tests"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
"image": "dklawren/webtools-bmo-bugzilla",
"command": ["/runtests.sh"],
"env": {
"TEST_SUITE": "webservices"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "API"
}
}
}
},
{
"reruns": 3,
"maxRunTime": 7200,
"task": {
"metadata": {
"name": "Selenium Tests"
},
"provisionerId": "aws-provisioner-v1",
"workerType": "b2gtest",
"payload": {
"image": "dklawren/webtools-bmo-bugzilla",
"command": ["/runtests.sh"],
"env": {
"TEST_SUITE": "selenium"
},
"artifacts": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
},
"public/selenium_log": {
"type": "file",
"path": "/selenium.log",
"expires": "2016-02-17T17:33:38.806Z"
}
}
},
"extra": {
"treeherder": {
"symbol": "Sel"
}
}
}
}
]
}
|