Skip to content

Commit fdc98c4

Browse files
Merge pull request #22738 from smarterclayton/conformance_k8s
Update conformance-k8s.sh to 1.13
2 parents 7f060c0 + 2d055db commit fdc98c4

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.12}"
46+
version="${KUBERNETES_VERSION:-release-1.13}"
4747
kubernetes="${KUBERNETES_ROOT:-${OS_ROOT}/../../../k8s.io/kubernetes}"
4848
if [[ -d "${kubernetes}" ]]; then
4949
git fetch origin --tags

0 commit comments

Comments
 (0)