mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
ci: restructure 'parameters' section for upgrade-tests
The section containing the paramaters does not seem to be structured correctly, correct it. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
926817fb54
commit
01de4eacfc
@ -40,6 +40,7 @@ cd "$(dirname "${0}")"
|
||||
# unique ID for the session
|
||||
SESSION=$(uuidgen)
|
||||
|
||||
oc process -f "jjb-${CMD}.yaml" -p=SESSION="${SESSION}" -p=GIT_REF="${GIT_REF}"
|
||||
oc process -f "jjb-${CMD}.yaml" -p=SESSION="${SESSION}" -p=GIT_REF="${GIT_REF}" | oc create -f -
|
||||
|
||||
# loop until pod is available
|
||||
|
@ -23,12 +23,12 @@
|
||||
test_type: '<unset>'
|
||||
# generated parameters for the job (used in the groovy script)
|
||||
parameters:
|
||||
- name: k8s_version
|
||||
type: string
|
||||
- string:
|
||||
name: k8s_version
|
||||
default: '{k8s_version}'
|
||||
description: Kubernetes version to deploy in the test cluster.
|
||||
- name: test_type
|
||||
type: string
|
||||
- string:
|
||||
name: test_type
|
||||
default: '{test_type}'
|
||||
description: Mentions whether upgrade tests run for rbd/cephfs.
|
||||
pipeline-scm:
|
||||
|
Loading…
Reference in New Issue
Block a user