Skip to content

Commit

Permalink
Increase resource class in CircleCI (#587)
Browse files Browse the repository at this point in the history
Co-authored-by: nostdm <nostdm@users.noreply.github.com>
  • Loading branch information
nostdm and nostdm committed Jun 18, 2020
1 parent 60709d6 commit ff19571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ jobs:
build_test:
docker:
- image: quay.io/token/go-build:v0.3.7
resource_class: xlarge
working_directory: /home/circleci/github.com/tokencard/contracts
steps:
- checkout
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:
mythril:
docker:
- image: mythril/myth@sha256:75605a2a7e848e416f471a67159d6812feaa45e03ddd352aac588e505d68e5c5
resource_class: xlarge
working_directory: /tmp/contracts
parallelism: 7
steps:
Expand Down Expand Up @@ -157,6 +159,7 @@ jobs:
echidna:
docker:
- image: trailofbits/eth-security-toolbox@sha256:3fb96e2d9de772f5e97f1c3c650c8a3d28660f8a64a60b76269da1ac19b86a28
resource_class: xlarge
working_directory: /tmp/contracts
parallelism: 6
steps:
Expand Down

0 comments on commit ff19571

Please sign in to comment.