Skip to content

Commit

Permalink
Add apisnoop conformance gate
Browse files Browse the repository at this point in the history
Co-authored-by: hh <hh@ii.coop>

change alert email to newly-made mailing list
  • Loading branch information
zachmandeville committed Sep 25, 2020
1 parent 3e04092 commit 96d7583
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/jobs/kubernetes/sig-arch/OWNERS
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
16 changes: 16 additions & 0 deletions config/jobs/kubernetes/sig-arch/conformance-gate.yaml
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
16 changes: 16 additions & 0 deletions config/testgrids/kubernetes/sig-arch/OWNERS
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
11 changes: 11 additions & 0 deletions config/testgrids/kubernetes/sig-arch/config.yaml
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

0 comments on commit 96d7583

Please sign in to comment.