From ab25bce1e792a5ac7ed9f1392b167e9491b0ee7b Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 6 Jul 2022 19:04:33 +0200 Subject: [PATCH] fix(ci): run sharness on bigger box --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ffabab7ada7..a40a162aa18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,11 +9,11 @@ jobs: - checkout - run: name: Generate params - # for builds on the ipfs/go-ipfs repo, use 2xlarge for faster builds + # for builds on the ipfs/kubo repo, use 2xlarge for faster builds # but since this is not available for many contributors, we otherwise use medium command: | echo $CIRCLE_REPOSITORY_URL - if [ "$CIRCLE_REPOSITORY_URL" = 'git@github.com:ipfs/go-ipfs.git' ]; then + if [ "$CIRCLE_REPOSITORY_URL" = 'git@github.com:ipfs/kubo.git' ]; then resource_class=2xlarge make_jobs=10 else