Make the choice of layout runtime setting

Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Martin Robinson 2023-06-28 10:07:08 +02:00
parent f11c6045e3
commit d31cdb682f
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
262 changed files with 1740 additions and 3700 deletions

View file

@ -15,17 +15,6 @@ jobs:
name: Linux
uses: ./.github/workflows/linux.yml
with:
layout: '2013'
wpt: 'sync'
unit-tests: false
linux-layout-2020:
# This job is only useful when run on upstream servo.
if: github.repository == 'servo/servo' || github.event_name == 'workflow_dispatch'
name: Linux (layout-2020)
uses: ./.github/workflows/linux.yml
with:
layout: '2020'
wpt: 'sync'
unit-tests: false
@ -36,7 +25,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- "linux"
- "linux-layout-2020"
steps:
- name: Checkout code
uses: actions/checkout@v3