Changeset 262998 in webkit


Ignore:
Timestamp:
Jun 13, 2020, 1:43:28 AM (5 years ago)
Author:
Diego Pino Garcia
Message:

Unreviewed, fix configuration setting of WPE Debug (Tests JS) bot
https://bugs.webkit.org/show_bug.cgi?id=213164

The bot was meant to run as Debug.

  • BuildSlaveSupport/build.webkit.org-config/config.json:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json

    r262975 r262998  
    414414                    {
    415415                      "name": "WPE Linux 64-bit Debug (Tests JS)", "type": "TestJS", "builddir": "wpe-linux-64-debug-tests-js",
    416                       "platform": "wpe", "configuration": "release", "architectures": ["x86_64"],
     416                      "platform": "wpe", "configuration": "debug", "architectures": ["x86_64"],
    417417                      "slavenames": ["wpe-linux-bot-6"]
    418418                    }
  • trunk/Tools/ChangeLog

    r262991 r262998  
     12020-06-13  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        Unreviewed, fix configuration setting of WPE Debug (Tests JS) bot
     4        https://bugs.webkit.org/show_bug.cgi?id=213164
     5
     6        The bot was meant to run as Debug.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json:
     9
    1102020-06-12  Keith Miller  <keith_miller@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.