aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowlib-prs
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowlib-prs')
-rw-r--r--pipelines/cowlib-prs22
1 files changed, 14 insertions, 8 deletions
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
@@ -105,8 +108,11 @@
"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