Closed abriemme closed 2 weeks ago
We're moving towards standardizing the executor being parameterized in jobs to provide more flexibility in orbs. In this case it is a little unfortunate since we currently have the "version" parameter, and the two are mutually exclusive. Therefore to implement this it would be a breaking change and would need to be shelfed for the next major version.
Describe Request:
We should add a
executor
parameter to thetest
job in order to use anotherexecutor
, allowing multiple docker images (like adding postgres image to the python ones).Examples:
Adding a
executor
parameter:Supporting Documentation Links:
The maven-orb already have this parameter