зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1744828 [wpt PR 31941] - Exclude browser stability tests for exports from that specific browser #31898 (username update), a=testonly
Automatic update from web-platform-tests Exclude browser stability tests for exports from that specific browser #31898 (username update) (#31941) -- wpt-commits: e9f779ecb30f2c949896e06c18bab38ea1ddf675 wpt-pr: 31941
This commit is contained in:
Родитель
430dccf478
Коммит
64f417e033
|
@ -105,9 +105,9 @@ def filter_jobs(jobs, event):
|
|||
|
||||
# Exclude browser stability tests for exports from that specific browser.
|
||||
try:
|
||||
if event["sender"]["login"] == "chromium-wpt-export-bot":
|
||||
if event["pull_request"]["user"]["login"] == "chromium-wpt-export-bot":
|
||||
jobs.discard("wpt-chrome-dev-stability")
|
||||
if event["sender"]["login"] == "moz-wptsync-bot":
|
||||
if event["pull_request"]["user"]["login"] == "moz-wptsync-bot":
|
||||
jobs.discard("wpt-firefox-nightly-stability")
|
||||
except KeyError:
|
||||
# Just continue if the username cannot be pulled from the event.
|
||||
|
|
Загрузка…
Ссылка в новой задаче