You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to fulfil the following criteria using single deployment?
I have multiple repositories, say repository-1, repository-2, repository-3. (These are in multiple GH organisation as well)
I will create a single GitHub App and single deployment to serve all the repositories.
The runners for each repositories have their on vpc and security groups (This I understand is possible as VPC creation is outside the scope of the module and I can pass vpc_id and sg_id to runner configuration)
The runners have configuration per repositories, for example:
* Each project can be set their maximum runners for labels and their own EC2 tags.
All project share the label names, for example:
there are two labels ubuntu_big, ubuntu_small and each all repositories can use the labels without adding specific labels like repositories_1_ubuntu_big
Is this possible? I explored multi runner
But feels like configuration is per runner type not combination of runner type and repositories. I think most of the condition above is possible if configuration is duplicated but couldn't find how to get All project share the label names working.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
Is it possible to fulfil the following criteria using single deployment?
I have multiple repositories, say
repository-1
,repository-2
,repository-3
. (These are in multiple GH organisation as well)* Each project can be set their
maximum runners
for labels and their own EC2 tags.ubuntu_big
,ubuntu_small
and each all repositories can use the labels without adding specific labels likerepositories_1_ubuntu_big
Is this possible? I explored multi runner
But feels like configuration is per runner type not combination of runner type and repositories. I think most of the condition above is possible if configuration is duplicated but couldn't find how to get
All project share the label names
working.Beta Was this translation helpful? Give feedback.
All reactions