aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowboy
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowboy')
-rw-r--r--pipelines/cowboy31
1 files changed, 17 insertions, 14 deletions
diff --git a/pipelines/cowboy b/pipelines/cowboy
index e92c662..1c4a505 100644
--- a/pipelines/cowboy
+++ b/pipelines/cowboy
@@ -15,16 +15,19 @@
"provider": {
"id": "github",
"settings": {
- "publish_commit_status": true,
+ "trigger_mode": "code",
"build_pull_requests": false,
+ "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,
- "trigger_mode": "code",
+ "separate_pull_request_statuses": false,
+ "publish_blocked_as_pending": false,
"repository": "ninenines/cowboy",
- "skip_pull_request_builds_for_existing_commits": true,
- "pull_request_branch_filter_configuration": "",
- "pull_request_branch_filter_enabled": false
+ "pull_request_branch_filter_configuration": ""
},
"webhook_url": "https://webhook.buildkite.com/deliver/bd1b199ba59368266e96db79bd06b5b0f5cc7208059aba4648"
},
@@ -36,14 +39,14 @@
},
"scheduled_builds_count": 0,
"running_builds_count": 1,
- "scheduled_jobs_count": 1,
- "running_jobs_count": 3,
+ "scheduled_jobs_count": 0,
+ "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 dialyze LATEST_ERLANG_OTP=1",
+ "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": {
@@ -59,7 +62,7 @@
{
"type": "script",
"name": "FreeBSD",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake 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",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -75,7 +78,7 @@
{
"type": "script",
"name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -91,7 +94,7 @@
{
"type": "script",
"name": "Ubuntu",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "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": {
@@ -110,7 +113,7 @@
{
"type": "script",
"name": "Alpine",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "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": {
@@ -126,7 +129,7 @@
{
"type": "script",
"name": "Debian",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "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": {
@@ -145,7 +148,7 @@
{
"type": "script",
"name": "CentOS",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "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": {