aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowlib-prs
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-15 14:16:21 +0200
committerLoïc Hoguin <[email protected]>2018-05-15 14:16:21 +0200
commit96f7c7661a112f0eb75893cf81d39d46c4e6522f (patch)
tree9f3af15021e128d0448cb50c262a771801dc990c /pipelines/cowlib-prs
parentdc121ca13e085f0df3f5b3c264a692b4dc0be0d5 (diff)
downloadci-96f7c7661a112f0eb75893cf81d39d46c4e6522f.tar.gz
ci-96f7c7661a112f0eb75893cf81d39d46c4e6522f.tar.bz2
ci-96f7c7661a112f0eb75893cf81d39d46c4e6522f.zip
Update pipelines
Diffstat (limited to 'pipelines/cowlib-prs')
-rw-r--r--pipelines/cowlib-prs10
1 files changed, 5 insertions, 5 deletions
diff --git a/pipelines/cowlib-prs b/pipelines/cowlib-prs
index 889c841..4addceb 100644
--- a/pipelines/cowlib-prs
+++ b/pipelines/cowlib-prs
@@ -43,7 +43,7 @@
{
"type": "script",
"name": "Alpine",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4\r\nmake perfs ERLANG_OTP=OTP-20.2.4",
+ "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",
"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\r\nmake perfs",
+ "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",
"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\r\nmake perfs ERLANG_OTP=OTP-20.2.4",
+ "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",
"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\r\nmake perfs",
+ "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",
"branch_configuration": "",
"env": {
@@ -107,7 +107,7 @@
{
"type": "script",
"name": "Ubuntu",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4\r\nmake perfs",
+ "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",
"branch_configuration": "",
"env": {