docs: spellfixes

Pointed by the new CI job
This commit is contained in:
Daniel Stenberg 2022-09-20 23:30:19 +02:00
parent 72c41f7c8b
commit fd1ce3d4b0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
188 changed files with 1203 additions and 1208 deletions

View file

@ -39,15 +39,15 @@ Consider the following table while looking at pull request failures:
| LGTM analysis: Python | stable | new findings |
| LGTM analysis: C/C++ | stable | new findings |
| buildbot/curl_winssl_ ... | stable | all errors and failures |
| continuous-integration/appveyor/pr | stable | all errors and failures |
| AppVeyor | flaky | all errors and failures |
| curl.curl (linux ...) | stable | all errors and failures |
| curl.curl (windows ...) | flaky | repetitive errors/failures |
| deepcode-ci-bot | stable | new findings |
| musedev | stable | new findings |
| CodeQL | stable | new findings |
Sometimes the tests fail due to a dependency service temporarily being offline
or otherwise unavailable, eg. package downloads. In this case you can just
try to update your pull requests to rerun the tests later as described below.
or otherwise unavailable, for example package downloads. In this case you can
just try to update your pull requests to rerun the tests later as described
below.
## CI servers
@ -75,20 +75,20 @@ The following tests are run in Microsoft Azure CI environment:
These are all configured in `.azure-pipelines.yml`.
As of November 2021 @bagder and @mback2k are the only people with administrator
access to the Azure CI environment. Additional admins/group members can be added
on request.
As of November 2021 `@bagder` and `@mback2k` are the only people with
administrator access to the Azure CI environment. Additional admins/group
members can be added on request.
### Appveyor
### AppVeyor
Appveyor runs a variety of different Windows builds, with different compilation
AppVeyor runs a variety of different Windows builds, with different compilation
options.
As of November 2021 @bagder, @mback2k, @jay, @vszakats, @dfandrich and
@danielgustafsson have administrator access to the Appveyor CI environment.
Additional admins/group members can be added on request.
As of November 2021 `@bagder`, `@mback2k`, `@jay`, `@vszakats`, `@dfandrich`
and `@danielgustafsson` have administrator access to the AppVeyor CI
environment. Additional admins/group members can be added on request.
The tests are configured in appveyor.yml.
The tests are configured in `appveyor.yml`.
### Zuul
@ -105,21 +105,21 @@ 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.
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`.
### CircleCI
### Circle CI
CircleCI runs a basic Linux test suite on Ubuntu for both x86 and ARM
Circle CI runs a basic Linux test suite on Ubuntu for both x86 and ARM
processors. This is configured in `.circleci/config.yml`.
You can [view the full list of CI jobs on CircleCI's
You can [view the full list of CI jobs on Circle CI's
website](https://app.circleci.com/pipelines/github/curl/curl).
@bagder has access to edit the "Project Settings" on that page.
Additional admins/group members can be added on request.
`@bagder` has access to edit the "Project Settings" on that page. Additional
admins/group members can be added on request.
### Cirrus CI
@ -129,5 +129,5 @@ Cirrus CI runs a basic test suite on FreeBSD and Windows. This is configured in
You can [view the full list of CI jobs on Cirrus CI's
website](https://cirrus-ci.com/github/curl/curl).
@bagder has access to edit the "Project Settings" on that page.
Additional admins/group members can be added on request.
`@bagder` has access to edit the "Project Settings" on that page. Additional
admins/group members can be added on request.