From 742cefb8b85ea9a73d72761b5d08c89e3e7441b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 15 May 2018 18:14:55 +0200 Subject: Update pipelines --- pipelines/cowboy | 42 ++++++++++++++++++++++++------------------ pipelines/cowlib | 44 +++++++++++++++++++++++++------------------- pipelines/cowlib-prs | 22 ++++++++++++++-------- pipelines/erlang-dot-mk | 44 +++++++++++++++++++++++++------------------- pipelines/gun | 46 ++++++++++++++++++++++++++-------------------- pipelines/ranch | 42 ++++++++++++++++++++++++------------------ pipelines/ranch-prs | 22 ++++++++++++++-------- 7 files changed, 152 insertions(+), 110 deletions(-) diff --git a/pipelines/cowboy b/pipelines/cowboy index d2a6b35..676d49c 100644 --- a/pipelines/cowboy +++ b/pipelines/cowboy @@ -42,7 +42,7 @@ "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 AUTO_CI_HIPE=\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 AUTO_CI_HIPE=\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 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 diff --git a/pipelines/cowlib-prs b/pipelines/cowlib-prs index 4addceb..2fb4612 100644 --- a/pipelines/cowlib-prs +++ b/pipelines/cowlib-prs @@ -42,7 +42,7 @@ "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": "", @@ -51,14 +51,14 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=alpine" + "os=archlinux" ], "concurrency": null, "parallelism": null }, { "type": "script", - "name": "Arch Linux", + "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": "", @@ -67,14 +67,17 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=archlinux" + "os=ubuntu" ], "concurrency": null, "parallelism": null }, + { + "type": "waiter" + }, { "type": "script", - "name": "CentOS", + "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": "", @@ -83,7 +86,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=centos" + "os=alpine" ], "concurrency": null, "parallelism": null @@ -104,9 +107,12 @@ "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": "", @@ -115,7 +121,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=ubuntu" + "os=centos" ], "concurrency": null, "parallelism": null diff --git a/pipelines/erlang-dot-mk b/pipelines/erlang-dot-mk index bd89388..a9ebba0 100644 --- a/pipelines/erlang-dot-mk +++ b/pipelines/erlang-dot-mk @@ -37,12 +37,12 @@ "scheduled_builds_count": 0, "running_builds_count": 0, "scheduled_jobs_count": 0, - "running_jobs_count": 1, + "running_jobs_count": 7, "waiting_jobs_count": 0, "steps": [ { "type": "script", - "name": "Alpine", + "name": "Arch Linux", "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", "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 check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", + "name": "FreeBSD", + "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k", "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 check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", + "name": "OSX", + "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k", "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 check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", "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 check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k", + "name": "Alpine", + "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", "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 check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k", + "name": "Debian", + "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", "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 check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k", "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 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 diff --git a/pipelines/ranch b/pipelines/ranch index e395ede..a3869b5 100644 --- a/pipelines/ranch +++ b/pipelines/ranch @@ -42,7 +42,7 @@ "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 diff --git a/pipelines/ranch-prs b/pipelines/ranch-prs index 13dc673..42b6f18 100644 --- a/pipelines/ranch-prs +++ b/pipelines/ranch-prs @@ -40,7 +40,7 @@ "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": "", @@ -49,14 +49,14 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=alpine" + "os=archlinux" ], "concurrency": null, "parallelism": null }, { "type": "script", - "name": "Arch Linux", + "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": "", @@ -65,14 +65,17 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=archlinux" + "os=ubuntu" ], "concurrency": null, "parallelism": null }, + { + "type": "waiter" + }, { "type": "script", - "name": "CentOS", + "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": "", @@ -81,7 +84,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=centos" + "os=alpine" ], "concurrency": null, "parallelism": null @@ -102,9 +105,12 @@ "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": "", @@ -113,7 +119,7 @@ }, "timeout_in_minutes": null, "agent_query_rules": [ - "os=ubuntu" + "os=centos" ], "concurrency": null, "parallelism": null -- cgit v1.2.3