Commit 3635a1f4 authored by Tiffany Rea's avatar Tiffany Rea
Browse files

Move test pages to engineering/

parent 9f2a9f65
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ Deployments to production will be blocked by the following events:

1. An [active incident with the `blocks deployment` label](/handbook/engineering/infrastructure/incident-management/#labeling).
1. Ongoing [change issues with the `blocks deployment` label](/handbook/engineering/infrastructure/change-management/#change-criticalities).
1. Failures in [blocking (`smoke` and `reliable`) automated end-to-end tests targeting staging canary (gstg-cny), staging (gstg), production canary (gprd-cny), and production (gprd)](/handbook/engineering/infrastructure-platforms/developer-experience/end-to-end-pipeline-monitoring/).
1. Failures in [blocking (`smoke` and `reliable`) automated end-to-end tests targeting staging canary (gstg-cny), staging (gstg), production canary (gprd-cny), and production (gprd)](/handbook/engineering/testing/end-to-end-pipeline-monitoring/).

Release Managers may decide, with input from the [EOC](/handbook/engineering/infrastructure/incident-management/#roles-and-responsibilities) to override a block and continue with the deployment.

+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ Brainstorming Sessions Doc (Internal): https://docs.google.com/document/d/179JL5

#### Resources

* [How to triage a QA test pipeline failure](/handbook/engineering/infrastructure-platforms/developer-experience/debugging-end-to-end-test-failures/)
* [How to triage a QA test pipeline failure](https://docs.gitlab.com/development/testing_guide/end_to_end/debugging_end_to_end_test_failures/)
* [Beginner's guide to writing end-to-end tests](https://docs.gitlab.com/ee/development/testing_guide/end_to_end/beginners_guide.html)
* [GitLab QA README](https://gitlab.com/gitlab-org/gitlab/-/tree/master/qa)
* [GitLab QA Scenarios](https://gitlab.com/gitlab-org/gitlab-qa/-/blob/master/docs/what_tests_can_be_run.md)
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ This material is available as a [learning pathway on GitLab's Level Up](https://
</figure>
<!-- blank line -->

[Developer Experience Risk Mapping](/handbook/engineering/infrastructure-platforms/developer-experience/risk-mapping/)
[Developer Experience Risk Mapping](/handbook/engineering/testing/risk-mapping/)

## MR acceptance checklist

+0 −309

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -246,4 +246,4 @@ We opted for the current approach because it leverages our existing infrastructu
  - [MR](https://gitlab.com/gitlab-org/gitlab-environment-toolkit/-/merge_requests/174)
  - [Issue](https://gitlab.com/gitlab-org/gitlab-environment-toolkit/-/issues/98)
- [Shift Left and Right Performance Testing](../shift_left_right_performance/)
- [End-to-End Pipeline Monitoring](../../end-to-end-pipeline-monitoring/#test-metrics)
- [End-to-End Pipeline Monitoring](/handbook/engineering/testing/end-to-end-pipeline-monitoring/#test-metrics)
Loading