Commit 4ee34666 authored by Albert Salim's avatar Albert Salim

Update pipeline documentation with DAG on `test` jobs

parent 298879ae
...@@ -149,6 +149,9 @@ graph RL; ...@@ -149,6 +149,9 @@ graph RL;
Q[package-and-qa]; Q[package-and-qa];
S["RSpec<br/>(e.g. rspec unit pg9)"] S["RSpec<br/>(e.g. rspec unit pg9)"]
T[retrieve-tests-metadata]; T[retrieve-tests-metadata];
QA["qa:internal, qa:selectors"];
QA2["qa:internal-as-if-foss, qa:selectors-as-if-foss<br/>(EE default refs only)"];
X["docs lint, code_quality, sast, dependency_scanning, danger-review"];
subgraph "`prepare` stage" subgraph "`prepare` stage"
A A
...@@ -179,6 +182,9 @@ subgraph "`test` stage" ...@@ -179,6 +182,9 @@ subgraph "`test` stage"
S -.-> |needs and depends on| T; S -.-> |needs and depends on| T;
L["db:*, gitlab:setup, graphql-docs-verify, downtime_check"] -.-> |needs| A; L["db:*, gitlab:setup, graphql-docs-verify, downtime_check"] -.-> |needs| A;
V -.-> |needs and depends on| K; V -.-> |needs and depends on| K;
X -.-> |needs| T;
QA -.-> |needs| T;
QA2 -.-> |needs| T;
end end
subgraph "`post-test` stage" subgraph "`post-test` stage"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment