Conversation
|
/test |
|
Testrun: e2e-7xs7b +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Failed | 34m11s | | backupbucket-test | backupbucket-test | Succeeded | 8m58s | | bastion-test | bastion-test | Succeeded | 11m28s | | dnsrecord-test | dnsrecord-test | Succeeded | 7m15s | +---------------------+---------------------+-----------+----------+ |
|
The Gardener project currently lacks enough active contributors to adequately respond to all PRs.
You can:
/lifecycle stale |
|
/test |
|
Testrun: e2e-z9lqh +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Failed | 31m27s | | backupbucket-test | backupbucket-test | Succeeded | 6m38s | | bastion-test | bastion-test | Succeeded | 9m8s | | dnsrecord-test | dnsrecord-test | Succeeded | 9m32s | +---------------------+---------------------+-----------+----------+ |
|
The tests will probably fail, because a rebase is needed :/ |
ff3b36d to
50299b8
Compare
|
@hebelsan true, I though I had done it before. Let's see again |
|
/test |
|
Testrun: e2e-dspzx +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | bastion-test | bastion-test | Succeeded | 6m45s | | dnsrecord-test | dnsrecord-test | Succeeded | 7m20s | | infrastructure-test | infrastructure-test | Failed | 35m59s | | backupbucket-test | backupbucket-test | Succeeded | 6m22s | +---------------------+---------------------+-----------+----------+ |
|
/test |
|
@hebelsan: No presubmit jobs available for gardener/gardener-extension-provider-aws@master DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Testrun: e2e-fplzd +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | backupbucket-test | backupbucket-test | Succeeded | 6m24s | | bastion-test | bastion-test | Succeeded | 8m45s | | dnsrecord-test | dnsrecord-test | Succeeded | 9m15s | | infrastructure-test | infrastructure-test | Failed | 35m1s | +---------------------+---------------------+-----------+----------+ |
|
/test |
|
@kon-angelo: No presubmit jobs available for gardener/gardener-extension-provider-aws@master DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Testrun: e2e-mqqrr +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Failed | 1h1m41s | | backupbucket-test | backupbucket-test | Succeeded | 6m20s | | bastion-test | bastion-test | Succeeded | 8m33s | | dnsrecord-test | dnsrecord-test | Succeeded | 7m35s | +---------------------+---------------------+-----------+----------+ |
|
/test |
|
@kon-angelo: No presubmit jobs available for gardener/gardener-extension-provider-aws@master DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Testrun: e2e-4r99m +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Succeeded | 49m45s | | backupbucket-test | backupbucket-test | Succeeded | 9m34s | | bastion-test | bastion-test | Succeeded | 12m21s | | dnsrecord-test | dnsrecord-test | Succeeded | 7m6s | +---------------------+---------------------+-----------+----------+ |
|
/test |
|
@kon-angelo: No presubmit jobs available for gardener/gardener-extension-provider-aws@master DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Testrun: e2e-wkmps +---------------------+---------------------+-----------+----------+ | NAME | STEP | PHASE | DURATION | +---------------------+---------------------+-----------+----------+ | infrastructure-test | infrastructure-test | Succeeded | 44m43s | | backupbucket-test | backupbucket-test | Succeeded | 6m36s | | bastion-test | bastion-test | Succeeded | 6m26s | | dnsrecord-test | dnsrecord-test | Succeeded | 9m29s | +---------------------+---------------------+-----------+----------+ |
hebelsan
left a comment
There was a problem hiding this comment.
Very nice work! 👍
Just two small comments.
| --access-key-id='$(shell cat $(ACCESS_KEY_ID_FILE))' \ | ||
| --secret-access-key='$(shell cat $(SECRET_ACCESS_KEY_FILE))' \ | ||
| --region=$(REGION) \ | ||
| --reconciler=$(RECONCILER) |
There was a problem hiding this comment.
Let's get rid of the whole variable $RECONCILER since it has no more usage.
| if err != nil { | ||
| return err | ||
| } | ||
| // TODO optimisation: check if cleanup is necessary |
There was a problem hiding this comment.
Is this a TODO for this PR?
|
This change removes the terraformer-based infrastructure reconciliation mechanism and replaces it with a flow-based approach, eliminating the dual reconciler system and associated complexity. The update removes terraform configuration templates, terraformer dependencies, and flow selection logic, while consolidating infrastructure management into a single unified approach. Walkthrough
Model: claude-sonnet-4-20250514 | Prompt Tokens: 44583 | Completion Tokens: 235 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hebelsan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM label has been added. DetailsGit tree hash: 8361afdc86f30540caa26fc64b8570819e207f1f |
|
/cla |
|
Successfully reached out to cla-assistant.io to initialize recheck of PR #1617 |
|
/reviewed ok-to-test |
How to categorize this PR?
/area control-plane
/kind enhancement
/platform aws
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: