-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add external-snapshot-metadata repo to CSI jobs
#33303
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
Add external-snapshot-metadata repo to CSI jobs
#33303
Conversation
Added `external-snapshot-metadata` to `config/jobs/kubernetes-csi/gen-jobs.sh` and `config/jobs/image-pushing/k8s-staging-sig-storage.sh` and generated the jobs Added `external-snapshot-metadata` to `config/testgrids/kubernetes/sig-storage/config.yaml` dashboards
|
Welcome @hairyhum! |
|
Hi @hairyhum. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
@xing-yang can you please take a look? |
|
/assign |
|
/ok-to-test |
|
@xing-yang all tests look green, can you do a review? |
| @@ -0,0 +1,433 @@ | |||
| # generated by gen-jobs.sh, do not edit manually | |||
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.
Is this file generated by running gen-jobs.sh? We recently updated K8s versions in gen-jobs.sh. Please re-run it. We should have jobs for 1.29-1.31.
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.
Regenerated.
|
@xing-yang ready for another review |
|
/lgtm |
|
/assign mpherman2 |
|
/assign saad-ali |
|
@xing-yang @saad-ali @mpherman2 can this move forward? Anything else required from my side? |
|
/assign @msau42 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, hairyhum, xing-yang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@hairyhum: Updated the
In 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. |
| branches: | ||
| # For publishing canary images. | ||
| - ^master$ | ||
| - ^release- |
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.
Hey @hairyhum @xing-yang ,
The development branch for https://github.com/kubernetes-csi/external-snapshot-metadata is main and not master master as with other sidecars.
The build job will not get triggered due to this difference ?
https://github.com/kubernetes-csi/external-snapshot-metadata
I don't this job being triggered for the pr that merged 3 days ago.
Added
external-snapshot-metadatatoconfig/jobs/kubernetes-csi/gen-jobs.shandconfig/jobs/image-pushing/k8s-staging-sig-storage.shand generated the jobs.Added
external-snapshot-metadatatoconfig/testgrids/kubernetes/sig-storage/config.yamldashboards.This is a part of setting up the CI for https://github.com/kubernetes-csi/external-snapshot-metadata
Related:
kubernetes-csi/external-snapshot-metadata#19
kubernetes-csi/external-snapshot-metadata#6
I might have missed or misconfigured something, so would appreciate any feedback.