Skip to content

Commit

Permalink
test change to large
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TinnNguyen committed May 29, 2024
1 parent f5bd60c commit 78bde2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ executors:
password: $DOCKER_PASSWORD
linux-others-executor: # this executor is for test-others job
working_directory: /go/src/github.com/klaytn/klaytn
resource_class: xlarge
resource_class: large
docker:
- image: klaytn/build_base:1.12-go.1.22.1-solc0.8.13-ubuntu-20.04
auth:
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
test-others:
executor: linux-others-executor
resource_class: xlarge
resource_class: large
steps:
- checkout
- wait-other-containers-ready
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:

coverage:
executor: linux-others-executor
resource_class: xlarge
resource_class: large
steps:
- checkout
- wait-other-containers-ready
Expand Down

0 comments on commit 78bde2f

Please sign in to comment.