aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/asciideck
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/asciideck')
-rw-r--r--pipelines/asciideck70
1 files changed, 62 insertions, 8 deletions
diff --git a/pipelines/asciideck b/pipelines/asciideck
index 18247dc..26b0b55 100644
--- a/pipelines/asciideck
+++ b/pipelines/asciideck
@@ -32,18 +32,18 @@
"badge_url": "https://badge.buildkite.com/05e1b0358e6e07a81c6750e94ece0dcca5f2caade4a09726e6.svg",
"created_at": "2016-11-01T21:22:05.913Z",
"env": {
-
+ "CI_ERLANG_MK": "1"
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 1,
- "waiting_jobs_count": 0,
+ "scheduled_jobs_count": 1,
+ "running_jobs_count": 3,
+ "waiting_jobs_count": 3,
"steps": [
{
"type": "script",
"name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci\r\nmake dialyze",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -59,7 +59,7 @@
{
"type": "script",
"name": "FreeBSD",
- "command": "gmake distclean\r\ngmake -k ci CI_ERLLVM=\r\ngmake dialyze",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -75,7 +75,7 @@
{
"type": "script",
"name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci CI_ERLLVM=\r\ngmake dialyze",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -91,7 +91,7 @@
{
"type": "script",
"name": "Ubuntu",
- "command": "make distclean\r\nmake -k ci\r\nmake dialyze",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -103,6 +103,60 @@
],
"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",
+ "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",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=debian"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "waiter"
+ },
+ {
+ "type": "script",
+ "name": "CentOS",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=centos"
+ ],
+ "concurrency": null,
+ "parallelism": null
}
]
}