mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
ci: Automatically cancel bootstrap step after 1 hour in wpt linux/mach (#38358)
Introduces a timeout for each WPT run chunk job, set to 1 hour, after which it will be automatically canceled. Testing: Fixes: #38348 --------- Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
This commit is contained in:
parent
c09e117bfe
commit
36f1a373e3
2 changed files with 2 additions and 0 deletions
1
.github/workflows/linux-wpt.yml
vendored
1
.github/workflows/linux-wpt.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: ./.github/actions/setup-python
|
uses: ./.github/actions/setup-python
|
||||||
- name: Bootstrap dependencies
|
- name: Bootstrap dependencies
|
||||||
|
timeout-minutes: 60
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -qy --no-install-recommends mesa-vulkan-drivers fonts-noto-cjk
|
sudo apt install -qy --no-install-recommends mesa-vulkan-drivers fonts-noto-cjk
|
||||||
|
|
1
.github/workflows/mac-wpt.yml
vendored
1
.github/workflows/mac-wpt.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: ./.github/actions/setup-python
|
uses: ./.github/actions/setup-python
|
||||||
- name: Prep test environment
|
- name: Prep test environment
|
||||||
|
timeout-minutes: 60
|
||||||
run: |
|
run: |
|
||||||
gtar -xzf target.tar.gz
|
gtar -xzf target.tar.gz
|
||||||
./mach bootstrap --skip-lints
|
./mach bootstrap --skip-lints
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue