⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244076 in webkit


Ignore:
Timestamp:
Apr 9, 2019, 8:43:00 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[JSCOnly] Add an i386 JSCOnly EWS that runs tests
https://bugs.webkit.org/show_bug.cgi?id=196690

Patch by Pablo Saavedra <Pablo Saavedra> on 2019-04-09
Reviewed by Michael Catanzaro.

  • QueueStatusServer/config/queues.py:
  • Scripts/webkitpy/common/config/ews.json:
  • Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:

(test_ews_name):

Location:
trunk/Tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r244075 r244076  
     12019-04-09  Pablo Saavedra  <psaavedra@igalia.com>
     2
     3        [JSCOnly] Add an i386 JSCOnly EWS that runs tests
     4        https://bugs.webkit.org/show_bug.cgi?id=196690
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * QueueStatusServer/config/queues.py:
     9        * Scripts/webkitpy/common/config/ews.json:
     10        * Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
     11        (test_ews_name):
     12
    1132019-04-09  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/Tools/QueueStatusServer/config/queues.py

    r242156 r244076  
    4141    "jsc-mips-ews",
    4242    "jsc-armv7-ews",
     43    "jsc-i386-ews",
    4344    "mac-ews",
    4445    "mac-wk2-ews",
  • trunk/Tools/Scripts/webkitpy/common/config/ews.json

    r242156 r244076  
    4949        "runTests": true
    5050    },
     51        "JSC i386 EWS": {
     52        "port": "jsc-only",
     53        "name": "jsc-i386-ews",
     54        "group": "jsc",
     55        "runTests": false
     56    },
    5157    "JSC MIPS32el EWS": {
    5258        "port": "jsc-only",
  • trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py

    r242156 r244076  
    213213            'ios-sim-ews',
    214214            'jsc-ews',
     215            'jsc-i386-ews',
    215216            'jsc-mips-ews',
    216217            'jsc-armv7-ews',
Note: See TracChangeset for help on using the changeset viewer.