Commit 35d030a
test_docker: align container launch options with playwright-browsers
Mirrors the docker run flags used by playwright-browsers'
tests-docker.yml to test the hypothesis that running the suite
as root with --ipc=host is responsible for probabilistic
chrome-headless-shell SIGSEGV crashes on jammy.
Changes vs. previous:
- drop --ipc=host
- run as pwuser (not root), workdir /home/pwuser
- explicit --platform linux/<arch>
- copy repo via docker cp + chown (instead of bind mount at /root)
- paths /root/playwright -> /home/pwuser/playwright
- add workflow_dispatch trigger so the branch can be tested manually
Other workflows on this branch are disabled (renamed *.yml.disabled)
to avoid burning CI minutes on the experiment.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d84a2db commit 35d030a
5 files changed
Lines changed: 21 additions & 3 deletions
File tree
- .github/workflows
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
40 | 51 | | |
41 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
42 | 60 | | |
43 | 61 | | |
44 | | - | |
| 62 | + | |
45 | 63 | | |
46 | 64 | | |
47 | 65 | | |
48 | | - | |
| 66 | + | |
49 | 67 | | |
50 | 68 | | |
51 | 69 | | |
| |||
File renamed without changes.
0 commit comments