Skip to content

Commit

Permalink
Add presubmit job for kubernetes-client/haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed Nov 20, 2019
1 parent ca3411f commit 2fd0da6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/jobs/kubernetes-client/haskell/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

approvers:
- brendandburns
- guoshimin
- mbohlool
- jkachmar
- jonschoning
- akshaymankar
reviewers:
- brendandburns
- guoshimin
- mbohlool
- jkachmar
- jonschoning
- akshaymankar
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
presubmits:
kubernetes-client/haskell:
- name: client-haskell-unit-tests
always_run: true
decorate: true
spec:
containers:
- image: ubuntu:bionic
env:
command:
- bash
args:
- -c
- |
set -euo pipefail
apt-get update
apt-get install -y curl build-essential
curl -sSL https://get.haskellstack.org/ | sh
stack test

0 comments on commit 2fd0da6

Please sign in to comment.