mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Git checkout a specific version for testing upgrades (#4653)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
82119ca923
commit
a4a35f8a4f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user