kubernetes-csi / external-snapshot-metadata

This repo contains sidecar controller for the snapshot metadata service.
Apache License 2.0
4 stars 9 forks source link

Validate CI infra #19

Open PrasadG193 opened 4 months ago

PrasadG193 commented 4 months ago

Validate the CI workflows added for

hairyhum commented 4 months ago

@xing-yang can you please add information on how can we trigger runs in Prow for things like tests and image builds. You've mentioned we need to add some jobs somewhere, can you link any docs?

xing-yang commented 4 months ago

All CSI jobs are configured here: https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-csi

xing-yang commented 4 months ago

Also see here: https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/deploy/kubernetes-1.27/hostpath/csi-hostpath-plugin.yaml

xing-yang commented 4 months ago

https://github.com/kubernetes-csi/csi-release-tools/blob/master/prow.sh

carlbraganza commented 3 months ago

/assign @hairyhum

k8s-triage-robot commented 3 weeks ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

hairyhum commented 3 weeks ago

CI running tests on PR is up. CI building images is merged and should run periodically and on merge. Let's see if it runs.