Applying same change as already applied by
https://github.com/ceph/ceph-build/pull/1426. A divergence has been
observed between `make check` job (ceph-pull-request) and the `make` in
ceph-pr-api job. For the same PR:
* ceph-pull-request `make check` passes
* ceph-pr-api `make` fails
This fix has been suggested by @sebastian-philipp
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
- git:
url: https://github.com/ceph/ceph.git
branches:
- - ${sha1}
+ - origin/pr/${ghprbPullId}/merge
refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
browser: auto
timeout: 20
- git:
url: https://github.com/ceph/ceph.git
branches:
- - ${sha1}
+ - origin/pr/${ghprbPullId}/merge
refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
browser: auto
timeout: 20