From: Kefu Chai Date: Mon, 19 Oct 2020 10:11:19 +0000 (+0800) Subject: ceph-perf-pull-requests: use github.com/ceph/githubcheck.git X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1684%2Fhead;p=ceph-build.git ceph-perf-pull-requests: use github.com/ceph/githubcheck.git Signed-off-by: Kefu Chai --- diff --git a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml index 96582837..95b3e550 100644 --- a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml +++ b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml @@ -190,7 +190,7 @@ esac virtualenv -q --python python3 ${{WORKSPACE}}/gh-venv . ${{WORKSPACE}}/gh-venv/bin/activate - pip install -e ${{WORKSPACE}}/cbt/tools/githubcheck + pip install git+https://github.com/ceph/githubcheck.git echo "please hold tight..." | github-check \ --owner {check-repo-owner} \ --repo {check-repo-name} \