mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +00:00
ci: remove create & delete namespace commands from helm jobs
Since this will be done internally by intall_helm.sh script with kubectl_retry. Fixes: #2309 Depends-on: #2377 Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
70c6414e1e
commit
935b261be1
@ -175,7 +175,6 @@ node('cico-workspace') {
|
||||
deploy_param = '--deploy-sc --deploy-secret'
|
||||
}
|
||||
ssh 'cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh up'
|
||||
ssh "kubectl create namespace '${namespace}'"
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh install-cephcsi --namespace '${namespace}' ${deploy_param}"
|
||||
}
|
||||
}
|
||||
@ -188,7 +187,6 @@ node('cico-workspace') {
|
||||
timeout(time: 30, unit: 'MINUTES') {
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh cleanup-cephcsi --namespace '${namespace}'"
|
||||
ssh 'cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh clean'
|
||||
ssh "kubectl delete namespace '${namespace}' --ignore-not-found=true"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user