Skip to content

Commit

Permalink
Add test grids for clients
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed Jan 22, 2020
1 parent 52f5c8b commit b8539f6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ presubmits:
apt-get install -y curl build-essential
curl -sSL https://get.haskellstack.org/ | sh
stack test
annotations:
testgrid-dashboards: client-haskell
testgrid-tab-name: client-haskell-presubmits
10 changes: 10 additions & 0 deletions config/testgrids/kubernetes/clients/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- brendandburns
- mbohlool
- akshaymankar
reviewers:
- brendandburns
- mbohlool
- akshaymankar
12 changes: 12 additions & 0 deletions config/testgrids/kubernetes/clients/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dashboard_groups:
- name: clients
dashboard_names:
- client-haskell

dashboards:
- name: client-haskell
dashboard_tab:
- name: client-haskell-presubmits
test_group_name: client-haskell-presubmits
base_options: include-filter-by-regex=clients
description: presubmits for haskell client

0 comments on commit b8539f6

Please sign in to comment.