aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/gun
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/gun')
-rw-r--r--pipelines/gun46
1 files changed, 26 insertions, 20 deletions
diff --git a/pipelines/gun b/pipelines/gun
index 7158a68..059e567 100644
--- a/pipelines/gun
+++ b/pipelines/gun
@@ -36,13 +36,13 @@
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
- "scheduled_jobs_count": 1,
- "running_jobs_count": 1,
+ "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",
"artifact_paths": "logs.html",
"branch_configuration": "",
@@ -51,15 +51,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",
+ "name": "FreeBSD",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -67,15 +67,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",
+ "name": "OSX",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -83,14 +83,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",
"artifact_paths": "logs.html",
"branch_configuration": "",
@@ -99,15 +99,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",
+ "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": {
@@ -115,15 +118,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",
+ "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": {
@@ -131,14 +134,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",
"artifact_paths": "logs.html",
"branch_configuration": "",
@@ -147,7 +153,7 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=ubuntu"
+ "os=centos"
],
"concurrency": null,
"parallelism": null