aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/gun-prs
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/gun-prs')
-rw-r--r--pipelines/gun-prs51
1 files changed, 28 insertions, 23 deletions
diff --git a/pipelines/gun-prs b/pipelines/gun-prs
index 5a8cf2c..c95fd99 100644
--- a/pipelines/gun-prs
+++ b/pipelines/gun-prs
@@ -8,10 +8,10 @@
"repository": "https://github.com/ninenines/gun",
"branch_configuration": null,
"default_branch": "master",
- "skip_queued_branch_builds": false,
- "skip_queued_branch_builds_filter": null,
- "cancel_running_branch_builds": false,
- "cancel_running_branch_builds_filter": null,
+ "skip_queued_branch_builds": true,
+ "skip_queued_branch_builds_filter": "",
+ "cancel_running_branch_builds": true,
+ "cancel_running_branch_builds_filter": "",
"provider": {
"id": "github",
"settings": {
@@ -20,9 +20,12 @@
"pull_request_branch_filter_enabled": false,
"skip_pull_request_builds_for_existing_commits": true,
"build_pull_request_forks": true,
+ "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,22 +35,18 @@
"badge_url": "https://badge.buildkite.com/a1aa03abceb713c8768ef03509f26cce35730f9209aec703d1.svg",
"created_at": "2016-11-21T10:32:44.691Z",
"env": {
-
+ "CI_ERLANG_MK": "1"
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 0,
+ "running_jobs_count": 1,
"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",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -62,8 +61,8 @@
},
{
"type": "script",
- "name": "FreeBSD",
- "command": "gmake distclean\r\ngmake -k ci\r\ngmake dialyze",
+ "name": "Ubuntu",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -71,15 +70,18 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=freebsd"
+ "os=ubuntu"
],
"concurrency": null,
"parallelism": null
},
{
+ "type": "waiter"
+ },
+ {
"type": "script",
- "name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci\r\ngmake dialyze",
+ "name": "Alpine",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -87,15 +89,15 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=osx"
+ "os=alpine"
],
"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 distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -103,15 +105,18 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=ubuntu"
+ "os=debian"
],
"concurrency": null,
"parallelism": null
},
{
+ "type": "waiter"
+ },
+ {
"type": "script",
- "name": "Windows 7",
- "command": "make 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": "CentOS",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -119,7 +124,7 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=windows7"
+ "os=centos"
],
"concurrency": null,
"parallelism": null