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

add conformance gate prow job #19173

Merged
merged 1 commit into from
Sep 28, 2020
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
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