ci: use ceph-csi:ci/centos for fetching job scripts

Commit f5cba3aaa8 added the mini-e2e job, but still referred to the
temporary location that was used for testing the job. As everything is
available in the ceph-csi:ci/centos repository:branch, there is no need
to refer to the temporary location.

Reported-by: Yug <yuggupta27@gmail.com>
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-08-03 13:06:22 +02:00 committed by mergify[bot]
parent d8f098fb47
commit 8fbeefa989

View File

@ -1,8 +1,7 @@
def cico_retries = 16
def cico_retry_interval = 60
// temporary git repository for testing purpose
def ci_git_repo = 'https://github.com/nixpanic/ceph-csi'
def ci_git_branch = 'mini-e2e'
def ci_git_repo = 'https://github.com/ceph/ceph-csi'
def ci_git_branch = 'ci/centos'
def git_repo = 'https://github.com/ceph/ceph-csi'
def ref = "master"