Skip to content
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

Onboard test-infra buckets to notification-based updates for TestGrid #33386

Open
michelle192837 opened this issue Aug 29, 2024 · 1 comment
Open
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. sig/testing Categorizes an issue or PR as relevant to SIG Testing.

Comments

@michelle192837
Copy link
Contributor

TestGrid config (in GCP/testgrid, e.g. https://github.com/GoogleCloudPlatform/testgrid/blob/main/cluster/prod/updater.yaml#L46) allows listing buckets to subscribe to notifications for. When objects update in those buckets, TestGrid can queue up the related group(s) to update, instead of purely relying on a poll-based update cycle.

There's subscriptions for a few buckets at the moment, but especially in light of changing the main logs bucket for test-infra (#33381), I should add additional buckets to the flags in updater.

(Later these should be automatically determined in the Updater, but we need to handle enabling notifications + permissions first).

@michelle192837 michelle192837 added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Aug 29, 2024
@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Aug 29, 2024
@michelle192837
Copy link
Contributor Author

/sig testing

@k8s-ci-robot k8s-ci-robot added sig/testing Categorizes an issue or PR as relevant to SIG Testing. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. sig/testing Categorizes an issue or PR as relevant to SIG Testing.
Projects
None yet
Development

No branches or pull requests

2 participants