aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/ranch
blob: fbac6343cfa1fb2e03035d35427b3c06d988dd9c (plain) (blame)
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
  "id": "724ce121-c8ec-4fea-a341-fc09f522abe8",
  "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/ranch",
  "web_url": "https://buildkite.com/ninenines/ranch",
  "name": "Ranch",
  "description": null,
  "slug": "ranch",
  "repository": "https://github.com/ninenines/ranch",
  "branch_configuration": null,
  "default_branch": "master",
  "skip_queued_branch_builds": true,
  "skip_queued_branch_builds_filter": "",
  "cancel_running_branch_builds": true,
  "cancel_running_branch_builds_filter": "",
  "provider": {
    "id": "github",
    "settings": {
      "trigger_mode": "code",
      "build_pull_requests": false,
      "pull_request_branch_filter_enabled": false,
      "skip_pull_request_builds_for_existing_commits": true,
      "build_pull_request_forks": false,
      "prefix_pull_request_fork_branch_names": true,
      "build_tags": false,
      "publish_commit_status": true,
      "publish_commit_status_per_step": true,
      "separate_pull_request_statuses": false,
      "publish_blocked_as_pending": false,
      "repository": "ninenines/ranch",
      "pull_request_branch_filter_configuration": "",
      "commit_status_404s": 1
    },
    "webhook_url": "https://webhook.buildkite.com/deliver/194c4c95da25a5bdab166c313fd5fcce3a3ac0cf4457559989"
  },
  "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/ranch/builds",
  "badge_url": "https://badge.buildkite.com/b93dbe1a93ef055da41d450f259b85d4cb061f787169f0f656.svg",
  "created_at": "2016-10-08T20:51:03.722Z",
  "env": {
    "CI_ERLANG_MK": "1",
    "AUTO_CI_MASTER": "weekly"
  },
  "scheduled_builds_count": 0,
  "running_builds_count": 0,
  "scheduled_jobs_count": 1,
  "running_jobs_count": 4,
  "waiting_jobs_count": 3,
  "steps": [
    {
      "type": "script",
      "name": "Arch Linux",
      "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
      "artifact_paths": "logs.html",
      "branch_configuration": "",
      "env": {

      },
      "timeout_in_minutes": null,
      "agent_query_rules": [
        "os=archlinux"
      ],
      "concurrency": null,
      "parallelism": null
    },
    {
      "type": "script",
      "name": "FreeBSD",
      "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze LATEST_ERLANG_OTP=1",
      "artifact_paths": "logs.html",
      "branch_configuration": "",
      "env": {

      },
      "timeout_in_minutes": null,
      "agent_query_rules": [
        "os=freebsd"
      ],
      "concurrency": null,
      "parallelism": null
    },
    {
      "type": "script",
      "name": "macOS",
      "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1",
      "artifact_paths": "logs.html",
      "branch_configuration": "",
      "env": {

      },
      "timeout_in_minutes": null,
      "agent_query_rules": [
        "os=macos"
      ],
      "concurrency": null,
      "parallelism": null
    },
    {
      "type": "script",
      "name": "Ubuntu",
      "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
      "artifact_paths": "logs.html",
      "branch_configuration": "",
      "env": {

      },
      "timeout_in_minutes": null,
      "agent_query_rules": [
        "os=ubuntu"
      ],
      "concurrency": null,
      "parallelism": null
    },
    {
      "type": "script",
      "name": "Windows 10",
      "command": "make distclean\r\nmake -k ci-windows\r\nmake dialyze",
      "artifact_paths": "logs.html",
      "branch_configuration": "",
      "env": {

      },
      "timeout_in_minutes": null,
      "agent_query_rules": [
        "os=win10"
      ],
      "concurrency": null,
      "parallelism": null
    },
    {
      "type": "waiter"
    },
    {
      "type": "script",
      "name": "Alpine",
      "command": "make distclean\r\nmake -k ci ci-auto-cleanup AUTO_CI_OTP=OTP-19+\r\nmake dialyze LATEST_ERLANG_OTP=1",
      "artifact_paths": "logs.html",
      "branch_configuration": "",
      "env": {

      },
      "timeout_in_minutes": null,
      "agent_query_rules": [
        "os=alpine"
      ],
      "concurrency": null,
      "parallelism": null
    },
    {
      "type": "script",
      "name": "Debian",
      "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
      "artifact_paths": "logs.html",
      "branch_configuration": "",
      "env": {

      },
      "timeout_in_minutes": null,
      "agent_query_rules": [
        "os=debian"
      ],
      "concurrency": null,
      "parallelism": null
    },
    {
      "type": "waiter"
    },
    {
      "type": "script",
      "name": "CentOS",
      "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
      "artifact_paths": "logs.html",
      "branch_configuration": "",
      "env": {

      },
      "timeout_in_minutes": null,
      "agent_query_rules": [
        "os=centos"
      ],
      "concurrency": null,
      "parallelism": null
    }
  ]
}