kata-containers/proxy

Disable Zuul PR-Check for proxy repo

Closed this issue · 2 comments

Which feature do you think can be improved?

A long time ago we experimented with adding a Zuul CI check to run the static tests. This was at a time when we were investigating possible alternatives to Jenkins etc.
We 'beta'd this test on the proxy repo, but never followed through or completed the work.
That has left a Zuul based 'PR-check' CI check on this repo that will never pass. It just causes confusion and adds no benefits when a new PR lands here.

How can it be improved?

Let's disable the check in the Zuul config. We can leave the code in place there for any future reference.

Additional Information

You can see the Kata Zuul config etc. over at
https://opendev.org/kata-containers/zuul-config

The specific config element we want to change is in the proxy project setup at:
https://opendev.org/kata-containers/zuul-config/src/branch/master/zuul.d/projects.yaml#L58-L60

Note, the openstack repo submission process is gerrit based - details can be found over at https://docs.openstack.org/infra/manual/developers.html

for ref the, the 'PR' to make the change is now submitted at https://review.opendev.org/#/c/710011/
/cc @ttx ;-)

And is merged!
Thanks, and closing this Issue now...