aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-19 16:31:47 +0100
committerLoïc Hoguin <[email protected]>2020-03-19 16:31:47 +0100
commit56b7453b675c1b6f469b0b57415ef0c5b445799a (patch)
tree69ed946f4192bb7815101f07534fdb4b8f4a36bc
parentb70babdf6e9c7f50cf7b9351abd01c556d20a665 (diff)
downloadci-56b7453b675c1b6f469b0b57415ef0c5b445799a.tar.gz
ci-56b7453b675c1b6f469b0b57415ef0c5b445799a.tar.bz2
ci-56b7453b675c1b6f469b0b57415ef0c5b445799a.zip
Update pipelines
-rw-r--r--pipelines/asciideck183
-rw-r--r--pipelines/cowboy183
-rw-r--r--pipelines/cowboy-prs186
-rw-r--r--pipelines/cowlib184
-rw-r--r--pipelines/cowlib-prs186
-rw-r--r--pipelines/erlang-dot-mk166
-rw-r--r--pipelines/erlang-dot-mk-packages123
-rw-r--r--pipelines/erlang-dot-mk-prs127
-rw-r--r--pipelines/esdl2148
-rw-r--r--pipelines/gun183
-rw-r--r--pipelines/gun-prs134
-rw-r--r--pipelines/ranch184
-rw-r--r--pipelines/ranch-prs129
-rw-r--r--pipelines/relx65
14 files changed, 14 insertions, 2167 deletions
diff --git a/pipelines/asciideck b/pipelines/asciideck
index 8ee25dd..8686703 100644
--- a/pipelines/asciideck
+++ b/pipelines/asciideck
@@ -1,182 +1 @@
-{
- "id": "004d5364-a60a-4fcb-aca3-15c09bbb61e5",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/asciideck",
- "web_url": "https://buildkite.com/ninenines/asciideck",
- "name": "Asciideck",
- "description": null,
- "slug": "asciideck",
- "repository": "https://github.com/ninenines/asciideck",
- "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/asciideck",
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/c8b86884d360b9e3cda2d592811be1e09edbe6e27e13e06448"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/asciideck/builds",
- "badge_url": "https://badge.buildkite.com/05e1b0358e6e07a81c6750e94ece0dcca5f2caade4a09726e6.svg",
- "created_at": "2016-11-01T21:22:05.913Z",
- "env": {
- "CI_ERLANG_MK": "1",
- "AUTO_CI_MASTER": "weekly"
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 1,
- "waiting_jobs_count": 0,
- "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 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=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\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
- }
- ]
-}
+{"id":"004d5364-a60a-4fcb-aca3-15c09bbb61e5","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/asciideck","web_url":"https://buildkite.com/ninenines/asciideck","name":"Asciideck","description":null,"slug":"asciideck","repository":"https://github.com/ninenines/asciideck","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_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":false,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/asciideck","pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/c8b86884d360b9e3cda2d592811be1e09edbe6e27e13e06448"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/asciideck/builds","badge_url":"https://badge.buildkite.com/05e1b0358e6e07a81c6750e94ece0dcca5f2caade4a09726e6.svg","created_at":"2016-11-01T21:22:05.913Z","env":{"CI_ERLANG_MK":"1","AUTO_CI_MASTER":"monthly"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":1,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=alpine"],"concurrency":null,"parallelism":null},{"type":"script","name":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=debian"],"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 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=macos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Ubuntu","command":"make distclean\r\nmake -k ci ci-auto-cleanup","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}]}
diff --git a/pipelines/cowboy b/pipelines/cowboy
index f066dcd..b51827c 100644
--- a/pipelines/cowboy
+++ b/pipelines/cowboy
@@ -1,182 +1 @@
-{
- "id": "bdda879c-cdcf-4fa6-b52d-c6ecf96c0f53",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy",
- "web_url": "https://buildkite.com/ninenines/cowboy",
- "name": "Cowboy",
- "description": null,
- "slug": "cowboy",
- "repository": "https://github.com/ninenines/cowboy",
- "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/cowboy",
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/bd1b199ba59368266e96db79bd06b5b0f5cc7208059aba4648"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy/builds",
- "badge_url": "https://badge.buildkite.com/61972b651aa4fcd5cdbf5a4c4c308934be8f87e3ac2f2d97c7.svg",
- "created_at": "2016-01-28T10:32:26.894Z",
- "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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=centos"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"bdda879c-cdcf-4fa6-b52d-c6ecf96c0f53","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy","web_url":"https://buildkite.com/ninenines/cowboy","name":"Cowboy","description":null,"slug":"cowboy","repository":"https://github.com/ninenines/cowboy","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_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":false,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/cowboy","pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/bd1b199ba59368266e96db79bd06b5b0f5cc7208059aba4648"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy/builds","badge_url":"https://badge.buildkite.com/61972b651aa4fcd5cdbf5a4c4c308934be8f87e3ac2f2d97c7.svg","created_at":"2016-01-28T10:32:26.894Z","env":{"CI_ERLANG_MK":"1","AUTO_CI_MASTER":"monthly"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=alpine"],"concurrency":null,"parallelism":null},{"type":"script","name":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=debian"],"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 KEEP_LOGS=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 KEEP_LOGS=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","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}]}
diff --git a/pipelines/cowboy-prs b/pipelines/cowboy-prs
index 61bc19b..7f27e60 100644
--- a/pipelines/cowboy-prs
+++ b/pipelines/cowboy-prs
@@ -1,185 +1 @@
-{
- "id": "5c38ea04-2a38-4a01-9c27-276c36f6f31d",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy-prs",
- "web_url": "https://buildkite.com/ninenines/cowboy-prs",
- "name": "Cowboy PRs",
- "description": null,
- "slug": "cowboy-prs",
- "repository": "https://github.com/ninenines/cowboy",
- "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": true,
- "pull_request_branch_filter_enabled": false,
- "skip_pull_request_builds_for_existing_commits": true,
- "build_pull_request_forks": true,
- "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/cowboy",
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/0896649a31033fb015d7a64d0d4507322391060916b17b5631"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy-prs/builds",
- "badge_url": "https://badge.buildkite.com/4d12d1c64a1b5589fcfd4e1b17f11f02d8eebd159b798b1ad7.svg",
- "created_at": "2016-10-11T09:20:14.803Z",
- "env": {
- "CI_ERLANG_MK": "1"
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 0,
- "waiting_jobs_count": 0,
- "steps": [
- {
- "type": "manual",
- "label": "Review required"
- },
- {
- "type": "script",
- "name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=freebsd"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "OSX (disabled)",
- "command": "# gmake distclean\r\n# gmake -k ci ci-auto-cleanup\r\n# gmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=alpine"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "Ubuntu",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=centos"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"5c38ea04-2a38-4a01-9c27-276c36f6f31d","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy-prs","web_url":"https://buildkite.com/ninenines/cowboy-prs","name":"Cowboy PRs","description":null,"slug":"cowboy-prs","repository":"https://github.com/ninenines/cowboy","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":true,"pull_request_branch_filter_enabled":false,"skip_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":true,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/cowboy","pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/0896649a31033fb015d7a64d0d4507322391060916b17b5631"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy-prs/builds","badge_url":"https://badge.buildkite.com/4d12d1c64a1b5589fcfd4e1b17f11f02d8eebd159b798b1ad7.svg","created_at":"2016-10-11T09:20:14.803Z","env":{"CI_ERLANG_MK":"1"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=alpine"],"concurrency":null,"parallelism":null},{"type":"script","name":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=debian"],"concurrency":null,"parallelism":null},{"type":"script","name":"macOS","command":"gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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","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}]}
diff --git a/pipelines/cowlib b/pipelines/cowlib
index 0506265..a85567e 100644
--- a/pipelines/cowlib
+++ b/pipelines/cowlib
@@ -1,183 +1 @@
-{
- "id": "9e708f12-8f3a-44f7-ae2f-3c728b4e16e0",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib",
- "web_url": "https://buildkite.com/ninenines/cowlib",
- "name": "Cowlib",
- "description": null,
- "slug": "cowlib",
- "repository": "https://github.com/ninenines/cowlib.git",
- "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/cowlib",
- "pull_request_branch_filter_configuration": "",
- "commit_status_404s": 1
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/b95d87f5ba369e577a52cd869b0c34afcd7ebe6aa0f2833cb3"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib/builds",
- "badge_url": "https://badge.buildkite.com/61bc0400979b37846c72584443e80ce8c8bfe08f1adc7ee011.svg",
- "created_at": "2016-10-03T20:49:49.257Z",
- "env": {
- "CI_ERLANG_MK": "1",
- "AUTO_CI_MASTER": "weekly"
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 0,
- "waiting_jobs_count": 0,
- "steps": [
- {
- "type": "script",
- "name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs 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\r\ngmake perfs 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\r\ngmake perfs 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 perfs 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\r\nmake perfs",
- "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\r\nmake perfs 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 perfs 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 perfs LATEST_ERLANG_OTP=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=centos"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"9e708f12-8f3a-44f7-ae2f-3c728b4e16e0","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib","web_url":"https://buildkite.com/ninenines/cowlib","name":"Cowlib","description":null,"slug":"cowlib","repository":"https://github.com/ninenines/cowlib.git","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_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":false,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/cowlib","pull_request_branch_filter_configuration":"","commit_status_404s":1},"webhook_url":"https://webhook.buildkite.com/deliver/b95d87f5ba369e577a52cd869b0c34afcd7ebe6aa0f2833cb3"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib/builds","badge_url":"https://badge.buildkite.com/61bc0400979b37846c72584443e80ce8c8bfe08f1adc7ee011.svg","created_at":"2016-10-03T20:49:49.257Z","env":{"CI_ERLANG_MK":"1","AUTO_CI_MASTER":"monthly"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":8,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs 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":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs 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":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs LATEST_ERLANG_OTP=1","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs 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":"script","name":"FreeBSD","command":"gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake perfs 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\r\ngmake perfs 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 perfs 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\r\nmake perfs","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=win10"],"concurrency":null,"parallelism":null}]}
diff --git a/pipelines/cowlib-prs b/pipelines/cowlib-prs
index 20decc1..4d66d47 100644
--- a/pipelines/cowlib-prs
+++ b/pipelines/cowlib-prs
@@ -1,185 +1 @@
-{
- "id": "e1e03aa6-440d-4468-b6b0-1c8b6cc877c4",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib-prs",
- "web_url": "https://buildkite.com/ninenines/cowlib-prs",
- "name": "Cowlib PRs",
- "description": null,
- "slug": "cowlib-prs",
- "repository": "https://github.com/ninenines/cowlib.git",
- "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": true,
- "pull_request_branch_filter_enabled": false,
- "skip_pull_request_builds_for_existing_commits": true,
- "build_pull_request_forks": true,
- "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/cowlib",
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/00858f0e9af9040643b6516625f686b7501b382243dd2a76bf"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib-prs/builds",
- "badge_url": "https://badge.buildkite.com/b5ec0cf8e7b10d52d49a61b9a9582383d65a5992363b74e5ac.svg",
- "created_at": "2016-10-07T12:32:06.394Z",
- "env": {
- "CI_ERLANG_MK": "1"
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 0,
- "waiting_jobs_count": 0,
- "steps": [
- {
- "type": "manual",
- "label": "Review required"
- },
- {
- "type": "script",
- "name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1\r\nmake perfs 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\r\ngmake perfs 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\r\ngmake perfs 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\r\nmake perfs 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\r\nmake perfs",
- "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\r\nmake dialyze LATEST_ERLANG_OTP=1\r\nmake perfs 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\r\nmake perfs 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\r\nmake perfs LATEST_ERLANG_OTP=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=centos"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"e1e03aa6-440d-4468-b6b0-1c8b6cc877c4","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib-prs","web_url":"https://buildkite.com/ninenines/cowlib-prs","name":"Cowlib PRs","description":null,"slug":"cowlib-prs","repository":"https://github.com/ninenines/cowlib.git","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":true,"pull_request_branch_filter_enabled":false,"skip_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":true,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/cowlib","pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/00858f0e9af9040643b6516625f686b7501b382243dd2a76bf"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib-prs/builds","badge_url":"https://badge.buildkite.com/b5ec0cf8e7b10d52d49a61b9a9582383d65a5992363b74e5ac.svg","created_at":"2016-10-07T12:32:06.394Z","env":{"CI_ERLANG_MK":"1"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs 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":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs 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":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs LATEST_ERLANG_OTP=1","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs 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":"script","name":"macOS","command":"gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake perfs 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 perfs 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\r\nmake perfs","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=win10"],"concurrency":null,"parallelism":null}]}
diff --git a/pipelines/erlang-dot-mk b/pipelines/erlang-dot-mk
index 9f95af9..665cf6e 100644
--- a/pipelines/erlang-dot-mk
+++ b/pipelines/erlang-dot-mk
@@ -1,165 +1 @@
-{
- "id": "de45ad0a-109f-419f-a6b7-8ab3922e503d",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk",
- "web_url": "https://buildkite.com/ninenines/erlang-dot-mk",
- "name": "Erlang.mk",
- "description": null,
- "slug": "erlang-dot-mk",
- "repository": "https://github.com/ninenines/erlang.mk",
- "branch_configuration": "!gh-pages",
- "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/erlang.mk",
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/abb14e9b80ef76a8a921e77cb7f25be3d1ab5ace1519b96fad"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk/builds",
- "badge_url": "https://badge.buildkite.com/e23c2201e688b2e464fcac194a3294ee35a220c8b9f791baa2.svg",
- "created_at": "2016-01-21T14:42:46.075Z",
- "env": {
-
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 1,
- "running_jobs_count": 3,
- "waiting_jobs_count": 3,
- "steps": [
- {
- "type": "script",
- "name": "Arch Linux",
- "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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 check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k 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": "OSX",
- "command": "gmake check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=osx"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "Ubuntu",
- "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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": "waiter"
- },
- {
- "type": "script",
- "name": "Alpine",
- "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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 check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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 check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=centos"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"de45ad0a-109f-419f-a6b7-8ab3922e503d","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk","web_url":"https://buildkite.com/ninenines/erlang-dot-mk","name":"Erlang.mk","description":null,"slug":"erlang-dot-mk","repository":"https://github.com/ninenines/erlang.mk","branch_configuration":"!gh-pages","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_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":false,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/erlang.mk","pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/abb14e9b80ef76a8a921e77cb7f25be3d1ab5ace1519b96fad"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk/builds","badge_url":"https://badge.buildkite.com/e23c2201e688b2e464fcac194a3294ee35a220c8b9f791baa2.svg","created_at":"2016-01-21T14:42:46.075Z","env":{},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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":"Alpine","command":"make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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":"CentOS","command":"make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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":"script","name":"FreeBSD","command":"gmake check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k 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 check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k 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 check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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":"taskkill -IM epmd.exe -F || true\r\nmake check -j 8 -k\r\ntaskkill -IM epmd.exe -F\r\nmake check LEGACY=1 -j 8 -k\r\ntaskkill -IM epmd.exe -F","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=win10"],"concurrency":null,"parallelism":null}]}
diff --git a/pipelines/erlang-dot-mk-packages b/pipelines/erlang-dot-mk-packages
index 0212f94..3dcd356 100644
--- a/pipelines/erlang-dot-mk-packages
+++ b/pipelines/erlang-dot-mk-packages
@@ -1,122 +1 @@
-{
- "id": "a49ab8fb-1814-4094-a25b-e887cec50398",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-packages",
- "web_url": "https://buildkite.com/ninenines/erlang-dot-mk-packages",
- "name": "Erlang.mk Packages",
- "description": null,
- "slug": "erlang-dot-mk-packages",
- "repository": "https://github.com/ninenines/erlang.mk",
- "branch_configuration": null,
- "default_branch": "master",
- "skip_queued_branch_builds": false,
- "skip_queued_branch_builds_filter": null,
- "cancel_running_branch_builds": false,
- "cancel_running_branch_builds_filter": null,
- "provider": {
- "id": "github",
- "settings": {
- "publish_commit_status": true,
- "build_pull_requests": true,
- "build_pull_request_forks": false,
- "build_tags": false,
- "publish_commit_status_per_step": false,
- "trigger_mode": "none",
- "repository": "ninenines/erlang.mk",
- "skip_pull_request_builds_for_existing_commits": true
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/e83bc8f4da8777829eb370215c70c4ef3c8fef2b4e636fc0b3"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-packages/builds",
- "badge_url": "https://badge.buildkite.com/cc3760f9c5970635caad15780f837de3474993f7b2099f5820.svg",
- "created_at": "2015-12-04T17:58:01.149Z",
- "env": {
-
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 41,
- "running_jobs_count": 4,
- "waiting_jobs_count": 0,
- "steps": [
- {
- "type": "script",
- "name": "Arch Linux",
- "command": "make packages -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": 420,
- "agent_query_rules": [
- "os=archlinux"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "FreeBSD",
- "command": "gmake packages -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": 420,
- "agent_query_rules": [
- "os=freebsd"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "OSX",
- "command": "gmake packages -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": 420,
- "agent_query_rules": [
- "os=osx"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "Ubuntu",
- "command": "make packages -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": 420,
- "agent_query_rules": [
- "os=ubuntu"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "Windows 7",
- "command": "make packages -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": 420,
- "agent_query_rules": [
- "os=windows7"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"a49ab8fb-1814-4094-a25b-e887cec50398","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-packages","web_url":"https://buildkite.com/ninenines/erlang-dot-mk-packages","name":"Erlang.mk Packages","description":null,"slug":"erlang-dot-mk-packages","repository":"https://github.com/ninenines/erlang.mk","branch_configuration":null,"default_branch":"master","skip_queued_branch_builds":false,"skip_queued_branch_builds_filter":null,"cancel_running_branch_builds":false,"cancel_running_branch_builds_filter":null,"provider":{"id":"github","settings":{"trigger_mode":"none","build_pull_requests":true,"pull_request_branch_filter_enabled":false,"skip_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":false,"build_pull_request_ready_for_review":false,"prefix_pull_request_fork_branch_names":true,"build_tags":false,"publish_commit_status":true,"publish_commit_status_per_step":false,"separate_pull_request_statuses":false,"publish_blocked_as_pending":false,"filter_enabled":false,"repository":"ninenines/erlang.mk"},"webhook_url":"https://webhook.buildkite.com/deliver/e83bc8f4da8777829eb370215c70c4ef3c8fef2b4e636fc0b3"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-packages/builds","badge_url":"https://badge.buildkite.com/cc3760f9c5970635caad15780f837de3474993f7b2099f5820.svg","created_at":"2015-12-04T17:58:01.149Z","env":{},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":41,"running_jobs_count":4,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make packages -k","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":420,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make packages -k","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":420,"agent_query_rules":["os=alpine"],"concurrency":null,"parallelism":null},{"type":"script","name":"CentOS","command":"make packages -k","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":420,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make packages -k","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":420,"agent_query_rules":["os=debian"],"concurrency":null,"parallelism":null},{"type":"script","name":"FreeBSD","command":"gmake packages -k","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":420,"agent_query_rules":["os=freebsd"],"concurrency":null,"parallelism":null},{"type":"script","name":"macOS","command":"gmake packages -k","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":420,"agent_query_rules":["os=macos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Ubuntu","command":"make packages -k","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":420,"agent_query_rules":["os=ubuntu"],"concurrency":null,"parallelism":null},{"type":"script","name":"Windows 10","command":"make packages -k","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":420,"agent_query_rules":["os=win10"],"concurrency":null,"parallelism":null}]}
diff --git a/pipelines/erlang-dot-mk-prs b/pipelines/erlang-dot-mk-prs
index e945fe7..f30fc98 100644
--- a/pipelines/erlang-dot-mk-prs
+++ b/pipelines/erlang-dot-mk-prs
@@ -1,126 +1 @@
-{
- "id": "1cc99a3b-4ea7-4a9b-9771-84f5265dfe06",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-prs",
- "web_url": "https://buildkite.com/ninenines/erlang-dot-mk-prs",
- "name": "Erlang.mk PRs",
- "description": null,
- "slug": "erlang-dot-mk-prs",
- "repository": "https://github.com/ninenines/erlang.mk",
- "branch_configuration": "!gh-pages",
- "default_branch": "master",
- "skip_queued_branch_builds": false,
- "skip_queued_branch_builds_filter": "",
- "cancel_running_branch_builds": false,
- "cancel_running_branch_builds_filter": "",
- "provider": {
- "id": "github",
- "settings": {
- "publish_commit_status": true,
- "build_pull_requests": true,
- "build_pull_request_forks": true,
- "build_tags": false,
- "publish_commit_status_per_step": true,
- "trigger_mode": "code",
- "repository": "ninenines/erlang.mk",
- "skip_pull_request_builds_for_existing_commits": true
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/e0d23532cdbeb5d467b3e4af7c3d9045a2ded3c0238315e8f1"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-prs/builds",
- "badge_url": "https://badge.buildkite.com/36b061138027daee523afcfb2b340cf8fe09609619b7936d50.svg",
- "created_at": "2015-10-01T17:17:08.552Z",
- "env": {
-
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 0,
- "waiting_jobs_count": 0,
- "steps": [
- {
- "type": "manual",
- "label": "Review required before CI"
- },
- {
- "type": "script",
- "name": "Arch Linux",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
- "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 check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=freebsd"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "OSX",
- "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=osx"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "Ubuntu",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=ubuntu"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "Windows 7",
- "command": "make check -k\r\nmake check LEGACY=1 -k",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=windows7"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"1cc99a3b-4ea7-4a9b-9771-84f5265dfe06","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-prs","web_url":"https://buildkite.com/ninenines/erlang-dot-mk-prs","name":"Erlang.mk PRs","description":null,"slug":"erlang-dot-mk-prs","repository":"https://github.com/ninenines/erlang.mk","branch_configuration":"!gh-pages","default_branch":"master","skip_queued_branch_builds":false,"skip_queued_branch_builds_filter":"","cancel_running_branch_builds":false,"cancel_running_branch_builds_filter":"","provider":{"id":"github","settings":{"trigger_mode":"code","build_pull_requests":true,"pull_request_branch_filter_enabled":false,"skip_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":true,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/erlang.mk"},"webhook_url":"https://webhook.buildkite.com/deliver/e0d23532cdbeb5d467b3e4af7c3d9045a2ded3c0238315e8f1"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-prs/builds","badge_url":"https://badge.buildkite.com/36b061138027daee523afcfb2b340cf8fe09609619b7936d50.svg","created_at":"2015-10-01T17:17:08.552Z","env":{},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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":"Alpine","command":"make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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":"CentOS","command":"make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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":"script","name":"macOS","command":"gmake check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k 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 check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k 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":"taskkill -IM epmd.exe -F || true\r\nmake check -j 8 -k\r\ntaskkill -IM epmd.exe -F\r\nmake check LEGACY=1 -j 8 -k\r\ntaskkill -IM epmd.exe -F","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=win10"],"concurrency":null,"parallelism":null}]}
diff --git a/pipelines/esdl2 b/pipelines/esdl2
index 69704eb..2134295 100644
--- a/pipelines/esdl2
+++ b/pipelines/esdl2
@@ -1,147 +1 @@
-{
- "id": "96859d93-74dd-46ed-bcf8-ebb2b0cdbe0c",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/esdl2",
- "web_url": "https://buildkite.com/ninenines/esdl2",
- "name": "ESDL2",
- "description": "",
- "slug": "esdl2",
- "repository": "https://github.com/ninenines/esdl2",
- "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/esdl2",
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/84ff991139b84b5b82de72a7f6c32939dcbe2fa9be1914012f"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/esdl2/builds",
- "badge_url": "https://badge.buildkite.com/440da080cf6408a0174a66246c99d69648a9eb8cac80af3964.svg",
- "created_at": "2018-05-23T17:44:34.545Z",
- "env": {
- "CI_ERLANG_MK": "1",
- "AUTO_CI_MASTER": "weekly"
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 0,
- "waiting_jobs_count": 0,
- "steps": [
- {
- "type": "script",
- "name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1\r\nmake -k cppcheck scan-build",
- "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\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake -k cppcheck scan-build",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=freebsd"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "script",
- "name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_OTP=OTP-20+\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake -k cppcheck scan-build",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=osx"
- ],
- "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\r\nmake -k cppcheck scan-build",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=ubuntu"
- ],
- "concurrency": null,
- "parallelism": null
- },
- {
- "type": "waiter"
- },
- {
- "type": "script",
- "name": "Alpine",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1\r\nmake -k cppcheck scan-build",
- "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\r\nmake -k cppcheck scan-build",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=debian"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"96859d93-74dd-46ed-bcf8-ebb2b0cdbe0c","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/esdl2","web_url":"https://buildkite.com/ninenines/esdl2","name":"ESDL2","description":"","slug":"esdl2","repository":"https://github.com/ninenines/esdl2","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_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":false,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/esdl2","pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/84ff991139b84b5b82de72a7f6c32939dcbe2fa9be1914012f"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/esdl2/builds","badge_url":"https://badge.buildkite.com/440da080cf6408a0174a66246c99d69648a9eb8cac80af3964.svg","created_at":"2018-05-23T17:44:34.545Z","env":{"CI_ERLANG_MK":"1","AUTO_CI_MASTER":"monthly"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake -k cppcheck scan-build","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake -k cppcheck scan-build","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 -k cppcheck scan-build","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=debian"],"concurrency":null,"parallelism":null},{"type":"script","name":"FreeBSD","command":"gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake -k cppcheck scan-build","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=freebsd"],"concurrency":null,"parallelism":null},{"type":"script","name":"OSX","command":"gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_OTP=OTP-20+\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake -k cppcheck scan-build","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=osx"],"concurrency":null,"parallelism":null},{"type":"script","name":"Ubuntu","command":"make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake -k cppcheck scan-build","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=ubuntu"],"concurrency":null,"parallelism":null}]}
diff --git a/pipelines/gun b/pipelines/gun
index c75d055..eac5c07 100644
--- a/pipelines/gun
+++ b/pipelines/gun
@@ -1,182 +1 @@
-{
- "id": "8d9162d3-f165-4988-bce8-8c564ad393d0",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun",
- "web_url": "https://buildkite.com/ninenines/gun",
- "name": "Gun",
- "description": null,
- "slug": "gun",
- "repository": "https://github.com/ninenines/gun",
- "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/gun",
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/ce8a014e07cd1e64b8a113ba3bd15eb84a163296a541e6a25a"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun/builds",
- "badge_url": "https://badge.buildkite.com/abc1dcdb2d179f30b68e49e03c85dfa36233e9cae2b334077f.svg",
- "created_at": "2016-11-16T15:37:49.857Z",
- "env": {
- "CI_ERLANG_MK": "1",
- "AUTO_CI_MASTER": "weekly"
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 1,
- "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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
- "AUTO_CI_MASTER": ""
- },
- "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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
- "artifact_paths": "logs.html",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
- "os=centos"
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"8d9162d3-f165-4988-bce8-8c564ad393d0","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun","web_url":"https://buildkite.com/ninenines/gun","name":"Gun","description":null,"slug":"gun","repository":"https://github.com/ninenines/gun","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_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":false,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/gun","pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/ce8a014e07cd1e64b8a113ba3bd15eb84a163296a541e6a25a"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun/builds","badge_url":"https://badge.buildkite.com/abc1dcdb2d179f30b68e49e03c85dfa36233e9cae2b334077f.svg","created_at":"2016-11-16T15:37:49.857Z","env":{"CI_ERLANG_MK":"1","AUTO_CI_MASTER":"monthly"},"scheduled_builds_count":0,"running_builds_count":1,"scheduled_jobs_count":0,"running_jobs_count":8,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=alpine"],"concurrency":null,"parallelism":null},{"type":"script","name":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=debian"],"concurrency":null,"parallelism":null},{"type":"script","name":"FreeBSD","command":"gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1","artifact_paths":"logs.html","branch_configuration":"","env":{"AUTO_CI_MASTER":""},"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 distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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","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}]}
diff --git a/pipelines/gun-prs b/pipelines/gun-prs
index c95fd99..ac5bc00 100644
--- a/pipelines/gun-prs
+++ b/pipelines/gun-prs
@@ -1,133 +1 @@
-{
- "id": "ef455860-151b-42af-b7fe-2bfa4331d7e8",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun-prs",
- "web_url": "https://buildkite.com/ninenines/gun-prs",
- "name": "Gun PRs",
- "description": null,
- "slug": "gun-prs",
- "repository": "https://github.com/ninenines/gun",
- "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": true,
- "pull_request_branch_filter_enabled": false,
- "skip_pull_request_builds_for_existing_commits": true,
- "build_pull_request_forks": true,
- "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/gun",
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/1f1df5a59a344ff0dcba91c51bfbc8c00515815c1537e06128"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun-prs/builds",
- "badge_url": "https://badge.buildkite.com/a1aa03abceb713c8768ef03509f26cce35730f9209aec703d1.svg",
- "created_at": "2016-11-21T10:32:44.691Z",
- "env": {
- "CI_ERLANG_MK": "1"
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 1,
- "waiting_jobs_count": 0,
- "steps": [
- {
- "type": "script",
- "name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean 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": "Ubuntu",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean 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": "waiter"
- },
- {
- "type": "script",
- "name": "Alpine",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean 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 distclean 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 distclean 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
- }
- ]
-}
+{"id":"ef455860-151b-42af-b7fe-2bfa4331d7e8","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun-prs","web_url":"https://buildkite.com/ninenines/gun-prs","name":"Gun PRs","description":null,"slug":"gun-prs","repository":"https://github.com/ninenines/gun","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":true,"pull_request_branch_filter_enabled":false,"skip_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":true,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/gun","pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/1f1df5a59a344ff0dcba91c51bfbc8c00515815c1537e06128"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun-prs/builds","badge_url":"https://badge.buildkite.com/a1aa03abceb713c8768ef03509f26cce35730f9209aec703d1.svg","created_at":"2016-11-21T10:32:44.691Z","env":{"CI_ERLANG_MK":"1"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=alpine"],"concurrency":null,"parallelism":null},{"type":"script","name":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=debian"],"concurrency":null,"parallelism":null},{"type":"script","name":"macOS","command":"gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=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","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}]}
diff --git a/pipelines/ranch b/pipelines/ranch
index fbac634..021ca95 100644
--- a/pipelines/ranch
+++ b/pipelines/ranch
@@ -1,183 +1 @@
-{
- "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
- }
- ]
-}
+{"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_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":false,"build_pull_request_ready_for_review":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,"filter_enabled":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":"monthly"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=alpine"],"concurrency":null,"parallelism":null},{"type":"script","name":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=debian"],"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","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}]}
diff --git a/pipelines/ranch-prs b/pipelines/ranch-prs
index ce21a32..32b7dfe 100644
--- a/pipelines/ranch-prs
+++ b/pipelines/ranch-prs
@@ -1,128 +1 @@
-{
- "id": "c6966ca4-d252-4f40-9877-997c3f6ff0bd",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/ranch-prs",
- "web_url": "https://buildkite.com/ninenines/ranch-prs",
- "name": "Ranch PRs",
- "description": null,
- "slug": "ranch-prs",
- "repository": "https://github.com/ninenines/ranch",
- "branch_configuration": "",
- "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": {
- "publish_commit_status": true,
- "build_pull_requests": true,
- "build_pull_request_forks": true,
- "build_tags": false,
- "publish_commit_status_per_step": true,
- "trigger_mode": "code",
- "repository": "ninenines/ranch",
- "skip_pull_request_builds_for_existing_commits": true
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/16985b41e0418a63ca0ae3f9d9a273f332f6b61f5c82bea86c"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/ranch-prs/builds",
- "badge_url": "https://badge.buildkite.com/6c97ef62dba96534fd3db9b68fa2cd2591703feaa964edbc63.svg",
- "created_at": "2015-12-18T19:14:45.897Z",
- "env": {
- "CI_ERLANG_MK": "1"
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 0,
- "waiting_jobs_count": 0,
- "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": "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": "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
- }
- ]
-}
+{"id":"c6966ca4-d252-4f40-9877-997c3f6ff0bd","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/ranch-prs","web_url":"https://buildkite.com/ninenines/ranch-prs","name":"Ranch PRs","description":null,"slug":"ranch-prs","repository":"https://github.com/ninenines/ranch","branch_configuration":"","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":true,"pull_request_branch_filter_enabled":false,"skip_builds_for_existing_commits":false,"skip_pull_request_builds_for_existing_commits":true,"build_pull_request_forks":true,"build_pull_request_ready_for_review":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,"filter_enabled":false,"repository":"ninenines/ranch"},"webhook_url":"https://webhook.buildkite.com/deliver/16985b41e0418a63ca0ae3f9d9a273f332f6b61f5c82bea86c"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/ranch-prs/builds","badge_url":"https://badge.buildkite.com/6c97ef62dba96534fd3db9b68fa2cd2591703feaa964edbc63.svg","created_at":"2015-12-18T19:14:45.897Z","env":{"CI_ERLANG_MK":"1"},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":0,"waiting_jobs_count":0,"visibility":"public","steps":[{"type":"script","name":"Arch Linux","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=archlinux"],"concurrency":null,"parallelism":null},{"type":"script","name":"Alpine","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=alpine"],"concurrency":null,"parallelism":null},{"type":"script","name":"CentOS","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=centos"],"concurrency":null,"parallelism":null},{"type":"script","name":"Debian","command":"make distclean\r\nmake -k ci ci-auto-cleanup","artifact_paths":"logs.html","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=debian"],"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","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}]}
diff --git a/pipelines/relx b/pipelines/relx
index 059cc7c..29464a2 100644
--- a/pipelines/relx
+++ b/pipelines/relx
@@ -1,64 +1 @@
-{
- "id": "d2e1a9bc-1e90-41d6-bf1e-f251b203f465",
- "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/relx",
- "web_url": "https://buildkite.com/ninenines/relx",
- "name": "Relx",
- "description": "",
- "slug": "relx",
- "repository": "https://github.com/erlware/relx",
- "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": "none",
- "build_pull_requests": true,
- "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": false,
- "separate_pull_request_statuses": false,
- "publish_blocked_as_pending": false,
- "repository": "erlware/relx",
- "commit_status_404s": 7,
- "pull_request_branch_filter_configuration": ""
- },
- "webhook_url": "https://webhook.buildkite.com/deliver/f9f90bf344a4cd8fff9f0bdd1b9656b74fda4f04c8b83766dc"
- },
- "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/relx/builds",
- "badge_url": "https://badge.buildkite.com/3c599eee9e1b6eb2cc73f36706a94dd8b57c1fb07a4fb745a5.svg",
- "created_at": "2018-06-25T06:39:29.998Z",
- "env": {
-
- },
- "scheduled_builds_count": 0,
- "running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 1,
- "waiting_jobs_count": 0,
- "steps": [
- {
- "type": "script",
- "name": "OTP-17.0.2 Relx Build",
- "command": "rm -rf _build rebar3 .rebar3\r\ncurl -O https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3\r\nPATH=$HOME/erlang/OTP-17.0.2/bin:$PATH ./rebar3 update\r\nPATH=$HOME/erlang/OTP-17.0.2/bin:$PATH ./rebar3 as escript escriptize\r\nmv _build/escript/bin/relx _build/escript/bin/relx-`git describe --tags`",
- "artifact_paths": "_build/escript/bin/relx-*",
- "branch_configuration": "",
- "env": {
-
- },
- "timeout_in_minutes": null,
- "agent_query_rules": [
-
- ],
- "concurrency": null,
- "parallelism": null
- }
- ]
-}
+{"id":"d2e1a9bc-1e90-41d6-bf1e-f251b203f465","url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/relx","web_url":"https://buildkite.com/ninenines/relx","name":"Relx","description":"","slug":"relx","repository":"https://github.com/erlware/relx","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":"none","build_pull_requests":true,"pull_request_branch_filter_enabled":false,"skip_builds_for_existing_commits":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":false,"separate_pull_request_statuses":false,"publish_blocked_as_pending":false,"filter_enabled":false,"repository":"erlware/relx","commit_status_404s":7,"pull_request_branch_filter_configuration":""},"webhook_url":"https://webhook.buildkite.com/deliver/f9f90bf344a4cd8fff9f0bdd1b9656b74fda4f04c8b83766dc"},"builds_url":"https://api.buildkite.com/v2/organizations/ninenines/pipelines/relx/builds","badge_url":"https://badge.buildkite.com/3c599eee9e1b6eb2cc73f36706a94dd8b57c1fb07a4fb745a5.svg","created_at":"2018-06-25T06:39:29.998Z","env":{},"scheduled_builds_count":0,"running_builds_count":0,"scheduled_jobs_count":0,"running_jobs_count":1,"waiting_jobs_count":0,"visibility":"private","steps":[{"type":"script","name":"OTP-19.0.7 Relx Build","command":"rm -rf _build rebar3 .rebar3\r\ncurl -O https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3\r\nsource $HOME/erlang/OTP-19.0.7/activate && ./rebar3 update\r\nsource $HOME/erlang/OTP-19.0.7/activate && ./rebar3 as escript escriptize\r\nmv _build/escript/bin/relx _build/escript/bin/relx-`git describe --tags`","artifact_paths":"_build/escript/bin/relx-*","branch_configuration":"","env":{},"timeout_in_minutes":null,"agent_query_rules":["os=macos"],"concurrency":null,"parallelism":null}]}