From e9dc1b18fb9a5d1439e44ecbf4599e4cd4c0cb3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 7 May 2019 15:17:26 +0200 Subject: Update pipelines --- pipelines/asciideck | 36 ++++++++++++++++++----- pipelines/cowboy | 43 ++++++++++++++++++--------- pipelines/cowboy-prs | 77 ++++++++++++++++++++++++++++++------------------- pipelines/cowlib | 46 ++++++++++++++++++++--------- pipelines/cowlib-prs | 67 ++++++++++++++++++++++++++++++++++++++---- pipelines/erlang-dot-mk | 6 ++-- pipelines/esdl2 | 5 +++- pipelines/gun | 50 ++++++++++++++++++++++---------- pipelines/ranch | 41 +++++++++++++++++++------- pipelines/relx | 3 +- 10 files changed, 275 insertions(+), 99 deletions(-) diff --git a/pipelines/asciideck b/pipelines/asciideck index 8f3a002..8ee25dd 100644 --- a/pipelines/asciideck +++ b/pipelines/asciideck @@ -15,16 +15,19 @@ "provider": { "id": "github", "settings": { - "publish_commit_status": true, + "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, - "skip_pull_request_builds_for_existing_commits": true, - "trigger_mode": "code", + "separate_pull_request_statuses": false, + "publish_blocked_as_pending": false, "repository": "ninenines/asciideck", - "pull_request_branch_filter_configuration": "", - "pull_request_branch_filter_enabled": false + "pull_request_branch_filter_configuration": "" }, "webhook_url": "https://webhook.buildkite.com/deliver/c8b86884d360b9e3cda2d592811be1e09edbe6e27e13e06448" }, @@ -32,7 +35,8 @@ "badge_url": "https://badge.buildkite.com/05e1b0358e6e07a81c6750e94ece0dcca5f2caade4a09726e6.svg", "created_at": "2016-11-01T21:22:05.913Z", "env": { - "CI_ERLANG_MK": "1" + "CI_ERLANG_MK": "1", + "AUTO_CI_MASTER": "weekly" }, "scheduled_builds_count": 0, "running_builds_count": 0, @@ -74,7 +78,7 @@ }, { "type": "script", - "name": "OSX", + "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": "", @@ -83,7 +87,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=osx" + "os=macos" ], "concurrency": null, "parallelism": null @@ -104,6 +108,22 @@ "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" }, diff --git a/pipelines/cowboy b/pipelines/cowboy index b102aac..f066dcd 100644 --- a/pipelines/cowboy +++ b/pipelines/cowboy @@ -35,18 +35,19 @@ "badge_url": "https://badge.buildkite.com/61972b651aa4fcd5cdbf5a4c4c308934be8f87e3ac2f2d97c7.svg", "created_at": "2016-01-28T10:32:26.894Z", "env": { - "CI_ERLANG_MK": "1" + "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, + "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", + "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": { @@ -62,7 +63,7 @@ { "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", + "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": { @@ -77,8 +78,8 @@ }, { "type": "script", - "name": "OSX", - "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -86,7 +87,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=osx" + "os=macos" ], "concurrency": null, "parallelism": null @@ -94,7 +95,7 @@ { "type": "script", "name": "Ubuntu", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -107,13 +108,29 @@ "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", + "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": { @@ -129,7 +146,7 @@ { "type": "script", "name": "Debian", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -148,7 +165,7 @@ { "type": "script", "name": "CentOS", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1", + "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": { diff --git a/pipelines/cowboy-prs b/pipelines/cowboy-prs index e4a50d0..61bc19b 100644 --- a/pipelines/cowboy-prs +++ b/pipelines/cowboy-prs @@ -15,16 +15,19 @@ "provider": { "id": "github", "settings": { - "publish_commit_status": true, + "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, - "skip_pull_request_builds_for_existing_commits": true, - "trigger_mode": "code", + "separate_pull_request_statuses": false, + "publish_blocked_as_pending": false, "repository": "ninenines/cowboy", - "pull_request_branch_filter_configuration": "", - "pull_request_branch_filter_enabled": false + "pull_request_branch_filter_configuration": "" }, "webhook_url": "https://webhook.buildkite.com/deliver/0896649a31033fb015d7a64d0d4507322391060916b17b5631" }, @@ -40,10 +43,14 @@ "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", + "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": { @@ -58,8 +65,8 @@ }, { "type": "script", - "name": "Ubuntu", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -67,18 +74,31 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=ubuntu" + "os=freebsd" ], "concurrency": null, "parallelism": null }, { - "type": "waiter" + "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": "Alpine", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -86,15 +106,15 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=alpine" + "os=ubuntu" ], "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", + "name": "Windows 10", + "command": "make distclean\r\nmake -k ci-windows\r\nmake dialyze", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -102,7 +122,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=debian" + "os=win10" ], "concurrency": null, "parallelism": null @@ -112,8 +132,8 @@ }, { "type": "script", - "name": "CentOS", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -121,19 +141,15 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=centos" + "os=alpine" ], "concurrency": null, "parallelism": null }, - { - "type": "manual", - "label": "Review required" - }, { "type": "script", - "name": "FreeBSD", - "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -141,15 +157,18 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=freebsd" + "os=debian" ], "concurrency": null, "parallelism": null }, + { + "type": "waiter" + }, { "type": "script", - "name": "OSX", - "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -157,7 +176,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=osx" + "os=centos" ], "concurrency": null, "parallelism": null diff --git a/pipelines/cowlib b/pipelines/cowlib index 5b21b9b..0506265 100644 --- a/pipelines/cowlib +++ b/pipelines/cowlib @@ -15,16 +15,19 @@ "provider": { "id": "github", "settings": { - "publish_commit_status": true, + "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, - "skip_pull_request_builds_for_existing_commits": true, - "trigger_mode": "code", + "separate_pull_request_statuses": false, + "publish_blocked_as_pending": false, "repository": "ninenines/cowlib", "pull_request_branch_filter_configuration": "", - "pull_request_branch_filter_enabled": false, "commit_status_404s": 1 }, "webhook_url": "https://webhook.buildkite.com/deliver/b95d87f5ba369e577a52cd869b0c34afcd7ebe6aa0f2833cb3" @@ -33,18 +36,19 @@ "badge_url": "https://badge.buildkite.com/61bc0400979b37846c72584443e80ce8c8bfe08f1adc7ee011.svg", "created_at": "2016-10-03T20:49:49.257Z", "env": { - "CI_ERLANG_MK": "1" + "CI_ERLANG_MK": "1", + "AUTO_CI_MASTER": "weekly" }, "scheduled_builds_count": 0, "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_jobs_count": 1, + "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 perfs LATEST_ERLANG_OTP=1", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -75,7 +79,7 @@ }, { "type": "script", - "name": "OSX", + "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": "", @@ -84,7 +88,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=osx" + "os=macos" ], "concurrency": null, "parallelism": null @@ -92,7 +96,7 @@ { "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", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -105,13 +109,29 @@ "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", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -127,7 +147,7 @@ { "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", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -146,7 +166,7 @@ { "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", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake perfs LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { diff --git a/pipelines/cowlib-prs b/pipelines/cowlib-prs index 891c8f9..20decc1 100644 --- a/pipelines/cowlib-prs +++ b/pipelines/cowlib-prs @@ -15,16 +15,19 @@ "provider": { "id": "github", "settings": { - "publish_commit_status": true, + "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, - "skip_pull_request_builds_for_existing_commits": true, - "trigger_mode": "code", + "separate_pull_request_statuses": false, + "publish_blocked_as_pending": false, "repository": "ninenines/cowlib", - "pull_request_branch_filter_configuration": "", - "pull_request_branch_filter_enabled": false + "pull_request_branch_filter_configuration": "" }, "webhook_url": "https://webhook.buildkite.com/deliver/00858f0e9af9040643b6516625f686b7501b382243dd2a76bf" }, @@ -37,9 +40,13 @@ "scheduled_builds_count": 0, "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_jobs_count": 1, + "running_jobs_count": 0, "waiting_jobs_count": 0, "steps": [ + { + "type": "manual", + "label": "Review required" + }, { "type": "script", "name": "Arch Linux", @@ -56,6 +63,38 @@ "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", @@ -72,6 +111,22 @@ "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" }, diff --git a/pipelines/erlang-dot-mk b/pipelines/erlang-dot-mk index 9089d81..9f95af9 100644 --- a/pipelines/erlang-dot-mk +++ b/pipelines/erlang-dot-mk @@ -39,9 +39,9 @@ }, "scheduled_builds_count": 0, "running_builds_count": 0, - "scheduled_jobs_count": 0, - "running_jobs_count": 0, - "waiting_jobs_count": 0, + "scheduled_jobs_count": 1, + "running_jobs_count": 3, + "waiting_jobs_count": 3, "steps": [ { "type": "script", diff --git a/pipelines/esdl2 b/pipelines/esdl2 index 87e2f49..69704eb 100644 --- a/pipelines/esdl2 +++ b/pipelines/esdl2 @@ -24,6 +24,8 @@ "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": "" }, @@ -33,7 +35,8 @@ "badge_url": "https://badge.buildkite.com/440da080cf6408a0174a66246c99d69648a9eb8cac80af3964.svg", "created_at": "2018-05-23T17:44:34.545Z", "env": { - "CI_ERLANG_MK": "1" + "CI_ERLANG_MK": "1", + "AUTO_CI_MASTER": "weekly" }, "scheduled_builds_count": 0, "running_builds_count": 0, diff --git a/pipelines/gun b/pipelines/gun index a1cf6ca..c75d055 100644 --- a/pipelines/gun +++ b/pipelines/gun @@ -20,9 +20,12 @@ "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": "" }, @@ -32,18 +35,19 @@ "badge_url": "https://badge.buildkite.com/abc1dcdb2d179f30b68e49e03c85dfa36233e9cae2b334077f.svg", "created_at": "2016-11-16T15:37:49.857Z", "env": { - "CI_ERLANG_MK": "1" + "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, + "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", + "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": { @@ -59,11 +63,11 @@ { "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", + "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": [ @@ -74,8 +78,8 @@ }, { "type": "script", - "name": "OSX", - "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -83,7 +87,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=osx" + "os=macos" ], "concurrency": null, "parallelism": null @@ -91,7 +95,7 @@ { "type": "script", "name": "Ubuntu", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -104,13 +108,29 @@ "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", + "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": { @@ -126,7 +146,7 @@ { "type": "script", "name": "Debian", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1", + "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": { @@ -145,7 +165,7 @@ { "type": "script", "name": "CentOS", - "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1", + "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": { diff --git a/pipelines/ranch b/pipelines/ranch index 6088894..fbac634 100644 --- a/pipelines/ranch +++ b/pipelines/ranch @@ -15,16 +15,20 @@ "provider": { "id": "github", "settings": { - "publish_commit_status": true, + "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, - "skip_pull_request_builds_for_existing_commits": true, - "trigger_mode": "code", + "separate_pull_request_statuses": false, + "publish_blocked_as_pending": false, "repository": "ninenines/ranch", "pull_request_branch_filter_configuration": "", - "pull_request_branch_filter_enabled": false + "commit_status_404s": 1 }, "webhook_url": "https://webhook.buildkite.com/deliver/194c4c95da25a5bdab166c313fd5fcce3a3ac0cf4457559989" }, @@ -32,13 +36,14 @@ "badge_url": "https://badge.buildkite.com/b93dbe1a93ef055da41d450f259b85d4cb061f787169f0f656.svg", "created_at": "2016-10-08T20:51:03.722Z", "env": { - "CI_ERLANG_MK": "1" + "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, + "scheduled_jobs_count": 1, + "running_jobs_count": 4, + "waiting_jobs_count": 3, "steps": [ { "type": "script", @@ -74,7 +79,7 @@ }, { "type": "script", - "name": "OSX", + "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": "", @@ -83,7 +88,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=osx" + "os=macos" ], "concurrency": null, "parallelism": null @@ -104,6 +109,22 @@ "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" }, diff --git a/pipelines/relx b/pipelines/relx index 66b1c3e..059cc7c 100644 --- a/pipelines/relx +++ b/pipelines/relx @@ -24,6 +24,7 @@ "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, @@ -45,7 +46,7 @@ "steps": [ { "type": "script", - "name": "OTP_R16B03-1 Relx Build", + "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": "", -- cgit v1.2.3