Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions config/jobs/image-pushing/k8s-staging-minikube.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
postsubmits:
kubernetes/minikube:
- name: post-minikube-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: minikube-postsubmits, sig-k8s-infra-gcb
decorate: true
branches:
- ^main$
- ^release-
# Build semver tags, too
- ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20241224-fe22c549c1
command:
- /run.sh
args:
- --project=k8s-staging-images
- --scratch-bucket=gs://k8s-staging-images-gcb
- --env-passthrough=PULL_BASE_REF
- --with-git-dir
- .
8 changes: 6 additions & 2 deletions config/jobs/kubernetes/minikube/minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ presubmits:
always_run: true
labels:
preset-dind-enabled: "true"
annotations:
testgrid-dashboards: minikube-presubmits
spec:
containers:
- image: gcr.io/k8s-minikube/prow-test:v0.0.7
Expand All @@ -45,8 +47,10 @@ presubmits:
- name: pull-minikube-platform-tests
cluster: eks-prow-build-cluster
labels:
preset-minikube-e2e-creds: "true"
preset-k8s-ssh: "true"
preset-minikube-e2e-creds: "true"
preset-k8s-ssh: "true"
annotations:
testgrid-dashboards: minikube-presubmits
always_run: false
optional: true
decorate: true
Expand Down
9 changes: 9 additions & 0 deletions config/testgrids/kubernetes/minikube/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dashboard_groups:
- name: minikube
dashboard_names:
- minikube-presubmits
- minikube-postsubmits

dashboards:
- name: minikube-presubmits
- name: minikube-postsubmits
5 changes: 1 addition & 4 deletions config/tests/testgrids/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,10 @@ type SQConfig struct {
var (
companies = []string{
"amazon",
"canonical",
"cos",
"containerd",
"cri-o",
"istio",
"googleoss",
"google",
"kopeio",
"redhat",
"ibm",
"vmware",
Expand All @@ -64,6 +60,7 @@ var (
}
orgs = []string{
"conformance",
"minikube",
"cluster-api-core",
"kops",
"presubmits",
Expand Down