⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280717 in webkit


Ignore:
Timestamp:
Aug 5, 2021, 7:39:49 PM (5 years ago)
Author:
Diego Pino Garcia
Message:

[buildbot] Add new post-commit bot to build WPE on Ubuntu-LTS
https://bugs.webkit.org/show_bug.cgi?id=228535

Reviewed by Alexey Proskuryakov.

Currently we only had a bot to build WebKitGTK on Ubuntu LTS. This is
not enough to detect build regressions in WPE.

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

Legend:

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

    r279844 r280717  
    130130                    { "name": "wpe-linux-bot-7", "platform": "wpe" },
    131131                    { "name": "wpe-linux-bot-8", "platform": "wpe" },
    132                     { "name": "wpe-linux-bot-9", "platform": "wpe" }
     132                    { "name": "wpe-linux-bot-9", "platform": "wpe" },
     133                    { "name": "wpe-linux-bot-10", "platform": "wpe" }
    133134                  ],
    134135
     
    552553                      "additionalArguments": ["--cmakeargs=-DENABLE_UNIFIED_BUILDS=OFF"],
    553554                      "workernames": ["wpe-linux-bot-9"]
     555                    },
     556                    {
     557                      "name": "WPE-Linux-64-bit-Release-Ubuntu-LTS-Build", "factory": "BuildFactory", "builddir": "wpe-linux-64-release-ubuntu",
     558                      "platform": "wpe", "configuration": "release", "architectures": ["x86_64"],
     559                      "additionalArguments": ["--no-experimental-features"],
     560                      "workernames": ["wpe-linux-bot-10"]
    554561                    }
    555562                  ],
     
    557564    "schedulers": [ { "type": "AnyBranchScheduler", "name": "trunk", "change_filter": "trunk_filter", "treeStableTimer": 45.0,
    558565                      "builderNames": ["GTK-Linux-64-bit-Release-Build", "GTK-Linux-64-bit-Debug-Build",
    559                                        "GTK-Linux-64-bit-Release-Debian-Stable-Build", "GTK-Linux-64-bit-Release-Ubuntu-LTS-Build",
     566                                       "GTK-Linux-64-bit-Release-Debian-Stable-Build",
     567                                       "GTK-Linux-64-bit-Release-Ubuntu-LTS-Build",
     568                                       "WPE-Linux-64-bit-Release-Ubuntu-LTS-Build",
    560569                                       "JSCOnly-Linux-AArch64-Release",
    561570                                       "JSCOnly-Linux-ARMv7-Thumb2-Release", "JSCOnly-Linux-ARMv7-Thumb2-SoftFP-Release",
  • trunk/Tools/ChangeLog

    r280713 r280717  
     12021-08-05  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        [buildbot] Add new post-commit bot to build WPE on Ubuntu-LTS
     4        https://bugs.webkit.org/show_bug.cgi?id=228535
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Currently we only had a bot to build WebKitGTK on Ubuntu LTS. This is
     9        not enough to detect build regressions in WPE.
     10
     11        * CISupport/build-webkit-org/config.json:
     12
    1132021-08-05  Kate Cheney  <katherine_cheney@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.