-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-infraOwned by Infrastructure teamOwned by Infrastructure team
Description
With the monorepo "Linux Web Framework tests" is no longer needed because all framework tests will run immediately on every engine change. In fact, none of this would even work in the monorepo, because most of the code deals with cloning the right revisions of the engine and the framework, and redirecting the CLI tool to a local engine build, all of which is bogus when you have everything in one repo. Filing this issue to remove it from all the places.
The tasks must be completed in the exact order as listed below (to not break the CI):
- Delete the "Linux Web Framework tests" builder from .ci.yaml.
- Do the same in flutter/flaux.
- Delete the recipe web_engine_framework.py.
- Delete clone_flutter.sh.
- Delete configure_framework_commit.sh.
matanlurey
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-infraOwned by Infrastructure teamOwned by Infrastructure team