Skip to content

Commit ca7547a

Browse files
committed
Use stable overlay for pull jobs
1 parent f420366 commit ca7547a

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

deploy/kubernetes/overlays/prow-pull/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

deploy/kubernetes/overlays/prow-pull/kustomization.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

test/run-k8s-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -o nounset
1010
set -o errexit
1111

1212
readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
13-
readonly overlay_name="${GCE_PD_OVERLAY_NAME:-prow-pull}"
13+
readonly overlay_name="${GCE_PD_OVERLAY_NAME:-stable}"
1414
readonly boskos_resource_type="${GCE_PD_BOSKOS_RESOURCE_TYPE:-gce-project}"
1515
readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
1616
export GCE_PD_VERBOSITY=9

0 commit comments

Comments
 (0)