aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/erlang-dot-mk-packages
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/erlang-dot-mk-packages')
-rw-r--r--pipelines/erlang-dot-mk-packages122
1 files changed, 122 insertions, 0 deletions
diff --git a/pipelines/erlang-dot-mk-packages b/pipelines/erlang-dot-mk-packages
new file mode 100644
index 0000000..0212f94
--- /dev/null
+++ b/pipelines/erlang-dot-mk-packages
@@ -0,0 +1,122 @@
+{
+ "id": "a49ab8fb-1814-4094-a25b-e887cec50398",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-packages",
+ "web_url": "https://buildkite.com/ninenines/erlang-dot-mk-packages",
+ "name": "Erlang.mk Packages",
+ "description": null,
+ "slug": "erlang-dot-mk-packages",
+ "repository": "https://github.com/ninenines/erlang.mk",
+ "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,
+ "provider": {
+ "id": "github",
+ "settings": {
+ "publish_commit_status": true,
+ "build_pull_requests": true,
+ "build_pull_request_forks": false,
+ "build_tags": false,
+ "publish_commit_status_per_step": false,
+ "trigger_mode": "none",
+ "repository": "ninenines/erlang.mk",
+ "skip_pull_request_builds_for_existing_commits": true
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/e83bc8f4da8777829eb370215c70c4ef3c8fef2b4e636fc0b3"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-packages/builds",
+ "badge_url": "https://badge.buildkite.com/cc3760f9c5970635caad15780f837de3474993f7b2099f5820.svg",
+ "created_at": "2015-12-04T17:58:01.149Z",
+ "env": {
+
+ },
+ "scheduled_builds_count": 0,
+ "running_builds_count": 0,
+ "scheduled_jobs_count": 41,
+ "running_jobs_count": 4,
+ "waiting_jobs_count": 0,
+ "steps": [
+ {
+ "type": "script",
+ "name": "Arch Linux",
+ "command": "make packages -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": 420,
+ "agent_query_rules": [
+ "os=archlinux"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "FreeBSD",
+ "command": "gmake packages -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": 420,
+ "agent_query_rules": [
+ "os=freebsd"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "OSX",
+ "command": "gmake packages -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": 420,
+ "agent_query_rules": [
+ "os=osx"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Ubuntu",
+ "command": "make packages -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": 420,
+ "agent_query_rules": [
+ "os=ubuntu"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Windows 7",
+ "command": "make packages -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": 420,
+ "agent_query_rules": [
+ "os=windows7"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ }
+ ]
+}