vscode-yaml icon indicating copy to clipboard operation
vscode-yaml copied to clipboard

Supports Circle CI Pipeline values and parameters in `resource_class`

Open kohbis opened this issue 1 year ago • 0 comments

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

kohbis avatar Aug 13 '24 03:08 kohbis