servo/etc/ci
Martin Robinson e2cf3e8d1a Reorganize Servo's WPT Python scripts
This change moves all of Servo's WPT Python support scripts into one
directory as they were previously scattered throughout the directory
structure. This should allow more code reuse and make it easier to
understand how everything fits together.

The changes:

- `tests/wpt/update` → `python/wpt/importer`
- `etc/ci/upstream-wpt-changes/wptupstreamer` → `python/wpt/exporter`
- `etc/ci/upstream-wpt-changes/test.py` → `python/wpt/test.py`
- `etc/ci/upstream-wpt-changes/tests` → `python/wpt/tests`
- `tests/wpt/servowpt.py` →
    - `python/wpt/update.py`
    - `python/wpt/run.py`
- `tests/wpt/manifestupdate.py` → `python/wpt/manifestupdate.py`

This change also removes
 - The ability to run the `update-wpt` and `test-wpt` commands without
   using `mach`. These didn't work very well, because it was difficult
   to get all of the wptrunner and mach dependencies installed outside
   of the Python virtualenv. It's simpler if they are always run through
   `mach`.
- The old WPT change upstreaming script that was no longer used.
2023-04-20 12:24:55 +02:00
..
fontconfig Cargoify servo 2014-09-08 20:21:42 -06:00
performance Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
buildbot_steps.yml Move WPT Linux from Buildbot to Taskcluster 2019-11-19 18:37:29 +01:00
chaos_monkey_test.py Added /etc/ci/chaos_monkey_test.py. 2016-04-29 09:54:20 -05:00
check_dynamic_symbols.py Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
clean_build_artifacts.sh Generate per python version virtualenv 2019-12-09 19:31:45 +00:00
generate_workflow.py Add UWP builds to github actions. 2021-05-29 16:05:02 -04:00
lockfile_changed.sh Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
macos_package_smoketest.sh Verify the macOS package can load basic pages. 2020-07-21 13:12:03 -04:00
mutation_test.sh Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
report_aggregated_expected_results.py WPT agregated results also as github check 2023-04-03 09:13:04 +02:00
update-wpt-checkout Reorganize Servo's WPT Python scripts 2023-04-20 12:24:55 +02:00
wpt-scheduled-update.sh Import WPT tests every week instead of every day 2023-04-12 15:14:03 +02:00
xorg.conf Cargoify servo 2014-09-08 20:21:42 -06:00