Hi,
I’m trying to use Bors with GitHub + GitLab CI, and I’m running into a status name issue. GitLab CI doesn’t have consistent status names, so when using the trying
/staging
set-up it pushes updates to respectively ci/gitlab/trying
and ci/gitlab/staging
. I’m using the latter in bors.toml
right now to get bors r+
to work, but as a result I get time-outs when doing bors try
.
Is there a way to work around this? GitLab is going to add consistent status names, but those will be tied to the hostname of the system running CI (ie. ci/gitlab/host-name
) and I’d prefer not to rely on that.
Repo at https://github.com/JuliaGPU/CuArrays.jl, example time-out https://github.com/JuliaGPU/CuArrays.jl/pull/181, but r+ works https://github.com/JuliaGPU/CuArrays.jl/pull/185.