Commit 9a25a16
committed
minor #1369 [CI][Puppeteer] Add timeout, use new headless mode, and disable sandbox (Kocal)
This PR was merged into the main branch.
Discussion
----------
[CI][Puppeteer] Add timeout, use new headless mode, and disable sandbox
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no <!-- please update CHANGELOG.md file -->
| Deprecations? | no <!-- please update CHANGELOG.md file -->
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
Since a moment, the Ubuntu CI failed because Puppeteer was unable to launch, and leads to timeout. Let's see if using new headless mode fix it.
Commits
-------
d3c7d48 [CI][Puppeteer] Add timeout, use new headless mode, and disable sandbox3 files changed
+140
-137
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
0 commit comments