aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowboy
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowboy')
-rw-r--r--pipelines/cowboy108
1 files changed, 108 insertions, 0 deletions
diff --git a/pipelines/cowboy b/pipelines/cowboy
new file mode 100644
index 0000000..97c0236
--- /dev/null
+++ b/pipelines/cowboy
@@ -0,0 +1,108 @@
+{
+ "id": "bdda879c-cdcf-4fa6-b52d-c6ecf96c0f53",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy",
+ "web_url": "https://buildkite.com/ninenines/cowboy",
+ "name": "Cowboy",
+ "description": null,
+ "slug": "cowboy",
+ "repository": "https://github.com/ninenines/cowboy",
+ "branch_configuration": null,
+ "default_branch": "master",
+ "skip_queued_branch_builds": true,
+ "skip_queued_branch_builds_filter": "",
+ "cancel_running_branch_builds": true,
+ "cancel_running_branch_builds_filter": "",
+ "provider": {
+ "id": "github",
+ "settings": {
+ "publish_commit_status": true,
+ "build_pull_requests": false,
+ "build_pull_request_forks": false,
+ "build_tags": false,
+ "publish_commit_status_per_step": true,
+ "trigger_mode": "code",
+ "repository": "ninenines/cowboy",
+ "skip_pull_request_builds_for_existing_commits": true,
+ "pull_request_branch_filter_configuration": "",
+ "pull_request_branch_filter_enabled": false
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/bd1b199ba59368266e96db79bd06b5b0f5cc7208059aba4648"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowboy/builds",
+ "badge_url": "https://badge.buildkite.com/61972b651aa4fcd5cdbf5a4c4c308934be8f87e3ac2f2d97c7.svg",
+ "created_at": "2016-01-28T10:32:26.894Z",
+ "env": {
+ "CI_ERLANG_MK": "1"
+ },
+ "scheduled_builds_count": 0,
+ "running_builds_count": 0,
+ "scheduled_jobs_count": 0,
+ "running_jobs_count": 4,
+ "waiting_jobs_count": 0,
+ "steps": [
+ {
+ "type": "script",
+ "name": "Arch Linux",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=archlinux"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "FreeBSD",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=freebsd"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "OSX",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=osx"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Ubuntu",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=ubuntu"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ }
+ ]
+}