aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowlib-prs
diff options
context:
space:
mode:
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": {