aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-06 16:39:37 +0200
committerLoïc Hoguin <[email protected]>2018-08-06 16:39:37 +0200
commit2b053440ef85881517e0fd6b45b255e46e33316f (patch)
treec4574a74cf91651edf28301b087dac8b12a218a8
parent04a4683184fc724e7f0ce9eeb9609f3ddf5eb95e (diff)
downloadci-2b053440ef85881517e0fd6b45b255e46e33316f.tar.gz
ci-2b053440ef85881517e0fd6b45b255e46e33316f.tar.bz2
ci-2b053440ef85881517e0fd6b45b255e46e33316f.zip
Update pipelines
-rw-r--r--pipelines/asciideck70
-rw-r--r--pipelines/cowboy6
-rw-r--r--pipelines/cowlib2
-rw-r--r--pipelines/cowlib-prs2
-rw-r--r--pipelines/esdl26
-rw-r--r--pipelines/gun16
-rw-r--r--pipelines/ranch4
-rw-r--r--pipelines/ranch-prs4
8 files changed, 82 insertions, 28 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
}
]
}
diff --git a/pipelines/cowboy b/pipelines/cowboy
index 225198d..2ab0032 100644
--- a/pipelines/cowboy
+++ b/pipelines/cowboy
@@ -36,9 +36,9 @@
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
- "scheduled_jobs_count": 0,
- "running_jobs_count": 0,
- "waiting_jobs_count": 0,
+ "scheduled_jobs_count": 1,
+ "running_jobs_count": 3,
+ "waiting_jobs_count": 3,
"steps": [
{
"type": "script",
diff --git a/pipelines/cowlib b/pipelines/cowlib
index 6559b6d..5b21b9b 100644
--- a/pipelines/cowlib
+++ b/pipelines/cowlib
@@ -38,7 +38,7 @@
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 0,
+ "running_jobs_count": 1,
"waiting_jobs_count": 0,
"steps": [
{
diff --git a/pipelines/cowlib-prs b/pipelines/cowlib-prs
index 1ef7a88..b8d40f1 100644
--- a/pipelines/cowlib-prs
+++ b/pipelines/cowlib-prs
@@ -37,7 +37,7 @@
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 5,
+ "running_jobs_count": 0,
"waiting_jobs_count": 0,
"steps": [
{
diff --git a/pipelines/esdl2 b/pipelines/esdl2
index 389c9b3..87e2f49 100644
--- a/pipelines/esdl2
+++ b/pipelines/esdl2
@@ -35,11 +35,11 @@
"env": {
"CI_ERLANG_MK": "1"
},
- "scheduled_builds_count": 1,
+ "scheduled_builds_count": 0,
"running_builds_count": 0,
- "scheduled_jobs_count": 4,
+ "scheduled_jobs_count": 0,
"running_jobs_count": 0,
- "waiting_jobs_count": 2,
+ "waiting_jobs_count": 0,
"steps": [
{
"type": "script",
diff --git a/pipelines/gun b/pipelines/gun
index 22c2708..a1cf6ca 100644
--- a/pipelines/gun
+++ b/pipelines/gun
@@ -37,13 +37,13 @@
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 0,
+ "running_jobs_count": 1,
"waiting_jobs_count": 0,
"steps": [
{
"type": "script",
"name": "Arch Linux",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean 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-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake distclean 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-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake distclean 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 ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -110,7 +110,7 @@
{
"type": "script",
"name": "Alpine",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -126,7 +126,7 @@
{
"type": "script",
"name": "Debian",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -145,7 +145,7 @@
{
"type": "script",
"name": "CentOS",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake distclean dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
diff --git a/pipelines/ranch b/pipelines/ranch
index 1deb5af..6088894 100644
--- a/pipelines/ranch
+++ b/pipelines/ranch
@@ -37,7 +37,7 @@
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 0,
+ "running_jobs_count": 1,
"waiting_jobs_count": 0,
"steps": [
{
@@ -110,7 +110,7 @@
{
"type": "script",
"name": "Alpine",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup AUTO_CI_OTP=OTP-19+\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
diff --git a/pipelines/ranch-prs b/pipelines/ranch-prs
index 0e55dff..0ddb799 100644
--- a/pipelines/ranch-prs
+++ b/pipelines/ranch-prs
@@ -35,7 +35,7 @@
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 0,
+ "running_jobs_count": 1,
"waiting_jobs_count": 0,
"steps": [
{
@@ -76,7 +76,7 @@
{
"type": "script",
"name": "Alpine",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup AUTO_CI_OTP=OTP-19+\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {