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

[1.13] Add --wait to helm tests and other improvements to support CD tools #8744

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

davidjumani
Copy link
Contributor

Description

Backport of #8738

Most CI tools wait until resources are ready to mark a release as successful. Eg. ArgoCD and Flux
We can emulate this by passing the --wait flag to helm rather than individually adding support for every CD tool out there.
This PR adds this flag to the helm tests as well as some tweaks to support ArgoCD

Docs changes

  • Added guide about feature x to public docs
  • Updated README to account for y behavior
  • ...

Context

Users ran into this bug doing ... \ Users needed this feature to ...

See slack conversation here

Interesting decisions

We chose to do things this way because ...

Testing steps

I manually verified behavior by ...

Notes for reviewers

Be sure to verify intended behavior by ...

Please proofread comments on ...

This is a complex PR and may require a huddle to discuss ...

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

davidjumani and others added 2 commits October 3, 2023 15:52
…8738)

* Add --wait to helm tests and other improvements to support CD tools

* Adding changelog

* Adding upgrade tests

* Adding changelog file to new location

* Deleting changelog file from old location

---------

Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: changelog-bot <changelog-bot>
@github-actions github-actions bot added the keep pr updated signals bulldozer to keep pr up to date with base branch label Oct 3, 2023
@soloio-bulldozer soloio-bulldozer bot merged commit b6c9bf8 into v1.13.x Oct 4, 2023
15 checks passed
@soloio-bulldozer soloio-bulldozer bot deleted the add-helm-wait-113 branch October 4, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep pr updated signals bulldozer to keep pr up to date with base branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants