aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowlib
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowlib')
-rw-r--r--pipelines/cowlib157
1 files changed, 157 insertions, 0 deletions
diff --git a/pipelines/cowlib b/pipelines/cowlib
new file mode 100644
index 0000000..a028e52
--- /dev/null
+++ b/pipelines/cowlib
@@ -0,0 +1,157 @@
+{
+ "id": "9e708f12-8f3a-44f7-ae2f-3c728b4e16e0",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib",
+ "web_url": "https://buildkite.com/ninenines/cowlib",
+ "name": "Cowlib",
+ "description": null,
+ "slug": "cowlib",
+ "repository": "https://github.com/ninenines/cowlib.git",
+ "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,
+ "skip_pull_request_builds_for_existing_commits": true,
+ "trigger_mode": "code",
+ "repository": "ninenines/cowlib",
+ "pull_request_branch_filter_configuration": "",
+ "pull_request_branch_filter_enabled": false,
+ "commit_status_404s": 1
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/b95d87f5ba369e577a52cd869b0c34afcd7ebe6aa0f2833cb3"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/cowlib/builds",
+ "badge_url": "https://badge.buildkite.com/61bc0400979b37846c72584443e80ce8c8bfe08f1adc7ee011.svg",
+ "created_at": "2016-10-03T20:49:49.257Z",
+ "env": {
+ "CI_ERLANG_MK": "1"
+ },
+ "scheduled_builds_count": 0,
+ "running_builds_count": 0,
+ "scheduled_jobs_count": 0,
+ "running_jobs_count": 7,
+ "waiting_jobs_count": 0,
+ "steps": [
+ {
+ "type": "script",
+ "name": "Alpine",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4\r\nmake perfs ERLANG_OTP=OTP-20.2.4",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=alpine"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Arch Linux",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze\r\nmake perfs",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+ "KERL_CONFIGURE_OPTIONS": "--with-ssl=/root/openssl-1.0"
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=archlinux"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "CentOS",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4\r\nmake perfs ERLANG_OTP=OTP-20.2.4",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=centos"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Debian",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4\r\nmake perfs",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=debian"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "FreeBSD",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze ERLANG_OTP=OTP-20.2.4\r\ngmake perfs",
+ "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\r\ngmake perfs",
+ "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\r\nmake perfs",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=ubuntu"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ }
+ ]
+}