Remove references to 2020 layout in try_parser.py (#36047)

* Remove references to 2020 layout in try_parser.py

Signed-off-by: MDCODE247 <ammedabubakard500@gmail.com>

* Removed all references to CHANGE

Signed-off-by: MDCODE247 <ammedabubakard500@gmail.com>

* Updated .yml workflow files

Signed-off-by: MDCODE247 <ammedabubakard500@gmail.com>

* update more references

Signed-off-by: MDCODE247 <ammedabubakard500@gmail.com>

* fixed right hand argument

Signed-off-by: MDCODE247 <ammedabubakard500@gmail.com>

* Fixing more references

Signed-off-by: MDCODE247 <ammedabubakard500@gmail.com>

* mach: remove unused import in try_parser.py

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

* ci: update reference to wpt_layout in try.yml

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

---------

Signed-off-by: MDCODE247 <ammedabubakard500@gmail.com>
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
MDCODE247 2025-03-25 12:19:48 +01:00 committed by GitHub
parent cee84c824f
commit 3b293f4949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 40 additions and 64 deletions

View file

@ -14,9 +14,9 @@ on:
required: false
default: false
type: boolean
wpt-layout:
wpt:
required: false
type: string
type: boolean
unit-tests:
required: false
default: false
@ -55,10 +55,9 @@ on:
default: false
required: false
type: boolean
wpt-layout:
wpt:
required: false
type: choice
options: ["none", "2020", "all"]
type: boolean
unit-tests:
required: false
default: false
@ -216,7 +215,7 @@ jobs:
path: target.tar.gz
wpt-2020:
if: ${{ inputs.wpt-layout == '2020' || inputs.wpt-layout == 'all' }}
if: ${{ inputs.wpt }}
name: Linux WPT
needs: ["build"]
uses: ./.github/workflows/linux-wpt.yml