mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: add missing ci_registry k8s-e2e-external-storage groovy
added missing ci_registry variable to the k8s-e2e-external-storage groovy file. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
43dd2a20e6
commit
c5ce8e1a95
@ -9,6 +9,7 @@ def skip_e2e = 0
|
||||
def doc_change = 0
|
||||
def k8s_release = 'latest'
|
||||
def namespace = 'k8s-e2e-storage-' + UUID.randomUUID().toString().split('-')[-1]
|
||||
def ci_registry = 'registry-ceph-csi.apps.ocp.ci.centos.org'
|
||||
|
||||
def ssh(cmd) {
|
||||
sh "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${CICO_NODE} '${cmd}'"
|
||||
|
Loading…
Reference in New Issue
Block a user