mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +00:00
ci: make test_type optional
Make test_type parameter optional to keep the current test run behavior intact. Signed-off-by: karthik-us <ksubrahm@redhat.com>
This commit is contained in:
parent
674b1e811a
commit
c659487084
@ -38,7 +38,7 @@
|
||||
description: Kubernetes version to deploy in the test cluster.
|
||||
- string:
|
||||
name: test_type
|
||||
default: '{test_type}'
|
||||
default: ''
|
||||
description: Mentions whether tests run for rbd/cephfs/nfs.
|
||||
pipeline-scm:
|
||||
scm:
|
||||
@ -54,7 +54,7 @@
|
||||
status-url: $RUN_DISPLAY_URL
|
||||
status-context: 'ci/centos/mini-e2e/k8s-{k8s_version}'
|
||||
# yamllint disable-line rule:line-length
|
||||
trigger-phrase: '/(re)?test ci/centos/mini-e2e(/k8s-{k8s_version}-{test_type})?'
|
||||
trigger-phrase: '/(re)?test ci/centos/mini-e2e(/k8s-{k8s_version}(/test_type-{test_type})?)?'
|
||||
only-trigger-phrase: '{only_run_on_request}'
|
||||
permit-all: true
|
||||
github-hooks: true
|
||||
@ -83,7 +83,7 @@
|
||||
description: Kubernetes version to deploy in the test cluster.
|
||||
- string:
|
||||
name: test_type
|
||||
default: '{test_type}'
|
||||
default: ''
|
||||
description: Mentions whether tests run for rbd/cephfs/nfs.
|
||||
|
||||
pipeline-scm:
|
||||
@ -100,7 +100,7 @@
|
||||
status-url: $RUN_DISPLAY_URL
|
||||
status-context: 'ci/centos/mini-e2e-helm/k8s-{k8s_version}'
|
||||
# yamllint disable-line rule:line-length
|
||||
trigger-phrase: '/(re)?test ci/centos/mini-e2e-helm(/k8s-{k8s_version}-{test_type})?'
|
||||
trigger-phrase: '/(re)?test ci/centos/mini-e2e-helm(/k8s-{k8s_version}(/test_type-{test_type})?)?'
|
||||
only-trigger-phrase: '{only_run_on_request}'
|
||||
permit-all: true
|
||||
github-hooks: true
|
||||
|
Loading…
Reference in New Issue
Block a user