CircleCI-Public / CircleCI-Public/android-orb

Override resource_class to allow self hosted runners

Open
#117 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.