aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/gun-prs
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/gun-prs')
-rw-r--r--pipelines/gun-prs128
1 files changed, 128 insertions, 0 deletions
diff --git a/pipelines/gun-prs b/pipelines/gun-prs
new file mode 100644
index 0000000..5a8cf2c
--- /dev/null
+++ b/pipelines/gun-prs
@@ -0,0 +1,128 @@
+{
+ "id": "ef455860-151b-42af-b7fe-2bfa4331d7e8",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun-prs",
+ "web_url": "https://buildkite.com/ninenines/gun-prs",
+ "name": "Gun PRs",
+ "description": null,
+ "slug": "gun-prs",
+ "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,
+ "provider": {
+ "id": "github",
+ "settings": {
+ "trigger_mode": "code",
+ "build_pull_requests": true,
+ "pull_request_branch_filter_enabled": false,
+ "skip_pull_request_builds_for_existing_commits": true,
+ "build_pull_request_forks": true,
+ "build_tags": false,
+ "publish_commit_status": true,
+ "publish_commit_status_per_step": true,
+ "repository": "ninenines/gun",
+ "pull_request_branch_filter_configuration": ""
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/1f1df5a59a344ff0dcba91c51bfbc8c00515815c1537e06128"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun-prs/builds",
+ "badge_url": "https://badge.buildkite.com/a1aa03abceb713c8768ef03509f26cce35730f9209aec703d1.svg",
+ "created_at": "2016-11-21T10:32:44.691Z",
+ "env": {
+
+ },
+ "scheduled_builds_count": 0,
+ "running_builds_count": 0,
+ "scheduled_jobs_count": 0,
+ "running_jobs_count": 0,
+ "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",
+ "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\r\ngmake dialyze",
+ "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\r\ngmake dialyze",
+ "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\r\nmake dialyze",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=ubuntu"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "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",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=windows7"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ }
+ ]
+}