CircleCI-Public / node-orb

An orb for working with Node.js on CircleCI
https://circleci.com/orbs/registry/orb/circleci/node
MIT License
52 stars 80 forks source link

Allow upgrade of resource_class for orb jobs #160

Closed matt-dalton closed 1 month ago

matt-dalton commented 2 years ago

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 commented 1 year ago

@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 😁