From 2b053440ef85881517e0fd6b45b255e46e33316f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 6 Aug 2018 16:39:37 +0200 Subject: Update pipelines --- pipelines/asciideck | 70 ++++++++++++++++++++++++++++++++++++++++++++++------ pipelines/cowboy | 6 ++--- pipelines/cowlib | 2 +- pipelines/cowlib-prs | 2 +- pipelines/esdl2 | 6 ++--- pipelines/gun | 16 ++++++------ pipelines/ranch | 4 +-- pipelines/ranch-prs | 4 +-- 8 files changed, 82 insertions(+), 28 deletions(-) diff --git a/pipelines/asciideck b/pipelines/asciideck index 18247dc..26b0b55 100644 --- a/pipelines/asciideck +++ b/pipelines/asciideck @@ -32,18 +32,18 @@ "badge_url": "https://badge.buildkite.com/05e1b0358e6e07a81c6750e94ece0dcca5f2caade4a09726e6.svg", "created_at": "2016-11-01T21:22:05.913Z", "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, + "scheduled_jobs_count": 1, + "running_jobs_count": 3, + "waiting_jobs_count": 3, "steps": [ { "type": "script", "name": "Arch Linux", - "command": "make distclean\r\nmake -k ci\r\nmake dialyze", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -59,7 +59,7 @@ { "type": "script", "name": "FreeBSD", - "command": "gmake distclean\r\ngmake -k ci CI_ERLLVM=\r\ngmake dialyze", + "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": { @@ -75,7 +75,7 @@ { "type": "script", "name": "OSX", - "command": "gmake distclean\r\ngmake -k ci CI_ERLLVM=\r\ngmake dialyze", + "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": { @@ -91,7 +91,7 @@ { "type": "script", "name": "Ubuntu", - "command": "make distclean\r\nmake -k ci\r\nmake dialyze", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -103,6 +103,60 @@ ], "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 } ] } diff --git a/pipelines/cowboy b/pipelines/cowboy index 225198d..2ab0032 100644 --- a/pipelines/cowboy +++ b/pipelines/cowboy @@ -36,9 +36,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/cowlib b/pipelines/cowlib index 6559b6d..5b21b9b 100644 --- a/pipelines/cowlib +++ b/pipelines/cowlib @@ -38,7 +38,7 @@ "scheduled_builds_count": 0, "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_jobs_count": 0, + "running_jobs_count": 1, "waiting_jobs_count": 0, "steps": [ { diff --git a/pipelines/cowlib-prs b/pipelines/cowlib-prs index 1ef7a88..b8d40f1 100644 --- a/pipelines/cowlib-prs +++ b/pipelines/cowlib-prs @@ -37,7 +37,7 @@ "scheduled_builds_count": 0, "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_jobs_count": 5, + "running_jobs_count": 0, "waiting_jobs_count": 0, "steps": [ { diff --git a/pipelines/esdl2 b/pipelines/esdl2 index 389c9b3..87e2f49 100644 --- a/pipelines/esdl2 +++ b/pipelines/esdl2 @@ -35,11 +35,11 @@ "env": { "CI_ERLANG_MK": "1" }, - "scheduled_builds_count": 1, + "scheduled_builds_count": 0, "running_builds_count": 0, - "scheduled_jobs_count": 4, + "scheduled_jobs_count": 0, "running_jobs_count": 0, - "waiting_jobs_count": 2, + "waiting_jobs_count": 0, "steps": [ { "type": "script", diff --git a/pipelines/gun b/pipelines/gun index 22c2708..a1cf6ca 100644 --- a/pipelines/gun +++ b/pipelines/gun @@ -37,13 +37,13 @@ "scheduled_builds_count": 0, "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_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", + "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": { @@ -59,7 +59,7 @@ { "type": "script", "name": "FreeBSD", - "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake 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", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -75,7 +75,7 @@ { "type": "script", "name": "OSX", - "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1", + "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -91,7 +91,7 @@ { "type": "script", "name": "Ubuntu", - "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", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -110,7 +110,7 @@ { "type": "script", "name": "Alpine", - "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", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -126,7 +126,7 @@ { "type": "script", "name": "Debian", - "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", "artifact_paths": "logs.html", "branch_configuration": "", "env": { @@ -145,7 +145,7 @@ { "type": "script", "name": "CentOS", - "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", "artifact_paths": "logs.html", "branch_configuration": "", "env": { diff --git a/pipelines/ranch b/pipelines/ranch index 1deb5af..6088894 100644 --- a/pipelines/ranch +++ b/pipelines/ranch @@ -37,7 +37,7 @@ "scheduled_builds_count": 0, "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_jobs_count": 0, + "running_jobs_count": 1, "waiting_jobs_count": 0, "steps": [ { @@ -110,7 +110,7 @@ { "type": "script", "name": "Alpine", - "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 AUTO_CI_OTP=OTP-19+\r\nmake dialyze LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { diff --git a/pipelines/ranch-prs b/pipelines/ranch-prs index 0e55dff..0ddb799 100644 --- a/pipelines/ranch-prs +++ b/pipelines/ranch-prs @@ -35,7 +35,7 @@ "scheduled_builds_count": 0, "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_jobs_count": 0, + "running_jobs_count": 1, "waiting_jobs_count": 0, "steps": [ { @@ -76,7 +76,7 @@ { "type": "script", "name": "Alpine", - "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 AUTO_CI_OTP=OTP-19+\r\nmake dialyze LATEST_ERLANG_OTP=1", "artifact_paths": "logs.html", "branch_configuration": "", "env": { -- cgit v1.2.3