Bug 215623 - [GTK][WPE] Add bots for generating nightly bundle packages
Summary: [GTK][WPE] Add bots for generating nightly bundle packages
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-18 13:45 PDT by Carlos Alberto Lopez Perez
Modified: 2020-10-26 14:13 PDT (History)
6 users (show)

See Also:


Attachments
Patch (17.26 KB, patch)
2020-08-18 14:04 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff
Patch (17.23 KB, patch)
2020-08-19 19:14 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2020-08-18 13:45:08 PDT
We have currently 4 bots at https://build-webkit.igalia.com/waterfall running nightly (once per day) producing minibrowser bundle built-products (for consumption other CIs like WPT)

- GTK Linux 64-bit Release Packaging Nightly (Ubuntu 18.04)
- GTK Linux 64-bit Release Packaging Nightly (Ubuntu 20.04)
- WPE Linux 64-bit Release Packaging Nightly (Ubuntu 18.04)
- WPE Linux 64-bit Release Packaging Nightly (Ubuntu 20.04)

You can check the bundles they generate and upload at https://webkitgtk.org/built-products/x86_64 and https://wpewebkit.org/built-products/x86_64


At build.webkit.org we have currently the bot 'GTK Linux 64-bit Release (Build)' generating JSC bundles, we can move this step out from this bot to the new bot of GTK packaging.
Comment 1 Carlos Alberto Lopez Perez 2020-08-18 14:04:50 PDT
Created attachment 406807 [details]
Patch
Comment 2 Aakash Jain 2020-08-19 18:11:48 PDT
Comment on attachment 406807 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406807&action=review

> Tools/BuildSlaveSupport/build.webkit.org-config/config.json:362
> +                      "name": "GTK Linux 64-bit Release Packaging Nightly (Ubuntu 18.04)", "type": "BuildAndGenerateMiniBrowserBundle", "builddir": "gtk-linux-64-packaging-nigthly-ubuntu1804",

For any new queue, we are trying to have it follow the new buildbot naming style, which is not to have any space or symbol expect - (dash) and _ (underscore. http://docs.buildbot.net/0.9.8/manual/installation/nine-upgrade.html#identifiers

This would make it easier when we transition to new Buildbot.
Comment 3 Carlos Alberto Lopez Perez 2020-08-19 19:12:08 PDT
(In reply to Aakash Jain from comment #2)
> Comment on attachment 406807 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=406807&action=review
> 
> > Tools/BuildSlaveSupport/build.webkit.org-config/config.json:362
> > +                      "name": "GTK Linux 64-bit Release Packaging Nightly (Ubuntu 18.04)", "type": "BuildAndGenerateMiniBrowserBundle", "builddir": "gtk-linux-64-packaging-nigthly-ubuntu1804",
> 
> For any new queue, we are trying to have it follow the new buildbot naming
> style, which is not to have any space or symbol expect - (dash) and _
> (underscore.
> http://docs.buildbot.net/0.9.8/manual/installation/nine-upgrade.
> html#identifiers
> 
> This would make it easier when we transition to new Buildbot.

Interesting, didn't knew about this.

I will change the names accordingly
Comment 4 Carlos Alberto Lopez Perez 2020-08-19 19:14:29 PDT
Created attachment 406901 [details]
Patch
Comment 5 EWS 2020-08-26 17:10:10 PDT
Committed r266208: <https://trac.webkit.org/changeset/266208>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 406901 [details].
Comment 6 Radar WebKit Bug Importer 2020-08-26 17:13:35 PDT
<rdar://problem/67839007>
Comment 7 Aakash Jain 2020-08-27 03:57:24 PDT
Restarted buildbot to pick up this change. These queues are now live, e.g.: https://build.webkit.org/builders/GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu1804