-
Notifications
You must be signed in to change notification settings - Fork 34
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
Helm deployer Int Test #609
Conversation
@enrico-kaack-comp You need rebase this pull request with latest master branch. Please check. |
"github.com/gardener/landscaper/pkg/deployer/helm" | ||
lsutils "github.com/gardener/landscaper/pkg/utils/landscaper" | ||
|
||
. "github.com/onsi/ginkgo" |
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.
Achim has updated ginkgo to ginkgo/v2:
. "github.com/onsi/ginkgo" | |
. "github.com/onsi/ginkgo/v2" |
Expect(err).ShouldNot(HaveOccurred()) | ||
readinesCheck := getReadinessCheck(state.Namespace, jsonRawMessage) | ||
|
||
di := deployDeployItemAndWaitForSuccess(ctx, f, state.State, deployName, chartDir, valuesFile, nil, &readinesCheck, realHelmDeployer) |
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.
This should fail, shouldn't it?
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.
good catch thank you. I missed that during refactoring.
@achimweigel You have pull request review open invite, please check |
@achimweigel You have pull request review open invite, please check |
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.
/lgtm
How to categorize this PR?
/area helm-deployer
/kind test
What this PR does / why we need it:
Add tests for helm deployer (real helm deployer and helm templating deployer each):
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: