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

feat(test): add upgradeability test for Helm charts #912

Conversation

paullatzelsperger
Copy link
Contributor

WHAT

This PR adds an upgradeability test for our helm charts. to that end it:

  • installs the last official release
  • waits until both pods come up (DP and CP)
  • installs the current (unreleased) version
  • waits until that comes up
  • executes helm test

WHY

TRG 5.09

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Closes #887

@paullatzelsperger paullatzelsperger added helmcharts Anything that has to do with helm charts gh-actions labels Dec 7, 2023
@paullatzelsperger paullatzelsperger force-pushed the feat/add_upgradeability_test branch from 6b0a0a4 to ab13034 Compare December 7, 2023 13:50
@paullatzelsperger paullatzelsperger force-pushed the feat/add_upgradeability_test branch from ab13034 to 3b86219 Compare December 7, 2023 13:56
@paullatzelsperger paullatzelsperger force-pushed the feat/add_upgradeability_test branch from ec17199 to 9fbfa36 Compare December 7, 2023 14:12
Copy link

sonarqubecloud bot commented Dec 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@paullatzelsperger paullatzelsperger changed the title feat(test): add upgradeability test for Helm charts" feat(test): add upgradeability test for Helm charts Dec 7, 2023
@paullatzelsperger paullatzelsperger merged commit 2706f6a into eclipse-tractusx:main Dec 8, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gh-actions helmcharts Anything that has to do with helm charts
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

Testing Chart upgradability (TRG 5.11)
2 participants