mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 16:20:28 +00:00
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:
parent
d8f098fb47
commit
8fbeefa989
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user