Skip to content

Commit

Permalink
[ews-build.webkit.org] Add jsc-armv7 to Linux checks
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271647
rdar://125354332

Reviewed by Ryan Haddad.

* Tools/CISupport/ews-build/steps.py:
(CheckStatusOfPR):

Canonical link: https://commits.webkit.org/276655@main
  • Loading branch information
JonWBedard committed Mar 25, 2024
1 parent f5b95a2 commit 926a356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CISupport/ews-build/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,7 @@ class CheckStatusOfPR(buildstep.BuildStep, GitHubMixin, AddToLogMixin):
haltOnFailure = False
EMBEDDED_CHECKS = ['ios', 'ios-sim', 'ios-wk2', 'ios-wk2-wpt', 'api-ios', 'tv', 'tv-sim', 'watch', 'watch-sim']
MACOS_CHECKS = ['mac', 'mac-AS-debug', 'api-mac', 'mac-wk1', 'mac-wk2', 'mac-AS-debug-wk2', 'mac-wk2-stress']
LINUX_CHECKS = ['gtk', 'gtk-wk2', 'api-gtk', 'wpe', 'wpe-skia', 'wpe-wk2', 'api-wpe']
LINUX_CHECKS = ['gtk', 'gtk-wk2', 'api-gtk', 'wpe', 'wpe-skia', 'wpe-wk2', 'api-wpe', 'jsc-armv7', 'jsc-armv7-tests']
WINDOWS_CHECKS = ['wincairo']
EWS_WEBKIT_FAILED = 0
EWS_WEBKIT_PASSED = 1
Expand Down

0 comments on commit 926a356

Please sign in to comment.