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

Finish switching from GKE_BRANCH to GKE_VERSION (from #5730) #5780

Merged
merged 1 commit into from Dec 6, 2022

Conversation

absoludity
Copy link
Contributor

This PR aims to fix the failing full integration pipeline (which we need to pass for release).

Also updates Hugo version (based on instructions in the release-process.md.

Signed-off-by: Michael Nelson minelson@vmware.com

Description of the change

Recent runs (from the past 6 days) of the full integration pipeline have been failing. Looking for the differences, I could see that:

  • chart-museum.sh was failing to upload our custom apache chart to the chartmuseum instance, because...
  • LOAD_BALANCER_IP was set to 172.18.0.2, which is the DEX_IP, whereas it should be set to the load balancer IP address (which has been created correctly), as it is in the last passing run. It's not doing this because...
  • The code that sets the LOAD_BALANCER_IP address does so conditionally based on the GKE_BRANCH environment variable, which is blank... so as far as that script can tell, it's not a GKE run. The reason that the GKE_BRANCH env var is blank is because...
  • In #5730 the GKE_BRANCH env var was removed and replaced with GKE_VERSION everywhere except e2e-test.sh it seems. I assume this was just an oversight on our part.

So this PR just finishes that change by renaming the var in e2e-test.sh.

Benefits

Hopefully we can now pass the full integration pipeline.

Possible drawbacks

Applicable issues

  • fixes #

Additional information

Also updates Hugo version (based on instructions in the
release-process.md.

Signed-off-by: Michael Nelson <minelson@vmware.com>
@netlify
Copy link

netlify bot commented Dec 6, 2022

Deploy Preview for kubeapps-dev ready!

Name Link
🔨 Latest commit 930d509
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/638edd31e6a60d0008658e99
😎 Deploy Preview https://deploy-preview-5780--kubeapps-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@absoludity absoludity merged commit 4edd89e into main Dec 6, 2022
@absoludity absoludity deleted the release-update-2 branch December 6, 2022 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants