Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple VMRs #4175

Open
premun opened this issue Nov 21, 2024 · 0 comments
Open

Add support for multiple VMRs #4175

premun opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@premun
Copy link
Member

premun commented Nov 21, 2024

Context

Right now, the service only supports one VMR which is in appsettings.json. We clone it and remember its path.
However, the service will need to target at least 3 different VMRs:

  • dotnet/dotnet
  • dotnet-dotnet (AzDO)
  • maestro-auth-test/maestro-test-vmr

Each job will then work with the VMR it needs.

Goal

Add support for multiple different VMRs being cloned side by side and the right one being used for every job
This means making sure the metadata (VmrInfo..) points to the correct one.

We should also separate the AzDO and GitHub mirrors so that we don't push stuff by mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant