CircleCI-Public / CircleCI-Public/android-orb
Override resource_class to allow self hosted runners
Open
- Dominant language
- Shell
- Stars
- 45
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
When using the orb and either executor `android_docker ` or `android_machine` you are enforcing the `resource_class` to be an enum of predetermined values.
```
parameters:
resource_class:
default: medium
description: Resource class used for the executor.
enum:
- small
- medium
- medium+
- large
- xlarge
- 2xlarge
- 2xlarge+
type: enum
```
Could you please update the resource_class to allow self hosted runners to be used in either executor.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.