aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-25 09:56:00 +0200
committerLoïc Hoguin <[email protected]>2018-05-25 09:56:00 +0200
commit04a4683184fc724e7f0ce9eeb9609f3ddf5eb95e (patch)
treea3becedcfa6a9303e34a99de8748f7fe0a4ddd3f
parent058fac3daae2b20ce8e5fc8e0efa76e5f12cf177 (diff)
downloadci-04a4683184fc724e7f0ce9eeb9609f3ddf5eb95e.tar.gz
ci-04a4683184fc724e7f0ce9eeb9609f3ddf5eb95e.tar.bz2
ci-04a4683184fc724e7f0ce9eeb9609f3ddf5eb95e.zip
Update pipelines
-rw-r--r--pipelines/cowboy-prs4
-rw-r--r--pipelines/esdl2144
2 files changed, 146 insertions, 2 deletions
diff --git a/pipelines/cowboy-prs b/pipelines/cowboy-prs
index de13dec..e4a50d0 100644
--- a/pipelines/cowboy-prs
+++ b/pipelines/cowboy-prs
@@ -36,9 +36,9 @@
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
- "scheduled_jobs_count": 8,
+ "scheduled_jobs_count": 0,
"running_jobs_count": 0,
- "waiting_jobs_count": 12,
+ "waiting_jobs_count": 0,
"steps": [
{
"type": "script",
diff --git a/pipelines/esdl2 b/pipelines/esdl2
new file mode 100644
index 0000000..389c9b3
--- /dev/null
+++ b/pipelines/esdl2
@@ -0,0 +1,144 @@
+{
+ "id": "96859d93-74dd-46ed-bcf8-ebb2b0cdbe0c",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/esdl2",
+ "web_url": "https://buildkite.com/ninenines/esdl2",
+ "name": "ESDL2",
+ "description": "",
+ "slug": "esdl2",
+ "repository": "https://github.com/ninenines/esdl2",
+ "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": {
+ "trigger_mode": "code",
+ "build_pull_requests": false,
+ "pull_request_branch_filter_enabled": false,
+ "skip_pull_request_builds_for_existing_commits": true,
+ "build_pull_request_forks": false,
+ "prefix_pull_request_fork_branch_names": true,
+ "build_tags": false,
+ "publish_commit_status": true,
+ "publish_commit_status_per_step": true,
+ "repository": "ninenines/esdl2",
+ "pull_request_branch_filter_configuration": ""
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/84ff991139b84b5b82de72a7f6c32939dcbe2fa9be1914012f"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/esdl2/builds",
+ "badge_url": "https://badge.buildkite.com/440da080cf6408a0174a66246c99d69648a9eb8cac80af3964.svg",
+ "created_at": "2018-05-23T17:44:34.545Z",
+ "env": {
+ "CI_ERLANG_MK": "1"
+ },
+ "scheduled_builds_count": 1,
+ "running_builds_count": 0,
+ "scheduled_jobs_count": 4,
+ "running_jobs_count": 0,
+ "waiting_jobs_count": 2,
+ "steps": [
+ {
+ "type": "script",
+ "name": "Arch Linux",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1\r\nmake -k cppcheck scan-build",
+ "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\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake -k cppcheck scan-build",
+ "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 AUTO_CI_OTP=OTP-20+\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake -k cppcheck scan-build",
+ "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 LATEST_ERLANG_OTP=1\r\nmake -k cppcheck scan-build",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=ubuntu"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "waiter"
+ },
+ {
+ "type": "script",
+ "name": "Alpine",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1\r\nmake -k cppcheck scan-build",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=alpine"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Debian",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1\r\nmake -k cppcheck scan-build",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=debian"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ }
+ ]
+}