aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/ranch-prs
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-18 11:06:47 +0200
committerLoïc Hoguin <[email protected]>2018-04-18 11:06:47 +0200
commit4ab21b443ebe3c99dffc5efb8508a209b770b467 (patch)
tree6f6bb83e6f78856f56c8de3112c1c4a8c26f5bac /pipelines/ranch-prs
parente5311de35216cc541978c10a8f2cf8204acc7b94 (diff)
downloadci-4ab21b443ebe3c99dffc5efb8508a209b770b467.tar.gz
ci-4ab21b443ebe3c99dffc5efb8508a209b770b467.tar.bz2
ci-4ab21b443ebe3c99dffc5efb8508a209b770b467.zip
Add BuildKite pipelines along with a script to sync them
Diffstat (limited to 'pipelines/ranch-prs')
-rw-r--r--pipelines/ranch-prs126
1 files changed, 126 insertions, 0 deletions
diff --git a/pipelines/ranch-prs b/pipelines/ranch-prs
new file mode 100644
index 0000000..57fa5ef
--- /dev/null
+++ b/pipelines/ranch-prs
@@ -0,0 +1,126 @@
+{
+ "id": "c6966ca4-d252-4f40-9877-997c3f6ff0bd",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/ranch-prs",
+ "web_url": "https://buildkite.com/ninenines/ranch-prs",
+ "name": "Ranch PRs",
+ "description": null,
+ "slug": "ranch-prs",
+ "repository": "https://github.com/ninenines/ranch",
+ "branch_configuration": "",
+ "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": true,
+ "build_tags": false,
+ "publish_commit_status_per_step": true,
+ "trigger_mode": "code",
+ "repository": "ninenines/ranch",
+ "skip_pull_request_builds_for_existing_commits": true
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/16985b41e0418a63ca0ae3f9d9a273f332f6b61f5c82bea86c"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/ranch-prs/builds",
+ "badge_url": "https://badge.buildkite.com/6c97ef62dba96534fd3db9b68fa2cd2591703feaa964edbc63.svg",
+ "created_at": "2015-12-18T19:14:45.897Z",
+ "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": {
+ "CI_OTP": "OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.6"
+ },
+ "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": {
+ "CI_OTP": "OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.6"
+ },
+ "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/erl5.10.4/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.0/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.1/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.2/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.3/bin:/usr/bin\"\r\nmake clean && make tests -k PATH=\"/c/Program Files/erl6.4/bin:/usr/bin\"\r\nmake 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
+ }
+ ]
+}