aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/ranch-prs
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-15 18:14:55 +0200
committerLoïc Hoguin <[email protected]>2018-05-15 18:14:55 +0200
commit742cefb8b85ea9a73d72761b5d08c89e3e7441b7 (patch)
tree10b76f31ed300c956738351f8d11e2c3991ce60e /pipelines/ranch-prs
parent66ed50404a6215851a80607cdca1d378c923b61a (diff)
downloadci-742cefb8b85ea9a73d72761b5d08c89e3e7441b7.tar.gz
ci-742cefb8b85ea9a73d72761b5d08c89e3e7441b7.tar.bz2
ci-742cefb8b85ea9a73d72761b5d08c89e3e7441b7.zip
Update pipelines
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