Skip to content

Commit

Permalink
Merge pull request #22 from peter-wangxu/setup_ci
Browse files Browse the repository at this point in the history
Setup prow testing
  • Loading branch information
k8s-ci-robot authored Feb 4, 2020
2 parents dc95687 + 9571f4c commit d8e3cc7
Show file tree
Hide file tree
Showing 192 changed files with 2,984 additions and 244,717 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/bin
.idea
24 changes: 24 additions & 0 deletions .prow.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#! /bin/bash -e

# A Prow job can override these defaults, but this shouldn't be necessary.

# disable e2e tests for now
CSI_PROW_E2E_REPO=none

# Only these tests make sense for unit test
: ${CSI_PROW_TESTS:="unit"}

# What matters for csi-sanity is the version of the hostpath driver
# that we test against, not the version of Kubernetes that it runs on.
# We pick the latest stable Kubernetes here because the corresponding
# deployment has the current driver. v1.0.1 (from the current 1.13
# deployment) does not pass csi-sanity testing.
: ${CSI_PROW_KUBERNETES_VERSION:=1.14.0}

## This repo supports and wants sanity testing.
#CSI_PROW_TESTS_SANITY=sanity

. release-tools/prow.sh


main
Loading

0 comments on commit d8e3cc7

Please sign in to comment.