We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resource_class
No.
Do not output error messages when using Pipeline values and parameters with resource_class in .circleci/config.yaml. https://circleci.com/docs/pipeline-variables/
.circleci/config.yaml
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".
Support the use of Pipeline values and parameters with resource_class.
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
the following error message is shown.
Describe alternatives you have considered
Support the use of Pipeline values and parameters with
resource_class
.Additional context
N/A
The text was updated successfully, but these errors were encountered: