aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/gun
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/gun')
-rw-r--r--pipelines/gun50
1 files changed, 35 insertions, 15 deletions
diff --git a/pipelines/gun b/pipelines/gun
index a1cf6ca..c75d055 100644
--- a/pipelines/gun
+++ b/pipelines/gun
@@ -20,9 +20,12 @@
"pull_request_branch_filter_enabled": false,
"skip_pull_request_builds_for_existing_commits": true,
"build_pull_request_forks": false,
+ "prefix_pull_request_fork_branch_names": true,
"build_tags": false,
"publish_commit_status": true,
"publish_commit_status_per_step": true,
+ "separate_pull_request_statuses": false,
+ "publish_blocked_as_pending": false,
"repository": "ninenines/gun",
"pull_request_branch_filter_configuration": ""
},
@@ -32,18 +35,19 @@
"badge_url": "https://badge.buildkite.com/abc1dcdb2d179f30b68e49e03c85dfa36233e9cae2b334077f.svg",
"created_at": "2016-11-16T15:37:49.857Z",
"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": 1,
- "waiting_jobs_count": 0,
+ "running_builds_count": 1,
+ "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": {
@@ -59,11 +63,11 @@
{
"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": {
-
+ "AUTO_CI_MASTER": ""
},
"timeout_in_minutes": null,
"agent_query_rules": [
@@ -74,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": {
@@ -83,7 +87,7 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=osx"
+ "os=macos"
],
"concurrency": null,
"parallelism": null
@@ -91,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": {
@@ -105,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": {
@@ -126,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": {
@@ -145,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": {