mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: use 'make run-e2e'
Instead of calling the functional tests script, use 'make run-e2e' to run the tests. Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
e2e7ffa2d4
commit
69b2d1b478
@ -106,7 +106,7 @@ node('cico-workspace') {
|
||||
if ("${test_type}" == "cephfs"){
|
||||
upgrade_args = "--test-cephfs=true --test-rbd=false --upgrade-testing=true"
|
||||
}
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && source build.env && scripts/travis-functest.sh ${k8s_release} --upgrade-version=\${UPGRADE_VERSION} ${upgrade_args}"
|
||||
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && make run-e2e E2E_ARGS=\"--upgrade-version=${csi_upgrade_version} ${upgrade_args}\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user