mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: job name should not contain a "/"
The "/" in the name may have a conflict with the existing "mini-e2e" job name. Rename the new generated jobs to "mini-e2e_k8s-1.x.y", with a "_" instead of "/". Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
322698a313
commit
86448395a5
@ -5,10 +5,10 @@
|
|||||||
- '1.17.8'
|
- '1.17.8'
|
||||||
- '1.18.5'
|
- '1.18.5'
|
||||||
jobs:
|
jobs:
|
||||||
- 'mini-e2e/k8s-{k8s_version}'
|
- 'mini-e2e_k8s-{k8s_version}'
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'mini-e2e/k8s-{k8s_version}'
|
name: 'mini-e2e_k8s-{k8s_version}'
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
sandbox: true
|
||||||
concurrent: true
|
concurrent: true
|
||||||
|
Loading…
Reference in New Issue
Block a user