Skip to content

Commit 69ea8f3

Browse files
Merge pull request #22859 from smarterclayton/enable_conformance
Switch conformance-k8s to 1.14
2 parents 24b95a2 + b2103fe commit 69ea8f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extended/conformance-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To recreate these results
4343
Nightly conformance tests are run against release branches and reported https://openshift-gce-devel.appspot.com/builds/origin-ci-test/logs/test_branch_origin_extended_conformance_k8s/
4444
END
4545

46-
version="${KUBERNETES_VERSION:-release-1.13}"
46+
version="${KUBERNETES_VERSION:-release-1.14}"
4747
kubernetes="${KUBERNETES_ROOT:-${OS_ROOT}/../../../k8s.io/kubernetes}"
4848
if [[ -d "${kubernetes}" ]]; then
4949
git fetch origin --tags

0 commit comments

Comments
 (0)