Skip to content

Commit

Permalink
Make unit and integration go-compatibility presubmits required
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed May 23, 2023
1 parent c480e22 commit 7796f72
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,6 @@ presubmits:
preset-dind-enabled: "true"
preset-service-account: "true"
name: pull-kubernetes-integration-go-compatibility
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
Expand Down Expand Up @@ -1590,7 +1589,6 @@ presubmits:
labels:
preset-service-account: "true"
name: pull-kubernetes-unit-go-compatibility
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,6 @@ presubmits:
preset-dind-enabled: "true"
preset-service-account: "true"
name: pull-kubernetes-integration-go-compatibility
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
Expand Down Expand Up @@ -1602,7 +1601,6 @@ presubmits:
labels:
preset-service-account: "true"
name: pull-kubernetes-unit-go-compatibility
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,6 @@ presubmits:
preset-dind-enabled: "true"
preset-service-account: "true"
name: pull-kubernetes-integration-go-compatibility
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
Expand Down Expand Up @@ -1629,7 +1628,6 @@ presubmits:
labels:
preset-service-account: "true"
name: pull-kubernetes-unit-go-compatibility
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,6 @@ presubmits:
preset-dind-enabled: "true"
preset-service-account: "true"
name: pull-kubernetes-integration-go-compatibility
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
Expand Down Expand Up @@ -1583,7 +1582,6 @@ presubmits:
labels:
preset-service-account: "true"
name: pull-kubernetes-unit-go-compatibility
optional: true
path_alias: k8s.io/kubernetes
spec:
containers:
Expand Down
3 changes: 1 addition & 2 deletions config/jobs/kubernetes/sig-testing/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ presubmits:
- name: pull-kubernetes-integration-go-compatibility
cluster: k8s-infra-prow-build
always_run: true
optional: true
decorate: true
skip_branches:
- .* # per-release job
annotations:
fork-per-release: "true"
fork-per-release-replacements: "GO_VERSION= -> GO_VERSION={{.GoVersion}}"
testgrid-dashboards: sig-testing-canaries
testgrid-dashboards: presubmits-kubernetes-blocking
description: run with GO_VERSION set to the original go version used for this branch
path_alias: k8s.io/kubernetes
labels:
Expand Down
3 changes: 1 addition & 2 deletions config/jobs/kubernetes/sig-testing/make-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ presubmits:
annotations:
fork-per-release: "true"
fork-per-release-replacements: "GO_VERSION= -> GO_VERSION={{.GoVersion}}"
testgrid-dashboards: sig-testing-canaries
testgrid-dashboards: presubmits-kubernetes-blocking
description: run with GO_VERSION set to the original go version used for this branch
decorate: true
cluster: k8s-infra-prow-build
skip_branches:
- .* # per-release job
labels:
preset-service-account: "true"
optional: true
always_run: true
path_alias: k8s.io/kubernetes
spec:
Expand Down
3 changes: 3 additions & 0 deletions config/testgrids/kubernetes/presubmits/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ dashboards:
- name: pull-kubernetes-integration
test_group_name: pull-kubernetes-integration
base_options: width=10
- name: pull-kubernetes-integration-go-compatibility
test_group_name: pull-kubernetes-integration-go-compatibility
base_options: width=10
- name: pull-kubernetes-verify
test_group_name: pull-kubernetes-verify
base_options: width=10
Expand Down

0 comments on commit 7796f72

Please sign in to comment.