mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 08:10:20 +00:00
ci: pass --helm-test argument for helm tests
To identify if a test runs on ceph-csi deployed via helm charts, pass --helm-test parameter with the E2E args. Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
69091b9273
commit
0786d15951
@ -177,7 +177,7 @@ node('cico-workspace') {
|
||||
}
|
||||
stage('run e2e') {
|
||||
timeout(time: 120, unit: 'MINUTES') {
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && make run-e2e NAMESPACE='${namespace}' E2E_ARGS='--deploy-cephfs=false --deploy-rbd=false'"
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && make run-e2e NAMESPACE='${namespace}' E2E_ARGS='--deploy-cephfs=false --deploy-rbd=false --helm-test=true'"
|
||||
}
|
||||
}
|
||||
stage('cleanup ceph-csi deployment') {
|
||||
|
Loading…
Reference in New Issue
Block a user