Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow upgrade of resource_class for orb jobs #160

Open
matt-dalton opened this issue Sep 21, 2022 · 1 comment
Open

Allow upgrade of resource_class for orb jobs #160

matt-dalton opened this issue Sep 21, 2022 · 1 comment

Comments

@matt-dalton
Copy link

Describe Request:

For the node run/test jobs I would like to be able to increase the size of the instance from medium to large/xlarge.

Am I missing an existing way to do this?

Examples:

workflows:
    run_all_jobs:
        - node/test:
                  name: test
                  version: *tag
                  pkg-manager: yarn
                  test-results-for: jest
                  esource_class: xlarge # Would like to be able to change this
                  requires:
                      - previous_job

Supporting Documentation Links:

https://circleci.com/developer/orbs/orb/circleci/node#jobs

@Peter-Darton-i2
Copy link

@matt-dalton This was implemented by #170 which was released in orb version 5.1.0
i.e. This feature request can be closed - it's complete 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants