mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
ci: Use Servo's wpt
repository for WPT export (#33224)
This switches the WPT export script to use Servo's fork the `wpt` upstream repository. The reasoning is that Servo developers's can fix issues with branches there. This isn't possible because no one has permissions to the servo-wpt-sync fork of the repository. I have given `servo-wpt-sync` write persmissions to `servo/wpt`. This also updates the tests a bit to reflect the new default repository. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
bb5547a5d0
commit
b29b614775
2 changed files with 31 additions and 31 deletions
|
@ -27,7 +27,7 @@ def main() -> int:
|
|||
success = WPTSync(
|
||||
servo_repo='servo/servo',
|
||||
wpt_repo='web-platform-tests/wpt',
|
||||
downstream_wpt_repo='servo-wpt-sync/web-platform-tests',
|
||||
downstream_wpt_repo='servo/wpt',
|
||||
servo_path='./servo',
|
||||
wpt_path='./wpt',
|
||||
github_api_token=os.environ['WPT_SYNC_TOKEN'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue