Skip to content

Commit

Permalink
build(ci): try to drop corda from CI
Browse files Browse the repository at this point in the history
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 <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Mar 1, 2020
1 parent 1d4aa9d commit 28358d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28358d1

Please sign in to comment.