Skip to content

Commit

Permalink
ARCHITECTURE: update for changes to CI on PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel authored and edlerd committed Apr 22, 2024
1 parent 7c6f69e commit 931189e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ARCHITECTURE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ The e2e test suite is run whenever a pull request is created and updated. This i

| lxd version | browser |
| ----------- | -------- |
| 5.0/stable | chromium |
| 5.0/stable | firefox |
| 5.0/edge | chromium |
| 5.0/edge | firefox |
| 5.21/edge | chromium |
| 5.21/edge | firefox |
| latest/edge | chromium |
| latest/edge | firefox |

Expand All @@ -65,7 +67,7 @@ For each parameter combination, a playwright project defined in [playwright.conf
flowchart TD
A(pull request created) -->|other workflow jobs| B(browser-e2e-test)
B --> C{Github Matrix Runner}
C -->|5.0/stable chromium| D[Run chromium:lxd-5.0-stable]
C -->|5.0/edge chromium| D[Run chromium:lxd-5.0-edge]
C --> E[...]
C -->|latest/edge firefox| F[Run firefox:lxd-latest-edge]
```
Expand Down

0 comments on commit 931189e

Please sign in to comment.