Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvtnguyen committed Jun 17, 2024
1 parent 64b0a40 commit 8a8184a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Partial-CI-Tests-Structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If your PR fails due to the `check_ci_test_suites_to_run` workflow, please look

## Overview of Partial CI Tests Structure

For non-python files, we run partial ci tests depending on the tests that a specific file affects. Running partial tests like this allow for PRs to be checked faster on the tests that a PR's code actually changed. As tests are run faster, developers can get feedback faster and CI resources are freed up for other jobs quicker. The process of determining which tests to run goes like this:
For non-python files, we run partial ci tests depending on the tests that a specific file affects. Running partial tests like this allow for PRs to be checked faster on the tests that a PR actually modifies. This faster test speed allows developers to get feedback faster and allows CI resources to be free more. The process of determining which tests to run goes like this:

1. Generate a root files mapping which maps files to their root files.
2. Store golden files containing the page modules that a specific test uses.
Expand Down
2 changes: 1 addition & 1 deletion _Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* [[End-to-end tests|End-to-End-Tests]]
* [[Acceptance Tests|Acceptance-Tests]]
* [[Lighthouse Tests|Lighthouse-Tests]]
* [[Partial CI Tests Structure|Partial-CI-Tests-Structure]]
* [[Determining which CI tests run for a PR|Partial-CI-Tests-Structure]]
* Codebase policies and processes
* **[[Guidelines for launching new features|Launching-new-features]]**
* **[[Guidelines for making an urgent fix (hotfix)|Making-an-urgent-fix-(hotfix)]]**
Expand Down

0 comments on commit 8a8184a

Please sign in to comment.