Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-docs
Commits
6bd7614d
Commit
6bd7614d
authored
1 year ago
by
Guillaume Samson
Browse files
Options
Downloads
Patches
Plain Diff
sysadmin/add-forge-now: Fix typos in pipeline documentation
parent
8df3a155
No related branches found
Branches containing commit
Tags
swh-vault-cookers-20221107.1
Tags containing commit
1 merge request
!423
sysadmin/add-forge-now: Add pipeline documentation
Pipeline
#8418
passed
1 year ago
Stage: external
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/sysadm/deployment/howto-add-forge-now-pipeline.rst
+7
-7
7 additions, 7 deletions
docs/sysadm/deployment/howto-add-forge-now-pipeline.rst
with
7 additions
and
7 deletions
docs/sysadm/deployment/howto-add-forge-now-pipeline.rst
+
7
−
7
View file @
6bd7614d
...
...
@@ -63,8 +63,8 @@ Staging stages
--------------
| The second, third and fourth stages process the request in staging environment.
| If
the all
jobs are successfully completed, the request status is updated to ``Scheduled`` and
a comment is added to the Git
a
lb issue.
| If
all the
jobs are successfully completed, the request status is updated to ``Scheduled`` and
a comment is added to the Gitl
a
b issue.
|afnr_pipeline_staging_stages|
...
...
@@ -88,7 +88,7 @@ Production stages
Request status
--------------
* **pre** stage add a comment on request;
* **pre** stage add
s
a comment on request;
* if the **staging** stages are successfully completed, the request status is updated to ``Scheduled``;
* if the **production** stages are successfully completed, the request status is updated to ``First Origin Loaded``.
...
...
@@ -111,7 +111,7 @@ Common errors
.. |afnr_errors| image:: ../images/add-forge-now/AFNR_errors.png
Here is a
list of common pipeline errors:
A non-exhaustive
list of common pipeline errors
is
:
- Stage `pre`, job `02_check_ports_and_token`:
- error: the network ports checks failed;
...
...
@@ -119,17 +119,17 @@ Here is a list of common pipeline errors:
- relaunch the job.
- Stage `*_list_origins`, job `2*_check_listed_origins`:
- error: ``Forge <forge> (<type>) isn't registered in the scheduler database.``;
- cause: the lister pod creation t
ake
more time than the listing delay (600s);
- cause: the lister pod creation t
ook
more time than the listing delay (600s);
- relaunch the job.
- Stage `*_list_origins`, job `2*_check_listed_origins`:
- error: ``Forge <forge> (<type>) has 0 listed origin in the scheduler database.``;
- cause: the lister failed to find some origin;
- process request manually (most of the time, need `base_git_url` parameter).
- process request manually (most of the time,
it
need
s the optional
`base_git_url` parameter).
See :ref:`How to process add-forge-now requests <how-to-add-forge-now-process-requests>`
- Stage `*_ingest_origins`, job `4*_check_ingested_origins`:
- error: ``There are too many ingestion failures.``;
- cause: ingestion failures > 70%;
- check ingestion (lot of empty repositories,...) and swh platform (objstorage unavailable,...);
- check ingestion (
e.g.
lot
s
of empty repositories,...) and
/or
swh platform (
e.g.
objstorage unavailable,...);
process request manually (combination of `url` and `base_git_url`).
- Any stage, any job (generally in job `4p_check-ingested-origins`):
- error: ``ERROR: Job failed: execution took longer than 168h0m0s seconds``;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment