Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 09:10:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 09:10:01 +0300
commit4b8939db3d80469826a62f1409b921f96dac2498 (patch)
tree7a3a0a8dab9b45c1c8071a0717267d87d4b01ee8 /doc/development/database/database_migration_pipeline.md
parent53f7c2edf478dac9e6b8e52c4b9a59c53659eb31 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/database/database_migration_pipeline.md')
-rw-r--r--doc/development/database/database_migration_pipeline.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/database/database_migration_pipeline.md b/doc/development/database/database_migration_pipeline.md
index 690661af154..5a8ce89a362 100644
--- a/doc/development/database/database_migration_pipeline.md
+++ b/doc/development/database/database_migration_pipeline.md
@@ -15,13 +15,13 @@ It is based on an [architecture blueprint](../../architecture/blueprints/databas
Migration testing is enabled in the [GitLab project](https://gitlab.com/gitlab-org/gitlab)
for changes that add a new database migration. Trigger this job manually by running the
`db:gitlabcom-database-testing` job within in `test` stage. To avoid wasting resources,
-only run this job when your MR is ready for review.
+only run this job when your MR is ready for review.
The job starts a pipeline on the [ops GitLab instance](https://ops.gitlab.net/).
For security reasons, access to the pipeline is restricted to database maintainers.
When the pipeline starts, a bot notifies you with a comment in the merge request.
-When it finishes, the comment gets updated with the test results.
+When it finishes, the comment gets updated with the test results.
There are three sections which are described below.
## Summary
@@ -36,7 +36,7 @@ The first section of the comment contains a summary of the test results, includi
## Migration details
-The next section of the comment contains detailed information for each migration, including:
+The next section of the comment contains detailed information for each migration, including:
| Result | Description |
|-------------------|-------------------------------------------------------------------------------------------------------------------------|