mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: use ubuntu 22.04 on linux runners (#30162)
* ci: use ubuntu 22.04 on linux runners Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Add env fix * update expectations for tests under ubuntu-22.04 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
a53271d31e
commit
b268936308
5 changed files with 10 additions and 11 deletions
2
.github/workflows/linux-wpt.yml
vendored
2
.github/workflows/linux-wpt.yml
vendored
|
@ -21,7 +21,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
linux-wpt:
|
linux-wpt:
|
||||||
name: WPT ${{ inputs.layout }}
|
name: WPT ${{ inputs.layout }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
max_chunk_id: 20
|
max_chunk_id: 20
|
||||||
strategy:
|
strategy:
|
||||||
|
|
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -62,7 +62,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Linux Build
|
name: Linux Build
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: github.event_name != 'issue_comment' && github.event_name != 'pull_request_target'
|
if: github.event_name != 'issue_comment' && github.event_name != 'pull_request_target'
|
||||||
|
@ -81,6 +81,8 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
- name: Set LIBCLANG_PATH env # needed for bindgen in mozangle
|
||||||
|
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
|
||||||
- name: Install taplo
|
- name: Install taplo
|
||||||
uses: baptiste0928/cargo-install@v2
|
uses: baptiste0928/cargo-install@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[infinite-size-crash.html]
|
||||||
|
expected: CRASH
|
|
@ -1,4 +1,2 @@
|
||||||
[inline_block_baseline_a.html]
|
[inline_block_baseline_a.html]
|
||||||
expected:
|
expected: [PASS, FAIL]
|
||||||
if os == "linux": FAIL
|
|
||||||
fuzzy: /_mozilla/css/inline_block_baseline_ref.html:49;2097
|
|
||||||
|
|
|
@ -39,8 +39,7 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[WebGL test #10: [unexpected link status\] shaders with one more than the maximum number of varyings of vec2 should fail]
|
[WebGL test #10: [unexpected link status\] shaders with one more than the maximum number of varyings of vec2 should fail]
|
||||||
expected:
|
expected: FAIL
|
||||||
if os == "mac": FAIL
|
|
||||||
|
|
||||||
[WebGL test #38: [unexpected link status\] shaders with varying array of mat4 with one more than the maximum number of elements accessing last element should fail]
|
[WebGL test #38: [unexpected link status\] shaders with varying array of mat4 with one more than the maximum number of elements accessing last element should fail]
|
||||||
expected:
|
expected:
|
||||||
|
@ -55,12 +54,10 @@
|
||||||
if os == "mac": FAIL
|
if os == "mac": FAIL
|
||||||
|
|
||||||
[WebGL test #22: [unexpected link status\] shaders with one more than the maximum number of varyings of vec4 should fail]
|
[WebGL test #22: [unexpected link status\] shaders with one more than the maximum number of varyings of vec4 should fail]
|
||||||
expected:
|
expected: FAIL
|
||||||
if os == "mac": FAIL
|
|
||||||
|
|
||||||
[WebGL test #4: [unexpected link status\] shaders with one more than the maximum number of varyings of float should fail]
|
[WebGL test #4: [unexpected link status\] shaders with one more than the maximum number of varyings of float should fail]
|
||||||
expected:
|
expected: FAIL
|
||||||
if os == "mac": FAIL
|
|
||||||
|
|
||||||
[WebGL test #39: [unexpected link status\] shaders with varying array of mat4 with one more than the maximum number of elements accessing first element should fail]
|
[WebGL test #39: [unexpected link status\] shaders with varying array of mat4 with one more than the maximum number of elements accessing first element should fail]
|
||||||
expected:
|
expected:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue