Git checkout a specific version for testing upgrades (#4653)

This commit is contained in:
Maxime Guyot
2019-04-25 14:24:46 +02:00
committed by Kubernetes Prow Robot
parent 82119ca923
commit a4a35f8a4f
2 changed files with 4 additions and 2 deletions

View File

@@ -36,7 +36,9 @@ before_script:
.job: &job
tags:
- packet
image: quay.io/kubespray/kubespray:v2.9.0
variables:
KUBESPRAY_VERSION: v2.9.0
image: quay.io/kubespray/kubespray:$KUBESPRAY_VERSION
.testcases: &testcases
<<: *job