Changeset 230925 in webkit


Ignore:
Timestamp:
Apr 23, 2018 2:41:42 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][WPE] Add Debug bots (build and tests) for WPE
https://bugs.webkit.org/show_bug.cgi?id=184887

Patch by Pablo Saavedra <Pablo Saavedra> on 2018-04-23
Reviewed by Carlos Alberto Lopez Perez.

Deployed 2 new bots for WPE Debug: wpe-linux-bot-3 and
wpe-linux-bot-4

Both bots have already the credentials ready to authenticated against
build.webkit.org. They provides the bots for the "debug" configuration over
the "WPE" platform and building for the "x86_64" architecture:
WPE Linux 64-bit Debug (Build) and WPE Linux 64-bit Debug (Tests) 

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

Legend:

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

    r230710 r230925  
    7979
    8080                    { "name": "wpe-linux-bot-1", "platform": "wpe" },
    81                     { "name": "wpe-linux-bot-2", "platform": "wpe" }
     81                    { "name": "wpe-linux-bot-2", "platform": "wpe" },
     82                    { "name": "wpe-linux-bot-3", "platform": "wpe" },
     83                    { "name": "wpe-linux-bot-4", "platform": "wpe" }
    8284                  ],
    8385
     
    337339                      "platform": "wpe", "configuration": "release", "architectures": ["x86_64"],
    338340                      "slavenames": ["wpe-linux-bot-2"]
     341                    },
     342                    {
     343                      "name": "WPE Linux 64-bit Debug (Build)", "type": "Build", "builddir": "wpe-linux-64-debug",
     344                      "platform": "wpe", "configuration": "debug", "architectures": ["x86_64"],
     345                      "triggers": ["wpe-linux-64-release-tests"],
     346                      "slavenames": ["wpe-linux-bot-3"]
     347                    },
     348                    {
     349                      "name": "WPE Linux 64-bit Debug (Tests)", "type": "Test", "builddir": "wpe-linux-64-debug-tests",
     350                      "platform": "wpe", "configuration": "debug", "architectures": ["x86_64"],
     351                      "slavenames": ["wpe-linux-bot-4"]
    339352                    }
    340353                  ],
     
    344357                                       "GTK Linux 64-bit Release Debian Stable (Build)", "GTK Linux 64-bit Release Ubuntu LTS (Build)",
    345358                                       "JSCOnly Linux AArch64 Release", "JSCOnly Linux ARMv7 Thumb2 Release", "JSCOnly Linux ARMv7 Traditional Release",
    346                                        "JSCOnly Linux MIPS32el Release", "WinCairo 64-Bit Release", "WinCairo 64-bit WKL Debug (Build)", "WPE Linux 64-bit Release (Build)"]
     359                                       "JSCOnly Linux MIPS32el Release", "WinCairo 64-Bit Release", "WinCairo 64-bit WKL Debug (Build)",
     360                                       "WPE Linux 64-bit Release (Build)", "WPE Linux 64-bit Debug (Build)"]
    347361                    },
    348362                    { "type": "PlatformSpecificScheduler", "platform": "mac-highsierra", "branch": "trunk", "treeStableTimer": 45.0,
     
    432446                    { "type": "Triggerable", "name": "wpe-linux-64-release-tests",
    433447                      "builderNames": ["WPE Linux 64-bit Release (Tests)"]
     448                    },
     449                    { "type": "Triggerable", "name": "wpe-linux-64-debug-tests",
     450                      "builderNames": ["WPE Linux 64-bit Debug (Tests)"]
    434451                    }
    435452                  ]
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py

    r228977 r230925  
    464464    'WPE Linux 64-bit Release (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'compile-webkit', 'archive-built-product', 'upload', 'transfer-to-s3', 'trigger'],
    465465    'WPE Linux 64-bit Release (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'download-built-product', 'extract-built-product', 'jscore-test', 'layout-test', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'builtins-generator-tests', 'dashboard-tests', 'archive-test-results', 'upload', 'MasterShellCommand', 'API tests'],
     466    'WPE Linux 64-bit Debug (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'compile-webkit', 'archive-built-product', 'upload', 'transfer-to-s3', 'trigger'],
     467    'WPE Linux 64-bit Debug (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'download-built-product', 'extract-built-product', 'jscore-test', 'layout-test', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'builtins-generator-tests', 'dashboard-tests', 'archive-test-results', 'upload', 'MasterShellCommand', 'API tests'],
    466468}
    467469
  • trunk/Tools/ChangeLog

    r230919 r230925  
     12018-04-23  Pablo Saavedra  <psaavedra@igalia.com>
     2
     3        [GTK][WPE] Add Debug bots (build and tests) for WPE
     4        https://bugs.webkit.org/show_bug.cgi?id=184887
     5
     6        Reviewed by Carlos Alberto Lopez Perez.
     7
     8        Deployed 2 new bots for WPE Debug: wpe-linux-bot-3 and
     9        wpe-linux-bot-4
     10
     11        Both bots have already the credentials ready to authenticated against
     12        build.webkit.org. They provides the bots for the "debug" configuration over
     13        the "WPE" platform and building for the "x86_64" architecture:
     14        WPE Linux 64-bit Debug (Build) and WPE Linux 64-bit Debug (Tests) 
     15
     16        * BuildSlaveSupport/build.webkit.org-config/config.json:
     17        * BuildSlaveSupport/build.webkit.org-config/steps_unittest.py:
     18
    1192018-04-23  Chris Dumez  <cdumez@apple.com>
    220
Note: See TracChangeset for help on using the changeset viewer.