From 28358d1c4d14a4f633ce92c4c369a087b4a6a737 Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Sun, 1 Mar 2020 10:39:10 -0800 Subject: [PATCH] build(ci): try to drop corda from CI With the addition of Besu, we are once again out of RAM on CI it seems. Long term solution is to sequentialize the CI tests even if it makes it so that the CI will run for an hour... Signed-off-by: Peter Somogyvari --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d0d1fd8aa1..d0bf3f08d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,6 +2,7 @@ version: 2.1 jobs: build: environment: + CI_NO_CORDA: true CI_CONTAINERS_WAIT_TIME: 60 machine: image: ubuntu-1604:201903-01