-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27012 from ybettan/ci
Renamed special-resource-operator --> kernel-module-management.
- Loading branch information
Showing
4 changed files
with
28 additions
and
76 deletions.
There are no files selected for viewing
File renamed without changes.
26 changes: 26 additions & 0 deletions
26
...ig/jobs/kubernetes-sigs/kernel-module-management/kernel-module-management-presubmits.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
presubmits: | ||
kubernetes-sigs/kernel-module-management: | ||
- name: pull-kernel-module-management-lint | ||
always_run: true | ||
decorate: true | ||
annotations: | ||
testgrid-dashboards: sig-node-kernel-module-management | ||
testgrid-tab-name: lint | ||
description: "lint the source code of kernel-module-management." | ||
spec: | ||
containers: | ||
- image: golang:1.18 | ||
command: | ||
- ci/prow/lint | ||
- name: pull-kernel-module-management-unit-tests | ||
always_run: true | ||
decorate: true | ||
annotations: | ||
testgrid-dashboards: sig-node-kernel-module-management | ||
testgrid-tab-name: unit-tests | ||
description: "unit-tests the source code of kernel-module-management." | ||
spec: | ||
containers: | ||
- image: golang:1.18 | ||
command: | ||
- ci/prow/unit-tests |
74 changes: 0 additions & 74 deletions
74
.../jobs/kubernetes-sigs/special-resource-operator/special-resource-operator-presubmits.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters