aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowlib
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowlib')
-rw-r--r--pipelines/cowlib44
1 files changed, 25 insertions, 19 deletions
diff --git a/pipelines/cowlib b/pipelines/cowlib
index 273030b..2a9d1cb 100644
--- a/pipelines/cowlib
+++ b/pipelines/cowlib
@@ -36,14 +36,14 @@
"CI_ERLANG_MK": "1"
},
"scheduled_builds_count": 0,
- "running_builds_count": 1,
+ "running_builds_count": 0,
"scheduled_jobs_count": 0,
"running_jobs_count": 3,
"waiting_jobs_count": 0,
"steps": [
{
"type": "script",
- "name": "Alpine",
+ "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",
"artifact_paths": "logs.html",
"branch_configuration": "",
@@ -52,15 +52,15 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=alpine"
+ "os=archlinux"
],
"concurrency": null,
"parallelism": null
},
{
"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",
+ "name": "FreeBSD",
+ "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": {
@@ -68,15 +68,15 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=archlinux"
+ "os=freebsd"
],
"concurrency": null,
"parallelism": null
},
{
"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",
+ "name": "OSX",
+ "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": {
@@ -84,14 +84,14 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=centos"
+ "os=osx"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "Debian",
+ "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",
"artifact_paths": "logs.html",
"branch_configuration": "",
@@ -100,15 +100,18 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=debian"
+ "os=ubuntu"
],
"concurrency": null,
"parallelism": null
},
{
+ "type": "waiter"
+ },
+ {
"type": "script",
- "name": "FreeBSD",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake perfs LATEST_ERLANG_OTP=1",
+ "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",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -116,15 +119,15 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=freebsd"
+ "os=alpine"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake perfs LATEST_ERLANG_OTP=1",
+ "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",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -132,14 +135,17 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=osx"
+ "os=debian"
],
"concurrency": null,
"parallelism": null
},
{
+ "type": "waiter"
+ },
+ {
"type": "script",
- "name": "Ubuntu",
+ "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",
"artifact_paths": "logs.html",
"branch_configuration": "",
@@ -148,7 +154,7 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=ubuntu"
+ "os=centos"
],
"concurrency": null,
"parallelism": null