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

Expose resource_class for executor on all jobs #56

Open
karlmoor-cisco opened this issue Mar 20, 2023 · 0 comments · May be fixed by #66
Open

Expose resource_class for executor on all jobs #56

karlmoor-cisco opened this issue Mar 20, 2023 · 0 comments · May be fixed by #66

Comments

@karlmoor-cisco
Copy link

Describe Request:

Currently jobs don't expose a resource_class to use, this means they use the default. Currently this is Large, which is significantly more expensive than Small which would probably be sufficient. If we can expose this santza on the jobs, we can switch to these smaller instances and make our build cheaper.

Examples:

parameters:
  resource_class:
    type: enum
    enum:
      - small
      - medium
      - medium+
      - large
      - xlarge
      - 2xlarge
      - 2xlarge+
    description: Configure the executor resource class
    default: small

Supporting Documentation Links:

An example of when this is exposed can be seen here:
https://circleci.com/developer/orbs/orb/circleci/orb-tools#jobs-pack

nmiyake added a commit to nmiyake/shellcheck-orb that referenced this issue Oct 21, 2024
Allows the resource class for the executor to be specified.

Fixes CircleCI-Public#56
@nmiyake nmiyake linked a pull request Oct 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant