aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowboy
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowboy')
-rw-r--r--pipelines/cowboy16
1 files changed, 8 insertions, 8 deletions
diff --git a/pipelines/cowboy b/pipelines/cowboy
index b865219..d2a6b35 100644
--- a/pipelines/cowboy
+++ b/pipelines/cowboy
@@ -37,13 +37,13 @@
"scheduled_builds_count": 0,
"running_builds_count": 0,
"scheduled_jobs_count": 0,
- "running_jobs_count": 4,
+ "running_jobs_count": 2,
"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",
+ "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": "Arch Linux",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\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": {
@@ -75,7 +75,7 @@
{
"type": "script",
"name": "CentOS",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -91,7 +91,7 @@
{
"type": "script",
"name": "Debian",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -107,7 +107,7 @@
{
"type": "script",
"name": "FreeBSD",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "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": {
@@ -123,7 +123,7 @@
{
"type": "script",
"name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -139,7 +139,7 @@
{
"type": "script",
"name": "Ubuntu",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {