Changeset 232135 in webkit


Ignore:
Timestamp:
May 23, 2018 4:41:43 PM (6 years ago)
Author:
aakash_jain@apple.com
Message:

Add Buildbot configuration for Opensource EWS
https://bugs.webkit.org/show_bug.cgi?id=185484

Rubber-stamped by Alexey Proskuryakov.

  • BuildSlaveSupport/ews-build/config.json: Added, config file.
  • BuildSlaveSupport/ews-build/factories.py: Added, basic template for factories.
  • BuildSlaveSupport/ews-build/loadConfig.py: Added.

(loadBuilderConfig): Loads the configuration.
(checkValidWorker): Checks if the worker is valid.
(checkValidBuilder): Checks if the builder is valid.
(checkWorkersAndBuildersForConsistency): Check if workers and builders are consistent.
(checkWorkersAndBuildersForConsistency._find_worker_with_name):
(getBlackListedTags): Returns a list of keywords which should not be listed as tags.
(getValidTags): Returns a list of valid tags.
(getTagsForBuilder): Return a list of tags for given builder.

  • BuildSlaveSupport/ews-build/loadConfig_unittest.py: unit-tests for loadConfig.py.
  • BuildSlaveSupport/ews-build/master.cfg: Configuration for buildbot.
Location:
trunk/Tools
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r232118 r232135  
     12018-05-23  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Add Buildbot configuration for Opensource EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=185484
     5
     6        Rubber-stamped by Alexey Proskuryakov.
     7
     8        * BuildSlaveSupport/ews-build/config.json: Added, config file.
     9        * BuildSlaveSupport/ews-build/factories.py: Added, basic template for factories.
     10        * BuildSlaveSupport/ews-build/loadConfig.py: Added.
     11        (loadBuilderConfig): Loads the configuration.
     12        (checkValidWorker): Checks if the worker is valid.
     13        (checkValidBuilder): Checks if the builder is valid.
     14        (checkWorkersAndBuildersForConsistency): Check if workers and builders are consistent.
     15        (checkWorkersAndBuildersForConsistency._find_worker_with_name):
     16        (getBlackListedTags): Returns a list of keywords which should not be listed as tags.
     17        (getValidTags): Returns a list of valid tags.
     18        (getTagsForBuilder): Return a list of tags for given builder.
     19        * BuildSlaveSupport/ews-build/loadConfig_unittest.py: unit-tests for loadConfig.py.
     20        * BuildSlaveSupport/ews-build/master.cfg: Configuration for buildbot.
     21
    1222018-05-23  Michael Catanzaro  <mcatanzaro@igalia.com>
    223
Note: See TracChangeset for help on using the changeset viewer.