From 3944fe6157481aa3bf70e9f8a90eea701d3ecc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 25 Apr 2018 17:36:28 +0200 Subject: Update pipelines --- pipelines/cowboy | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- pipelines/cowlib | 2 +- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/pipelines/cowboy b/pipelines/cowboy index 97c0236..b865219 100644 --- a/pipelines/cowboy +++ b/pipelines/cowboy @@ -42,12 +42,28 @@ "steps": [ { "type": "script", - "name": "Arch Linux", + "name": "Alpine", "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4", "artifact_paths": "logs.html", "branch_configuration": "", "env": { + }, + "timeout_in_minutes": null, + "agent_query_rules": [ + "os=alpine" + ], + "concurrency": null, + "parallelism": null + }, + { + "type": "script", + "name": "Arch Linux", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze", + "artifact_paths": "logs.html", + "branch_configuration": "", + "env": { + }, "timeout_in_minutes": null, "agent_query_rules": [ @@ -56,6 +72,38 @@ "concurrency": null, "parallelism": null }, + { + "type": "script", + "name": "CentOS", + "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4", + "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 dialyze ERLANG_OTP=OTP-20.2.4", + "artifact_paths": "logs.html", + "branch_configuration": "", + "env": { + + }, + "timeout_in_minutes": null, + "agent_query_rules": [ + "os=debian" + ], + "concurrency": null, + "parallelism": null + }, { "type": "script", "name": "FreeBSD", diff --git a/pipelines/cowlib b/pipelines/cowlib index 157bf43..3efc7cf 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": 7, + "running_jobs_count": 6, "waiting_jobs_count": 0, "steps": [ { -- cgit v1.2.3