summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
blob: 0441b5be2ec879a0e2347c2c612b7b8bd955f135 (plain)
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
  "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": {
        "expires": "2018-02-18T17:33:38.806Z",
        "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": "2018-02-17T17:33:38.806Z"
            }
          }
        },
        "extra": {
          "treeherder": {
            "symbol": "San"
          }
        }
      }
    },
    {
      "reruns": 3,
      "maxRunTime": 3000,
      "task": {
        "expires": "2018-02-18T17:33:38.806Z",
        "metadata": {
          "name": "Documentation Build Test"
        },
        "provisionerId": "aws-provisioner-v1",
        "workerType": "b2gtest",
        "payload": {
          "image": "dklawren/webtools-bmo-bugzilla",
          "command": ["/runtests.sh"],
          "env": {
            "TEST_SUITE": "docs"
          },
          "artifacts": {
            "public/runtests_log": {
              "type": "file",
              "path": "/runtests.log",
              "expires": "2018-02-17T17:33:38.806Z"
            }
          }
        },
        "extra": {
          "treeherder": {
            "symbol": "Doc"
          }
        }
      }
    },
    {
      "reruns": 3,
      "maxRunTime": 7200,
      "task": {
        "expires": "2018-02-18T17:33:38.806Z",
        "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": "2018-02-17T17:33:38.806Z"
            },
            "public/httpd_error_log": {
              "type": "file",
              "path": "/var/log/httpd/error_log",
              "expires": "2018-02-17T17:33:38.806Z"
            }
          }
        },
        "extra": {
          "treeherder": {
            "symbol": "API"
          }
        }
      }
    },
    {
      "reruns": 3,
      "maxRunTime": 7200,
      "task": {
        "expires": "2018-02-18T17:33:38.806Z",
        "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": "2018-02-17T17:33:38.806Z"
            },
            "public/httpd_error_log": {
              "type": "file",
              "path": "/var/log/httpd/error_log",
              "expires": "2018-02-17T17:33:38.806Z"
            },
            "public/selenium_log": {
              "type": "file",
              "path": "/selenium.log",
              "expires": "2018-02-17T17:33:38.806Z"
            }
          }
        },
        "extra": {
          "treeherder": {
            "symbol": "Sel"
          }
        }
      }
    }
  ]
}