Skip to content

Commit 4524c81

Browse files
committed
feat: add CircleCI config explicit resource class
1 parent 0d7f140 commit 4524c81

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ executors:
1818
auth:
1919
username: $DOCKER_EXECUTOR_DOCKERHUB_USERNAME
2020
password: $DOCKER_EXECUTOR_DOCKERHUB_PASSWORD
21+
resource_class: medium
2122

2223
jobs:
2324
build_test_and_deploy:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1414
runtime and runtime lite docker images - very useful during
1515
development when upgrading major things like Python and/or OS
1616
versions
17+
* added explicit [resource class](https://circleci.com/docs/2.0/configuration-reference/#resourceclass)
18+
to CircleCI config
1719

1820
### Changed
1921

0 commit comments

Comments
 (0)