Changeset 250840 in webkit


Ignore:
Timestamp:
Oct 8, 2019 11:21:41 AM (5 years ago)
Author:
Matt Lewis
Message:

Fixing the triggerable templates in the config for catalina.
https://bugs.webkit.org/show_bug.cgi?id=202652

Reviewed by Jonathan Bedard.

  • 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

    r250794 r250840  
    424424                                       "WPE Linux 64-bit Release (Build)", "WPE Linux 64-bit Debug (Build)"]
    425425                    },
     426                    { "type": "PlatformSpecificScheduler", "platform": "mac-catalina", "branch": "trunk", "treeStableTimer": 45.0,
     427                      "builderNames": ["Apple Catalina Release (Build)", "Apple Catalina Debug (Build)"]
     428                    },
     429                    { "type": "Triggerable", "name": "catalina-release-tests-wk1",
     430                      "builderNames": ["Apple Catalina Release WK1 (Tests)"]
     431                    },
     432                    { "type": "Triggerable", "name": "catalina-release-tests-wk2",
     433                      "builderNames": ["Apple Catalina Release WK2 (Tests)"]
     434                    },
     435                    { "type": "Triggerable", "name": "catalina-debug-tests-wk1",
     436                      "builderNames": ["Apple Catalina Debug WK1 (Tests)"]
     437                    },
     438                    { "type": "Triggerable", "name": "catalina-debug-tests-wk2",
     439                      "builderNames": ["Apple Mojave Debug WK2 (Tests)"]
     440                    },
     441                    { "type": "Triggerable", "name": "catalina-leaks",
     442                      "builderNames": ["Apple Catalina (Leaks)"]
     443                    },
    426444                    { "type": "PlatformSpecificScheduler", "platform": "mac-mojave", "branch": "trunk", "treeStableTimer": 45.0,
    427445                      "builderNames": ["Apple Mojave Release (Build)", "Apple Mojave Debug (Build)"]
     
    438456                    { "type": "Triggerable", "name": "mojave-debug-tests-wk2",
    439457                      "builderNames": ["Apple Mojave Debug WK2 (Tests)"]
    440                     },
    441                     { "type": "Triggerable", "name": "mojave-leaks",
    442                       "builderNames": ["Apple Mojave (Leaks)"]
    443458                    },
    444459                    { "type": "PlatformSpecificScheduler", "platform": "mac-highsierra", "branch": "trunk", "treeStableTimer": 45.0,
  • trunk/Tools/ChangeLog

    r250816 r250840  
     12019-10-08  Matt Lewis  <jlewis3@apple.com>
     2
     3        Fixing the triggerable templates in the config for catalina.
     4        https://bugs.webkit.org/show_bug.cgi?id=202652
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json:
     9
    1102019-10-07  Ryosuke Niwa  <rniwa@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.