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

controller-runtime: change jobs to main #28742

Merged
merged 1 commit into from
Feb 16, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,21 @@ periodics:
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
testgrid-tab-name: controller-runtime-periodic-master
- interval: 6h
name: periodic-controller-runtime-test
decorate: true
extra_refs:
- org: kubernetes-sigs
repo: controller-runtime
base_ref: main
spec:
containers:
- image: golang:1.19
command:
- ./hack/ci-check-everything.sh
resources:
requests:
cpu: "7000m"
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
testgrid-tab-name: controller-runtime-periodic-main
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
presubmits:
kubernetes-sigs/controller-runtime:
- name: pull-controller-runtime-test-master
- name: pull-controller-runtime-test
decorate: true
always_run: true
path_alias: sigs.k8s.io/controller-runtime
branches:
# The script this job runs is not in all branches.
- ^master$
- ^main$
spec:
containers:
- image: golang:1.19
Expand All @@ -17,19 +18,20 @@ presubmits:
cpu: "7000m"
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
testgrid-tab-name: controller-runtime-master
- name: pull-controller-runtime-apidiff-master
testgrid-tab-name: controller-runtime-main
- name: pull-controller-runtime-apidiff
decorate: true
always_run: true
optional: true
path_alias: sigs.k8s.io/controller-runtime
branches:
- ^master$
- ^main$
spec:
containers:
- image: golang:1.19
command:
- ./hack/apidiff.sh
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
testgrid-tab-name: controller-runtime-master-apidiff
testgrid-tab-name: controller-runtime-main-apidiff