-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: hh <hh@ii.coop> change alert email to newly-made mailing list
- Loading branch information
1 parent
3e04092
commit 96d7583
Showing
4 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
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,16 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
# This is the owner of the test code. The test data itself is owned by sig-architecture. | ||
reviewers: | ||
- cheftako | ||
- oomichi | ||
- johnbelamaric | ||
- bobymcbobs | ||
approvers: | ||
- cheftako | ||
- spiffxp | ||
- johnbelamaric | ||
- hh | ||
labels: | ||
- area/conformance | ||
- sig/architecture |
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,16 @@ | ||
periodics: | ||
- interval: 3h | ||
name: apisnoop-conformance-gate | ||
annotations: | ||
testgrid-dashboards: sig-arch-conformance | ||
testgrid-tab-name: apisnoop-conformance-gate | ||
test-grid-alert-email: kubernetes-sig-arch-conformance-test-failures@googlegroups.com | ||
testgrid-num-failures-to-alert: '1' | ||
description: 'Uses APISnoop to check that new GA endpoints are conformance tested in latest e2e test run' | ||
decorate: true | ||
spec: | ||
containers: | ||
- name: apisnoop-gate | ||
image: gcr.io/k8s-staging-apisnoop/snoopdb:v20200923-v2020.09.23-1-gb3afc41 | ||
args: | ||
- postgres |
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,16 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
# This is the owner of the test code. The test data itself is owned by sig-architecture. | ||
reviewers: | ||
- cheftako | ||
- oomichi | ||
- johnbelamaric | ||
- bobymcbobs | ||
approvers: | ||
- cheftako | ||
- spiffxp | ||
- johnbelamaric | ||
- hh | ||
labels: | ||
- area/conformance | ||
- sig/architecture |
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,11 @@ | ||
# Dashboard Group | ||
# | ||
dashboard_groups: | ||
- name: sig-arch | ||
dashboard_names: | ||
- sig-arch-conformance | ||
|
||
# Dashboards | ||
# | ||
dashboards: | ||
- name: sig-arch-conformance |