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