aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-25 17:36:28 +0200
committerLoïc Hoguin <[email protected]>2018-04-25 17:36:28 +0200
commit3944fe6157481aa3bf70e9f8a90eea701d3ecc0d (patch)
treed475c26e6616022eeb73132317b5083634f0f4a2
parent281b412eea700902562615ce0be693fe087e1f14 (diff)
downloadci-3944fe6157481aa3bf70e9f8a90eea701d3ecc0d.tar.gz
ci-3944fe6157481aa3bf70e9f8a90eea701d3ecc0d.tar.bz2
ci-3944fe6157481aa3bf70e9f8a90eea701d3ecc0d.zip
Update pipelines
-rw-r--r--pipelines/cowboy50
-rw-r--r--pipelines/cowlib2
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,7 +42,7 @@
"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": "",
@@ -51,6 +51,22 @@
},
"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": [
"os=archlinux"
],
"concurrency": null,
@@ -58,6 +74,38 @@
},
{
"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",
"command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze ERLANG_OTP=OTP-20.2.4",
"artifact_paths": "logs.html",
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": [
{