I’ve got an orb, https://circleci.com/orbs/registry/orb/tsloughter/rebar3, with a number of jobs that are best run in parallel. However, configuring this makes for a verbose and confusing setup if it doesn’t use the default executor image, or worse want to run against multiple images, because each job must define the executor.
Maybe I’m missing a better way to do this, but if not, it would be great if an executor could be set to be used by all jobs in a workflow (unless explicitly included in the job definition).