Changeset 268455 in webkit


Ignore:
Timestamp:
Oct 14, 2020 6:54:18 AM (4 years ago)
Author:
aakash_jain@apple.com
Message:

Rename slave to bot for gtk-linux bot names
https://bugs.webkit.org/show_bug.cgi?id=217702

Reviewed by Carlos Alberto Lopez Perez.

  • 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

    r268429 r268455  
    7474                    { "name": "playstation-debug-build-01", "platform": "playstation" },
    7575
    76                     { "name": "gtk-linux-slave-1", "platform": "gtk" },
    77                     { "name": "gtk-linux-slave-2", "platform": "gtk" },
    78                     { "name": "gtk-linux-slave-3", "platform": "gtk" },
    79                     { "name": "gtk-linux-slave-5", "platform": "gtk" },
    80                     { "name": "gtk-linux-slave-6", "platform": "gtk" },
    81                     { "name": "gtk-linux-slave-7", "platform": "gtk" },
    82                     { "name": "gtk-linux-slave-8", "platform": "gtk" },
    83                     { "name": "gtk-linux-slave-9", "platform": "gtk" },
    84                     { "name": "gtk-linux-slave-10", "platform": "gtk" },
    85                     { "name": "gtk-linux-slave-11", "platform": "gtk" },
     76                    { "name": "gtk-linux-bot-1", "platform": "gtk" },
     77                    { "name": "gtk-linux-bot-2", "platform": "gtk" },
     78                    { "name": "gtk-linux-bot-3", "platform": "gtk" },
     79                    { "name": "gtk-linux-bot-5", "platform": "gtk" },
     80                    { "name": "gtk-linux-bot-6", "platform": "gtk" },
     81                    { "name": "gtk-linux-bot-7", "platform": "gtk" },
     82                    { "name": "gtk-linux-bot-8", "platform": "gtk" },
     83                    { "name": "gtk-linux-bot-9", "platform": "gtk" },
     84                    { "name": "gtk-linux-bot-10", "platform": "gtk" },
     85                    { "name": "gtk-linux-bot-11", "platform": "gtk" },
    8686                    { "name": "gtk-linux-bot-12", "platform": "gtk" },
    8787                    { "name": "gtk-linux-bot-13", "platform": "gtk" },
     
    296296                      "triggers": ["gtk-linux-64-release-tests", "gtk-linux-64-release-tests-js", "gtk-linux-64-release-tests-webdriver",
    297297                                   "gtk-linux-64-release-wayland-tests", "gtk-linux-64-release-perf-tests"],
    298                       "workernames": ["gtk-linux-slave-2"]
     298                      "workernames": ["gtk-linux-bot-2"]
    299299                    },
    300300                    {
    301301                      "name": "GTK-Linux-64-bit-Release-Tests", "factory": "TestAllButJSCFactory", "builddir": "gtk-linux-64-release-tests",
    302302                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
    303                       "workernames": ["gtk-linux-slave-6"]
     303                      "workernames": ["gtk-linux-bot-6"]
    304304                    },
    305305                    {
     
    317317                      "platform": "gtk", "configuration": "debug", "architectures": ["x86_64"],
    318318                      "triggers": ["gtk-linux-64-debug-tests", "gtk-linux-64-debug-tests-js", "gtk-linux-64-debug-tests-webdriver"],
    319                       "workernames": ["gtk-linux-slave-3"]
     319                      "workernames": ["gtk-linux-bot-3"]
    320320                    },
    321321                    {
    322322                      "name": "GTK-Linux-64-bit-Debug-Tests", "factory": "TestAllButJSCFactory", "builddir": "gtk-linux-64-debug-tests",
    323323                      "platform": "gtk", "configuration": "debug", "architectures": ["x86_64"],
    324                       "workernames": ["gtk-linux-slave-7"]
     324                      "workernames": ["gtk-linux-bot-7"]
    325325                    },
    326326                    {
     
    338338                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
    339339                      "additionalArguments": ["--display-server=xorg"],
    340                       "workernames": ["gtk-linux-slave-8"]
     340                      "workernames": ["gtk-linux-bot-8"]
    341341                    },
    342342                    {
     
    344344                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
    345345                      "additionalArguments": ["--display-server=wayland"],
    346                       "workernames": ["gtk-linux-slave-9"]
     346                      "workernames": ["gtk-linux-bot-9"]
    347347                    },
    348348                    {
     
    350350                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
    351351                      "additionalArguments": ["--no-experimental-features", "--no-media-source"],
    352                       "workernames": ["gtk-linux-slave-10"]
     352                      "workernames": ["gtk-linux-bot-10"]
    353353                    },
    354354                    {
     
    356356                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
    357357                      "additionalArguments": ["--no-experimental-features", "--no-media-source"],
    358                       "workernames": ["gtk-linux-slave-11"]
     358                      "workernames": ["gtk-linux-bot-11"]
    359359                    },
    360360                    {
  • trunk/Tools/ChangeLog

    r268453 r268455  
     12020-10-14  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Rename slave to bot for gtk-linux bot names
     4        https://bugs.webkit.org/show_bug.cgi?id=217702
     5
     6        Reviewed by Carlos Alberto Lopez Perez.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json:
     9
    1102020-10-14  Zan Dobersek  <zdobersek@igalia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.