Conversation
…workflows-on-forks Skip upstream-only workflows on forks (cherry picked from commit 0033d5c) Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
@kaovilai: The label(s) 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. |
- Fix "colume" -> "volume" in pod_volume_test.go - Fix "elswhere" -> "elsewhere" in pr-codespell.yml - Add verify: false to golangci-lint-action to skip config verify which rejects deprecated settings valid for golangci-lint v1.57.2 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> (cherry picked from commit 195b678) Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
…ted image The Bitnami MinIO image bitnami/minio:2021.6.17-debian-10-r7 is no longer available on Docker Hub, causing E2E tests to fail. This change implements a solution to build the MinIO image locally from Bitnami's public Dockerfile and cache it for subsequent runs: - Fetches the latest commit hash of the Bitnami MinIO Dockerfile - Uses GitHub Actions cache to store/retrieve built images - Only rebuilds when the upstream Dockerfile changes - Maintains compatibility with existing environment variables Fixes velero-io#9279 🤖 Generated with [Claude Code](https://claude.ai/code) Update .github/workflows/e2e-test-kind.yaml Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com> Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> (cherry picked from commit 4c3b794) Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
bitnami/containers reorganized its per-year directories; the bitnami/minio/2025/debian-12 path no longer exists upstream, only bitnami/minio/2026/debian-12 does now. Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
k8s 1.36+ hits a deterministic BSL-availability race in the BackupsSync e2e suite, unrelated to this branch's diffs. Same fix already applied upstream (velero-io/velero release-1.14 through release-1.16). Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
golangci-lint-action@v6 does not support golangci-lint v2, hitting "invalid version string 'v2.5.0', golangci-lint v2 is not supported by golangci-lint-action v6, you must update to golangci-lint-action v7." oadp-1.4 already carries this fix; mirroring it here since this check blocks the PR regardless of this PR's own diff. Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
|
@kaovilai: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, shubham-pampattiwar, sseago 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 |
|
PR needs rebase. DetailsInstructions 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. |
Cherry-pick of velero-io#10001.
Guards several upstream-only GitHub Actions workflows (
auto_assign_prs,auto_label_prs,auto_request_review,pr-changelog-check,prow-action,rebase,stale-issues,pr-codespell) withif: github.repository == 'velero-io/velero', so they skip on this fork instead of running here and failing due to missing secrets/config or duplicating this repo's own automation.pr-filepath-check.ymldoesn't exist on this branch, so that guard was dropped (nothing to guard).Also includes CI-health fixes matching the same class already applied upstream (release-1.14 through release-1.16), which this branch was still missing:
pkg/util/podvolume/pod_volume_test.go).github/workflows/e2e-test-kind.yaml: build MinIO from the Bitnami Dockerfile instead of the now-unavailablebitnami/minio:2021.6.17-debian-10-r7tag, bumped to the current2026/debian-12path (bitnami/containers reorganizes this per-year)(envtest, linter config, and the test workload image were already fixed on this branch — no changes needed there.)
/kind changelog-not-required
Note
Responses generated with Claude