unity-sds / unity-ads-deployment

Apache License 2.0
0 stars 5 forks source link

Tag Gitlab runners and jobs to allow running of build process in the appropriate location #169

Open mcduffie opened 3 months ago

mcduffie commented 3 months ago

Currently Gitlab will randomly assign build work to the set of runners/executors available to the account. This would mean that some dev app could be built in the test venue runner and vice versa.

Need to add tagging to the jobs to match against the appropriately tagged runner.

mcduffie commented 2 months ago

Work done in parallel with #168

Updating unity-app-build-trigger to modify mcp_clone script to accept the venue name as a passed argument. Modify .gitlab.yaml to be a template with values replace with the venue name and versions for unity-app-gen. Modifications made to runner script to use these arguments in the build process.

Remaining work:

mcduffie commented 2 months ago

Attempting to target runners using branches in unity-mcp-clone Gitlab repo to target different runners.