Skip to content

Switch staging cdash to Helm chart #1136

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Switch staging cdash to Helm chart #1136

wants to merge 2 commits into from

Conversation

mvandenburgh
Copy link
Member

@mvandenburgh mvandenburgh commented Jun 4, 2025

This PR pulls most of the changes out of #1097, but refactors it so that the current production cdash deployment (cdash.spack.io) is not modified. This will allow us to merge these changes in and reconcile the Terraform state with the state of the main branch, while not requiring downtime/migration for cdash.spack.io yet.

Note that this will still result in a new Postgres RDS instance being created in the production AWS region, but it will not be connected to by cdash yet and the existing MySQL instance will not be touched.

Update our terraform config to:
* Use postgres instead of mysql
* Provision an S3 bucket for CDash to read/write files to
* Create a new ServiceAccount to allow CDash to access this S3 bucket
The staging cdash MySQL RDS instance has been deleted, so this
conditionalizes the cdash_old module out of the staging environment.
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

Successfully merging this pull request may close these issues.

2 participants