aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowboy
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowboy')
-rw-r--r--pipelines/cowboy43
1 files changed, 30 insertions, 13 deletions
diff --git a/pipelines/cowboy b/pipelines/cowboy
index b102aac..f066dcd 100644
--- a/pipelines/cowboy
+++ b/pipelines/cowboy
@@ -35,18 +35,19 @@
"badge_url": "https://badge.buildkite.com/61972b651aa4fcd5cdbf5a4c4c308934be8f87e3ac2f2d97c7.svg",
"created_at": "2016-01-28T10:32:26.894Z",
"env": {
- "CI_ERLANG_MK": "1"
+ "CI_ERLANG_MK": "1",
+ "AUTO_CI_MASTER": "weekly"
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 0,
- "waiting_jobs_count": 0,
+ "scheduled_jobs_count": 1,
+ "running_jobs_count": 4,
+ "waiting_jobs_count": 3,
"steps": [
{
"type": "script",
"name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -62,7 +63,7 @@
{
"type": "script",
"name": "FreeBSD",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -77,8 +78,8 @@
},
{
"type": "script",
- "name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1",
+ "name": "macOS",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -86,7 +87,7 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=osx"
+ "os=macos"
],
"concurrency": null,
"parallelism": null
@@ -94,7 +95,7 @@
{
"type": "script",
"name": "Ubuntu",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -108,12 +109,28 @@
"parallelism": null
},
{
+ "type": "script",
+ "name": "Windows 10",
+ "command": "make distclean\r\nmake -k ci-windows\r\nmake dialyze",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=win10"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
"type": "waiter"
},
{
"type": "script",
"name": "Alpine",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -129,7 +146,7 @@
{
"type": "script",
"name": "Debian",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -148,7 +165,7 @@
{
"type": "script",
"name": "CentOS",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1 KEEP_LOGS=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {