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 basic gke cloudbuild install test #24

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

Conversation

damemi
Copy link
Member

@damemi damemi commented Oct 20, 2022

This adds a basic test to make sure the upstream install commands work on a GKE standard cluster. The goal is just to see that the manifests successfully apply.

@damemi
Copy link
Member Author

damemi commented Oct 24, 2022

Update: figured out permissions/IAM issues from earlier runs. But I don't think Cloud Build has the functionality to do this the way I was thinking, specifically:

  1. Step to install cert-manager prereq
  2. Step to install operator
  3. Cleanup step

Step 2 needs to wait for step 1 to finish (or re-try until timeout), which it doesn't look like I can do with cloud build. Then, regardless of step 1 or 2 failing, step 3 needs to always run. This also doesn't seem possible.

Probably going to have to re-work this into a basic bash script or something that we can add more logic too

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.

1 participant