Skip to content
Snippets Groups Projects
Verified Commit 95d23f16 authored by Dan Davison's avatar Dan Davison
Browse files

Rename Quality to DevEx

parent ec0a9caa
No related branches found
No related tags found
1 merge request!61Draft: Rename Quality to DevEx
Pipeline #1671617957 failed
This commit is part of merge request !61. Comments created here will be created in the context of that merge request.
...@@ -75,7 +75,7 @@ Files are stored as `gz` extension files using Git LFS. To use files locally, en ...@@ -75,7 +75,7 @@ Files are stored as `gz` extension files using Git LFS. To use files locally, en
By default, the tool uses [`bulk_data.rb`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/db/seeds/data_seeder/bulk_data.rb?ref_type=heads) Data Seeder configuration file to seed the environments. The file is being kept up-to-date with fixture seeding. To check which GitLab `master` SHA version of the file was used navigate to MR that added the file and check SHA in the job logs `Outputting HEAD SHA of the GitLab path`. By default, the tool uses [`bulk_data.rb`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/db/seeds/data_seeder/bulk_data.rb?ref_type=heads) Data Seeder configuration file to seed the environments. The file is being kept up-to-date with fixture seeding. To check which GitLab `master` SHA version of the file was used navigate to MR that added the file and check SHA in the job logs `Outputting HEAD SHA of the GitLab path`.
New PG dump files are generated with [scheduled pipelines](https://gitlab.com/gitlab-org/quality/pg-dump-generator/-/pipeline_schedules). New PG dump files are generated with [scheduled pipelines](https://gitlab.com/gitlab-org/dx/pg-dump-generator/-/pipeline_schedules).
## Migration upgrade testing ## Migration upgrade testing
...@@ -93,7 +93,7 @@ Guidance how to run multi-version migration testing against GDK: ...@@ -93,7 +93,7 @@ Guidance how to run multi-version migration testing against GDK:
1. In GDK navigate to `gitlab` folder and pull the latest upgrade stop file. 1. In GDK navigate to `gitlab` folder and pull the latest upgrade stop file.
```sh ```sh
curl -o latest_upgrade_stop.gz https://gitlab.com/gitlab-org/quality/pg-dump-generator/-/raw/main/pg_dumps/ee/latest_upgrade_stop.gz curl -o latest_upgrade_stop.gz https://gitlab.com/gitlab-org/dx/pg-dump-generator/-/raw/main/pg_dumps/ee/latest_upgrade_stop.gz
``` ```
1. Unzip the file 1. Unzip the file
...@@ -142,7 +142,7 @@ Guidance how to run multi-version migration testing against GitLab Docker contai ...@@ -142,7 +142,7 @@ Guidance how to run multi-version migration testing against GitLab Docker contai
1. Pull the latest upgrade stop file. 1. Pull the latest upgrade stop file.
```sh ```sh
curl -o latest_upgrade_stop.gz https://gitlab.com/gitlab-org/quality/pg-dump-generator/-/raw/main/pg_dumps/ee/latest_upgrade_stop.gz curl -o latest_upgrade_stop.gz https://gitlab.com/gitlab-org/dx/pg-dump-generator/-/raw/main/pg_dumps/ee/latest_upgrade_stop.gz
``` ```
1. Unzip the file 1. Unzip the file
......
...@@ -11,9 +11,9 @@ General troubleshooting steps when PG Dump creation job fails: ...@@ -11,9 +11,9 @@ General troubleshooting steps when PG Dump creation job fails:
## `PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_ci_namespace_mirrors_on_namespace_id"` ## `PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_ci_namespace_mirrors_on_namespace_id"`
- Example - `https://gitlab.com/gitlab-org/quality/pg-dump-generator/-/jobs/6286710638#L1302` - Example - `https://gitlab.com/gitlab-org/dx/pg-dump-generator/-/jobs/6286710638#L1302`
Known flaky issue with Factories, should pass on retry, see context at [issues/2354#note_1793812916](https://gitlab.com/gitlab-org/quality/quality-engineering/team-tasks/-/issues/2354#note_1793812916). Known flaky issue with Factories, should pass on retry, see context at [issues/2354#note_1793812916](https://gitlab.com/gitlab-org/dx/quality-engineering/team-tasks/-/issues/2354#note_1793812916).
## PG dump file is smaller than expected ## PG dump file is smaller than expected
......
...@@ -4,7 +4,7 @@ module Slack ...@@ -4,7 +4,7 @@ module Slack
extend self extend self
SLACK_BOT_TOKEN = ENV['SLACK_BOT_TOKEN'] SLACK_BOT_TOKEN = ENV['SLACK_BOT_TOKEN']
TROUBLESHOOTING_GUIDE = 'https://gitlab.com/gitlab-org/quality/pg-dump-generator/-/blob/main/doc/troubleshooting.md' TROUBLESHOOTING_GUIDE = 'https://gitlab.com/gitlab-org/dx/pg-dump-generator/-/blob/main/doc/troubleshooting.md'
def post_slack_message(channel, message) def post_slack_message(channel, message)
url = "https://slack.com/api/chat.postMessage" url = "https://slack.com/api/chat.postMessage"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment