Adds k8s_raw, openshift_raw tests (#36228)

This commit is contained in:
Chris Houseknecht 2018-02-23 10:13:09 -05:00 committed by GitHub
parent a1241d99ee
commit 53cfd70b7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 153 additions and 24 deletions

View file

@ -44,7 +44,7 @@ class OpenShiftCloudProvider(CloudProvider):
super(OpenShiftCloudProvider, self).__init__(args, config_extension='.kubeconfig')
# The image must be pinned to a specific version to guarantee CI passes with the version used.
self.image = 'openshift/origin:v3.9.0'
self.image = 'openshift/origin:v3.7.1'
self.container_name = ''
def filter(self, targets, exclude):