From 39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 26 Nov 2018 22:45:04 +0100 Subject: Add a few packages and update pipelines --- pipelines/cowboy | 6 +++--- pipelines/erlang-dot-mk | 27 +++++++++++++++------------ 2 files changed, 18 insertions(+), 15 deletions(-) (limited to 'pipelines') diff --git a/pipelines/cowboy b/pipelines/cowboy index 1c4a505..b102aac 100644 --- a/pipelines/cowboy +++ b/pipelines/cowboy @@ -38,10 +38,10 @@ "CI_ERLANG_MK": "1" }, "scheduled_builds_count": 0, - "running_builds_count": 1, + "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_jobs_count": 4, - "waiting_jobs_count": 3, + "running_jobs_count": 0, + "waiting_jobs_count": 0, "steps": [ { "type": "script", diff --git a/pipelines/erlang-dot-mk b/pipelines/erlang-dot-mk index dbbd17b..9089d81 100644 --- a/pipelines/erlang-dot-mk +++ b/pipelines/erlang-dot-mk @@ -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, - "trigger_mode": "code", + "separate_pull_request_statuses": false, + "publish_blocked_as_pending": false, "repository": "ninenines/erlang.mk", - "skip_pull_request_builds_for_existing_commits": true, - "pull_request_branch_filter_configuration": "", - "pull_request_branch_filter_enabled": false + "pull_request_branch_filter_configuration": "" }, "webhook_url": "https://webhook.buildkite.com/deliver/abb14e9b80ef76a8a921e77cb7f25be3d1ab5ace1519b96fad" }, @@ -43,7 +46,7 @@ { "type": "script", "name": "Arch Linux", - "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", + "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": { @@ -59,7 +62,7 @@ { "type": "script", "name": "FreeBSD", - "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k", + "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": { @@ -75,7 +78,7 @@ { "type": "script", "name": "OSX", - "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k", + "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": { @@ -91,7 +94,7 @@ { "type": "script", "name": "Ubuntu", - "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", + "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": { @@ -110,7 +113,7 @@ { "type": "script", "name": "Alpine", - "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", + "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": { @@ -126,7 +129,7 @@ { "type": "script", "name": "Debian", - "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", + "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": { @@ -145,7 +148,7 @@ { "type": "script", "name": "CentOS", - "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", + "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": { -- cgit v1.2.3