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

Refactor the deployer and CI/CD pipeline to permit deployment of multiple staging hubs per cluster #5186

Open
3 tasks
sgibson91 opened this issue Nov 25, 2024 · 0 comments
Assignees

Comments

@sgibson91
Copy link
Member

Context

When we designed the current CI/CD system for deploying hubs as it currently stands, we did so with the principle that there'd only be one staging hub per cluster. Shared clusters would share the staging hub as it was supposed to be a canary deployment. Hence the deployer by design only looks for one staging hub per cluster.

However, we've been terrible at enforcing that principle, as evidenced by the existence of the ucmerced-staging hub. And that means that these hubs don't get automatically updated by the CI/CD pipeline. So we should probably do a refactor of the deployer and CI/CD pipeline to permit multiple staging hub deployments to get automatically updated.

Task list

Tasks

Definition of Done

  • If multiple staging hubs exist on a given cluster, then all of them are automatically updated by our CI/CD pipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant