mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: copy run-k8s-external-storage-e2e.sh to bare-metal machine
The ./run-k8s-external-storage-e2e.sh script that executes the Kubernetes e2e external-storage tests needs to be placed on the bare-metal machine. Currently, the k8s-e2e-external-storage job fails with: bash: ./run-k8s-external-storage-e2e.sh: No such file or directory Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
e103d4a0cc
commit
aa7d9de45a
@ -92,7 +92,7 @@ node('cico-workspace') {
|
||||
if (params.ghprbPullId != null) {
|
||||
ref = "pull/${ghprbPullId}/head"
|
||||
}
|
||||
sh 'scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ./prepare.sh ./single-node-k8s.sh root@${CICO_NODE}:'
|
||||
sh 'scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ./prepare.sh ./single-node-k8s.sh ./run-k8s-external-storage-e2e.sh root@${CICO_NODE}:'
|
||||
ssh "./prepare.sh --workdir=/opt/build/go/src/github.com/ceph/ceph-csi --gitrepo=${git_repo} --ref=${ref}"
|
||||
}
|
||||
stage('build artifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user