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

Supports Circle CI Pipeline values and parameters in resource_class #1046

Open
kohbis opened this issue Aug 13, 2024 · 0 comments
Open

Supports Circle CI Pipeline values and parameters in resource_class #1046

kohbis opened this issue Aug 13, 2024 · 0 comments

Comments

@kohbis
Copy link

kohbis commented Aug 13, 2024

Is your enhancement related to a problem? Please describe.

No.

Describe the solution you would like

Do not output error messages when using Pipeline values and parameters with resource_class in .circleci/config.yaml.
https://circleci.com/docs/pipeline-variables/

Currently, when the following is specified:

jobs:
  job1:
    resource_class: << pipeline.parameters.resource-class >>

the following error message is shown.

Value is not accepted. Valid values: "small", "medium", "medium+", "large", "xlarge", "2xlarge", "2xlarge+", "arm.medium", "arm.large", "arm.xlarge", "arm.2xlarge".

Describe alternatives you have considered

Support the use of Pipeline values and parameters with resource_class.

Additional context

N/A

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

No branches or pull requests

1 participant