zuul: stop using this CI service

The important jobs have already transitioned. The remaining ones we can
skip for now.

Closes #10368
This commit is contained in:
Daniel Stenberg 2023-01-30 11:38:50 +01:00
parent e62ebe3aa8
commit be5f6c3124
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 1 additions and 596 deletions

View file

@ -92,23 +92,7 @@ The tests are configured in `appveyor.yml`.
### Zuul
[Zuul](https://zuul-ci.org/) is an open source CI tool. A number of Curl tests
are run at [curl.zuul.vexxhost.dev](https://curl.zuul.vexxhost.dev/builds):
- Source code is formatted according to expectations (`make checksrc`).
- Curl compiled with a number of different TLS configurations (WolfSSL, rustls,
BoringSSL, etc).
- Curl compiled with different C compilers.
As of November 2021, the tests run (sometimes) but do not run consistently and
do not report results to the GitHub checks runner - you need to manually check
for failures. See [#7522](https://github.com/curl/curl/issues/7522) for more
information.
As of November 2021 Daniel Stenberg is the only person with administrator
access to the Zuul CI environment.
These are configured in `zuul.d` and have test runners in `scripts/zuul`.
Not used anymore.
### Circle CI