mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
ci: add volumesnapshotclass creation
Adding volumesnapshotclass creation step in the CI job Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
919db7082c
commit
d8a619a743
@ -189,6 +189,7 @@ node('cico-workspace') {
|
||||
timeout(time: 5, unit: 'MINUTES') {
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi/scripts/k8s-storage/ && ./create-configmap.sh '${namespace}'"
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi/scripts/k8s-storage/ && ./create-storageclasses.sh '${namespace}'"
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi/scripts/k8s-storage/ && ./create-volumesnapshotclasses.sh '${namespace}'"
|
||||
}
|
||||
}
|
||||
stage('run e2e') {
|
||||
|
Loading…
Reference in New Issue
Block a user