Closed dependabot[bot] closed 1 month ago
/assign
LGTM label has been added.
One of the failures is:
[FAILED] Expected success, but got an error:
<*errors.errorString | 0xc000020950>:
failed to verify no running pods after hibernation: found pods in namespace shoot--local--e2e-cache-hib: [etcd-main-0]
{
s: "failed to verify no running pods after hibernation: found pods in namespace shoot--local--e2e-cache-hib: [etcd-main-0]",
}
In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enabled_hibernate_reconcile_delete.go:46 @ 09/06/24 20:12:29.895
The other one seems to be known flake that @dimitar-kostadinov discovered last week that pulls from ECR are occasionally failing:
[FAILED] Context was cancelled (cause: context deadline exceeded) after 120.001s.
Expected to successfully find the nginx image in the registry's volume
Expected success, but got an error:
<*fmt.wrapError | 0xc0007c6d40>:
failed to get the public.ecr.aws/nginx/nginx:1.23.0 image digest: command terminated with exit code 1
{
msg: "failed to get the public.ecr.aws/nginx/nginx:1.23.0 image digest: command terminated with exit code 1",
err: <*errors.joinError | 0xc0008f28b8>{
errs: [
<exec.CodeExitError>{
Err: <*errors.errorString | 0xc000fe8d90>{
s: "command terminated with exit code 1",
},
Code: 1,
},
],
},
}
In [It] at: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/test/e2e/cache/create_enable_add_remove_disable_delete.go:47 @ 09/06/24 20:20:32.485
/test pull-gardener-extension-registry-cache-e2e-kind
/cc @dimitar-kostadinov
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dimitar-kostadinov
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Bumps github.com/gardener/gardener from 1.102.1 to 1.103.0.
Release notes
Sourced from github.com/gardener/gardener's releases.
... (truncated)
Commits
9b18b65
Release v1.103.087b6bce
Set default CloudProfile kind CloudProfile in test framework. (#10479)8a5ad25
Adapt test definition for shoot creation (#10475)d3748df
Fix flake in integration test for NamespacedCloudProfile. (#10467)7a67bb7
fix(deps): update module golang.org/x/text to v0.18.0 (#10465)13f2109
Clean up the stale alertmanager VPA resources (#10462)b9dacf7
chore(deps): update dependency gardener/dashboard to v1.77.0 (#10463)0ac572e
When the command execution fails, returnstderr
as the response (#10455)10186a5
ImplementNamespacedCloudProfile
controller (#10266)8c40bcd
chore(deps): update quay.io/cortexproject/cortex docker tag to v1.18.0 (#10458)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show