Skip to content

Commit

Permalink
[ews] Add Windows port layout tests status-bubble to PRs
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=273986

Reviewed by Jonathan Bedard.

Added a new 'wincairo-tests' status bubble.

* Tools/CISupport/ews-app/ews/common/buildbot.py:
* Tools/CISupport/ews-app/ews/common/github.py:
* Tools/CISupport/ews-app/ews/views/statusbubble.py:

Canonical link: https://commits.webkit.org/278630@main
  • Loading branch information
fujii committed May 10, 2024
1 parent 686240c commit a16353a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Tools/CISupport/ews-app/ews/common/buildbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class Buildbot():
'gtk-wk2': 'gtk',
'api-wpe': 'wpe',
'wpe-wk2': 'wpe',
'wincairo-tests': 'wincairo',
'jsc-armv7-tests': 'jsc-armv7',
}

Expand Down
2 changes: 1 addition & 1 deletion Tools/CISupport/ews-app/ews/common/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class GitHubEWS(GitHub):
STATUS_BUBBLE_START = u'<!--EWS-Status-Bubble-Start-->'
STATUS_BUBBLE_END = u'<!--EWS-Status-Bubble-End-->'
STATUS_BUBBLE_ROWS = [['style', 'ios', 'mac', 'wpe', 'wincairo'], # FIXME: generate this list dynamically to have merge queue show up on top
['bindings', 'ios-sim', 'mac-AS-debug', 'wpe-wk2', ''],
['bindings', 'ios-sim', 'mac-AS-debug', 'wpe-wk2', 'wincairo-tests'],
['webkitperl', 'ios-wk2', 'api-mac', 'api-wpe', ''],
['webkitpy', 'ios-wk2-wpt', 'mac-wk1', 'wpe-cairo', ''],
['jsc', 'api-ios', 'mac-wk2', 'gtk', ''],
Expand Down
2 changes: 1 addition & 1 deletion Tools/CISupport/ews-app/ews/views/statusbubble.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class StatusBubble(View):
# These queue names are from shortname in https://trac.webkit.org/browser/webkit/trunk/Tools/CISupport/ews-build/config.json
# FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640
# Note: This list is sorted in the order of which bubbles appear in bugzilla.
ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-AS-debug', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wpe-cairo', 'wincairo',
ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-AS-debug', 'tv', 'tv-sim', 'watch', 'watch-sim', 'gtk', 'wpe', 'wpe-cairo', 'wincairo', 'wincairo-tests',
'ios-wk2', 'ios-wk2-wpt', 'mac-wk1', 'mac-wk2', 'mac-wk2-stress', 'mac-AS-debug-wk2', 'gtk-wk2', 'wpe-wk2', 'api-ios', 'api-mac',
'api-gtk', 'api-wpe', 'bindings', 'jsc', 'jsc-arm64', 'jsc-armv7', 'jsc-armv7-tests', 'webkitperl', 'webkitpy', 'services']

Expand Down

0 comments on commit a16353a

Please sign in to comment.