-
Notifications
You must be signed in to change notification settings - Fork 100
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
[GEP-27] Use cloud profile bastion machine and image #1040
Conversation
/hold until updated gardener/gardener |
268cdf7
to
40cccc7
Compare
@hebelsan You need rebase this pull request with latest master branch. Please check. |
aa85d58
to
a83538e
Compare
/test |
Testrun: e2e-2d5vn +---------------------+-----------------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+-----------------------------+-----------+----------+ | infrastructure-test | infrastructure-test-migrate | Succeeded | 31m35s | | infrastructure-test | infrastructure-test-recover | Succeeded | 28m4s | | bastion-test | bastion-test | Succeeded | 6m16s | | dnsrecord-test | dnsrecord-test | Succeeded | 6m42s | | infrastructure-test | infrastructure-test-tf | Failed | 34m19s | | infrastructure-test | infrastructure-test-flow | Succeeded | 28m11s | +---------------------+-----------------------------+-----------+----------+ |
/test |
Testrun: e2e-v44g6 +---------------------+-----------------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+-----------------------------+-----------+----------+ | infrastructure-test | infrastructure-test-recover | Succeeded | 28m26s | | bastion-test | bastion-test | Succeeded | 6m6s | | dnsrecord-test | dnsrecord-test | Succeeded | 6m37s | | infrastructure-test | infrastructure-test-tf | Succeeded | 36m31s | | infrastructure-test | infrastructure-test-flow | Succeeded | 27m40s | | infrastructure-test | infrastructure-test-migrate | Succeeded | 31m20s | +---------------------+-----------------------------+-----------+----------+ |
/unhold |
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.
please rebase
Makefile
Outdated
@@ -169,6 +170,7 @@ integration-test-infra: | |||
--secret-access-key='$(shell cat $(SECRET_ACCESS_KEY_FILE))' \ | |||
--region=$(REGION) \ | |||
--reconciler=$(RECONCILER) | |||
--love-level=$(LOG_LEVEL) |
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.
That does not seem correct.
6cd1fef
to
005b518
Compare
How to categorize this PR?
/area quality
/kind enhancement
/platform aws
What this PR does / why we need it:
Instead of using a hardcoded bastion image we will use the image provided in the bastion section of the cloud profile.
See also gardener/gardener#9935
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
We need to wait until the bastion section is released with gardener/gardener/types_cloudprofile.go.
Release note: