Skip to content
代码片段 群组 项目
提交 dd87835d 编辑于 作者: Sanad Liaquat's avatar Sanad Liaquat 提交者: Andrejs Cunskis
浏览文件

Update references to quality slack channel

Also improve clarify messeage posted to run e2e test pipeline
上级 52467336
No related branches found
No related tags found
无相关合并请求
......@@ -41,7 +41,7 @@ Note: Please make sure to run the chatops commands in the Slack channel that get
as this is the first environment deployed to. Make sure you are [configured to use canary](https://next.gitlab.com/).
- [ ] If the feature flag causes end-to-end tests to fail, disable the feature flag on staging to avoid blocking [deployments](https://about.gitlab.com/handbook/engineering/deployments-and-releases/deployments/).
For assistance with end-to-end test failures, please reach out via the [`#quality` Slack channel](https://gitlab.slack.com/archives/C3JJET4Q6). Note that end-to-end test failures on `staging-ref` [don't block deployments](https://about.gitlab.com/handbook/engineering/infrastructure/environments/staging-ref/#how-to-use-staging-ref).
For assistance with end-to-end test failures, please reach out via the [`#test-platform` Slack channel](https://gitlab.slack.com/archives/C3JJET4Q6). Note that end-to-end test failures on `staging-ref` [don't block deployments](https://about.gitlab.com/handbook/engineering/infrastructure/environments/staging-ref/#how-to-use-staging-ref).
### Specific rollout on production
......
......@@ -7,7 +7,7 @@ if stable_branch.encourage_package_and_qa_execution?
**@#{helper.mr_author}, the `package-and-test` job must complete before merging this merge request.***
If there are failures on the `package-and-test` pipeline, ping your team's associated Software Engineer in Test (SET) to confirm
the failures are unrelated to the merge request. If there's no SET assigned, ask for assistance on the `#quality` Slack channel.
the failures are unrelated to the merge request. If there's no SET assigned, ask for assistance on the `#test-platform` Slack channel.
MARKDOWN
end
......
......@@ -302,7 +302,7 @@ Continued reading:
## Where can you ask for help?
You can ask question in the `#quality` channel on Slack (GitLab internal) or
You can ask question in the `#test-platform` channel on Slack (GitLab internal) or
you can find an issue you would like to work on in
[the `gitlab` issue tracker](https://gitlab.com/gitlab-org/gitlab/-/issues?label_name%5B%5D=QA&label_name%5B%5D=test), or
[the `gitlab-qa` issue tracker](https://gitlab.com/gitlab-org/gitlab-qa/-/issues?label_name%5B%5D=new+scenario).
......@@ -303,7 +303,7 @@ from within the `qa` directory.
## Where to ask for help?
If you need more information, ask for help on `#quality` channel on Slack
If you need more information, ask for help on `#test-platform` channel on Slack
(internal, GitLab Team only).
If you are not a Team Member, and you still need help to contribute, please
......
......@@ -500,7 +500,7 @@ list.
## Where to ask for help?
If you need more information, ask for help on `#quality` channel on Slack
If you need more information, ask for help on `#test-platform` channel on Slack
(internal, GitLab Team only).
If you are not a Team Member, and you still need help to contribute, please
......
......@@ -212,7 +212,7 @@ subgraph "CNG-mirror pipeline"
your merge request. You can also download the artifacts to see screenshots of
the page at the time the failures occurred. If you don't find the cause of the
failure or if it seems unrelated to your change, please post a message in the
`#quality` channel and/or create a ~Quality ~"type::bug" issue with a link to your
`#test-platform` channel and/or create a ~Quality ~"type::bug" issue with a link to your
merge request.
- The manual `review-stop` can be used to
stop a review app manually, and is also started by GitLab once a merge
......
......@@ -36,7 +36,7 @@ def perform(*)
For more help see documentation in
https://docs.gitlab.com/ee/development/testing_guide/end_to_end/page_objects.html
or ask for help on #quality channel on Slack (GitLab Team only).
or ask for help on #test-platform channel on Slack (GitLab Team only).
If you are not a Team Member, and you still need help to
contribute, please open an issue in GitLab QA issue tracker.
......
......@@ -54,7 +54,7 @@ def content
investigated to guarantee this backport complies with the Quality standards.
Ping your team's associated Software Engineer in Test (SET) to confirm the failures are unrelated to the merge request.
If there's no SET assigned, ask for assistance on the `#quality` Slack channel.
If there's no SET assigned, ask for assistance on the `#test-platform` Slack channel.
MARKDOWN
end
......
......@@ -72,8 +72,8 @@ def content
<!-- Run e2e warning begin -->
@#{author_username} Some end-to-end (E2E) tests should run based on the stage label.
Please start the `trigger-omnibus-and-follow-up-e2e` job in the `qa` stage and ensure tests in the `follow-up-e2e:package-and-test-ee` pipeline
pass **before this MR is merged**.
Please start the `trigger-omnibus-and-follow-up-e2e` job in the `qa` stage and wait for the tests in the `follow-up-e2e:package-and-test-ee` pipeline
to pass **before merging this MR**. Do not use **Auto-merge**, unless these tests have already completed successfully, because a failure in these tests do not block the auto-merge.
(E2E tests are computationally intensive and don't run automatically for every push/rebase, so we ask you to run this job manually at least once.)
To run all E2E tests, apply the ~"pipeline:run-all-e2e" label and run a new pipeline.
......@@ -83,7 +83,7 @@ def content
Once done, apply the ✅ emoji on this comment.
**Team members only:** for any questions or help, reach out on the internal `#quality` Slack channel.
**Team members only:** for any questions or help, reach out on the internal `#test-platform` Slack channel.
<!-- Run e2e warning end -->
MARKDOWN
end
......
......@@ -224,8 +224,8 @@
<!-- Run e2e warning begin -->
@#{author_username} Some end-to-end (E2E) tests should run based on the stage label.
Please start the `trigger-omnibus-and-follow-up-e2e` job in the `qa` stage and ensure tests in the `follow-up-e2e:package-and-test-ee` pipeline
pass **before this MR is merged**.
Please start the `trigger-omnibus-and-follow-up-e2e` job in the `qa` stage and wait for the tests in the `follow-up-e2e:package-and-test-ee` pipeline
to pass **before merging this MR**. Do not use **Auto-merge**, unless these tests have already completed successfully, because a failure in these tests do not block the auto-merge.
(E2E tests are computationally intensive and don't run automatically for every push/rebase, so we ask you to run this job manually at least once.)
To run all E2E tests, apply the ~"pipeline:run-all-e2e" label and run a new pipeline.
......@@ -235,7 +235,7 @@
Once done, apply the ✅ emoji on this comment.
**Team members only:** for any questions or help, reach out on the internal `#quality` Slack channel.
**Team members only:** for any questions or help, reach out on the internal `#test-platform` Slack channel.
<!-- Run e2e warning end -->
MARKDOWN
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册