canonical / bootstack-actions

Actions for unifying lint, unit and functional tests, and charm and snap releases
0 stars 8 forks source link

define runs-on as inpout argument for pull-request.yaml #27

Open rgildein opened 1 year ago

rgildein commented 1 year ago

There are situations, when we need to runs functional test on self-hosted runner or even on different series. That's why I think we needs to define runs-on as input argument in _func.yaml and then also in pull-request.yaml.

I believed that this will be needed only in functional tests, but maybe also at unit tests?