aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/ranch-prs
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/ranch-prs')
-rw-r--r--pipelines/ranch-prs42
1 files changed, 19 insertions, 23 deletions
diff --git a/pipelines/ranch-prs b/pipelines/ranch-prs
index 57fa5ef..13dc673 100644
--- a/pipelines/ranch-prs
+++ b/pipelines/ranch-prs
@@ -30,22 +30,18 @@
"badge_url": "https://badge.buildkite.com/6c97ef62dba96534fd3db9b68fa2cd2591703feaa964edbc63.svg",
"created_at": "2015-12-18T19:14:45.897Z",
"env": {
-
+ "CI_ERLANG_MK": "1"
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 0,
+ "running_jobs_count": 5,
"waiting_jobs_count": 0,
"steps": [
{
- "type": "manual",
- "label": "Review required before CI"
- },
- {
"type": "script",
- "name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci\r\nmake dialyze",
+ "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": {
@@ -53,47 +49,47 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=archlinux"
+ "os=alpine"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "FreeBSD",
- "command": "gmake distclean\r\ngmake -k ci\r\ngmake dialyze",
+ "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": "",
"env": {
- "CI_OTP": "OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.6"
+
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=freebsd"
+ "os=archlinux"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci\r\ngmake dialyze",
+ "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": "",
"env": {
- "CI_OTP": "OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.6"
+
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=osx"
+ "os=centos"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "Ubuntu",
- "command": "make distclean\r\nmake -k ci\r\nmake dialyze",
+ "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": {
@@ -101,15 +97,15 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=ubuntu"
+ "os=debian"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "Windows 7",
- "command": "make clean && make tests -k PATH=\"/c/Program Files/erl5.10.4/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.0/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.1/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.2/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.3/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.4/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl7.0/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl7.1/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl7.2.1/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl7.3/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl8.0/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl8.1/bin:/usr/bin\"\r\nmake dialyze",
+ "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": "",
"env": {
@@ -117,7 +113,7 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=windows7"
+ "os=ubuntu"
],
"concurrency": null,
"parallelism": null