aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowlib-prs
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowlib-prs')
-rw-r--r--pipelines/cowlib-prs67
1 files changed, 61 insertions, 6 deletions
diff --git a/pipelines/cowlib-prs b/pipelines/cowlib-prs
index 891c8f9..20decc1 100644
--- a/pipelines/cowlib-prs
+++ b/pipelines/cowlib-prs
@@ -15,16 +15,19 @@
"provider": {
"id": "github",
"settings": {
- "publish_commit_status": true,
+ "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,
+ "prefix_pull_request_fork_branch_names": true,
"build_tags": false,
+ "publish_commit_status": true,
"publish_commit_status_per_step": true,
- "skip_pull_request_builds_for_existing_commits": true,
- "trigger_mode": "code",
+ "separate_pull_request_statuses": false,
+ "publish_blocked_as_pending": false,
"repository": "ninenines/cowlib",
- "pull_request_branch_filter_configuration": "",
- "pull_request_branch_filter_enabled": false
+ "pull_request_branch_filter_configuration": ""
},
"webhook_url": "https://webhook.buildkite.com/deliver/00858f0e9af9040643b6516625f686b7501b382243dd2a76bf"
},
@@ -37,10 +40,14 @@
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 1,
+ "running_jobs_count": 0,
"waiting_jobs_count": 0,
"steps": [
{
+ "type": "manual",
+ "label": "Review required"
+ },
+ {
"type": "script",
"name": "Arch Linux",
"command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1\r\nmake perfs LATEST_ERLANG_OTP=1",
@@ -58,6 +65,38 @@
},
{
"type": "script",
+ "name": "FreeBSD",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake perfs LATEST_ERLANG_OTP=1",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=freebsd"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "macOS",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1\r\ngmake perfs LATEST_ERLANG_OTP=1",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=macos"
+ ],
+ "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 perfs LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
@@ -73,6 +112,22 @@
"parallelism": null
},
{
+ "type": "script",
+ "name": "Windows 10",
+ "command": "make distclean\r\nmake -k ci-windows\r\nmake dialyze\r\nmake perfs",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=win10"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
"type": "waiter"
},
{