-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adding cluster shield #213
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ctolon22 sorry about the delay - PR looks good. Can you rebase it with main branch before I trigger pipeline please?
/run pipeline |
/run pipeline |
Failed with:
Unrelated to changes in this PR, so will retry |
/run pipeline |
/run pipeline |
The upgrade test is failing because we updated the
That name is the name of the helm release, so hence by doing that it wants to do a helm delete and a new helm install using the new name. This is expected due to the change we made, so we need to skip the upgrade test. |
/run pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pipeline passed - but I’m just thinking do we want to expose cluster_shield_deploy
in the DA too? Since the DA is in the same repo now it should probably be added as part of this PR too..
DA code is in solutions/standard
. Also when adding new variables, they need to go into ibm_catalog.json
too so they can be ordered in a specific order
/run pipeline |
Description
Including Cluster Shield:
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers