WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
278853
[build.webkit.org] [GTK] Switch GTK4 bot to GTK3
https://bugs.webkit.org/show_bug.cgi?id=278853
Summary
[build.webkit.org] [GTK] Switch GTK4 bot to GTK3
Diego Pino
Reported
2024-08-29 03:58:42 PDT
Right now, all GTK bots (EWS and post-commit bots) build and run tests using GTK3. There is also one bot that builds and runs tests using GTK4: [GTK-Linux-64-bit-Release-GTK4-Tests](
https://build.webkit.org/#/builders/9
). We would like to switch all bots to GTK4, since now the state of layout tests under GTK4 is in good shape. This change doesn't require modifying WebKit codebase, simply to change a setting inside the bots. As for the current post-commit GTK4 bot, we would like to switch it to GTK3. For this change, it's necessary to modify WebKit codebase.
Attachments
Add attachment
proposed patch, testcase, etc.
Diego Pino
Comment 1
2024-08-29 04:00:49 PDT
Pull request:
https://github.com/webkit/webkit/pull/32885
EWS
Comment 2
2024-09-02 06:04:07 PDT
Committed
283056@main
(736fca8d5714): <
https://commits.webkit.org/283056@main
> Reviewed commits have been landed. Closing PR #32885 and removing active labels.
Diego Pino
Comment 3
2024-09-12 04:16:17 PDT
https://build.webkit.org
has been rebooted and the change is now operative. However, it seems all tests in this bot are failing. The reason is the bot was configured with: ``` "additionalArguments": ["--cmakeargs=-DUSE_GTK4=OFF"] ``` Parameter 'additionalArguments' is passed not only in the build step, but in all test steps, causing the tests to fail since the argument is unknown to the scripts running tests. For instance:
https://build.webkit.org/#/builders/1157/builds/45/steps/21/logs/stdio
``` python3 Tools/Scripts/run-gtk-tests --release --cmakeargs=-DUSE_GTK4=OFF Usage: run-gtk-tests [options] [test...] run-gtk-tests: error: no such option: --cmakeargs ```
Diego Pino
Comment 4
2024-09-12 04:17:05 PDT
Re-opening for pull request
https://github.com/webkit/webkit/pull/33541
EWS
Comment 5
2024-09-12 04:24:55 PDT
Committed
283551@main
(43c5e3445282): <
https://commits.webkit.org/283551@main
> Reviewed commits have been landed. Closing PR #33541 and removing active labels.
Philippe Normand
Comment 6
2024-09-16 13:16:33 PDT
I think this broke WebKitGTK4 uploads for GNOME Web Canary purposes. We need a GTK4 (flatpak) bot that has a ArchiveBuiltProduct step...
Philippe Normand
Comment 7
2024-09-16 13:18:50 PDT
(In reply to Philippe Normand from
comment #6
)
> I think this broke WebKitGTK4 uploads for GNOME Web Canary purposes. > > We need a GTK4 (flatpak) bot that has a ArchiveBuiltProduct step...
and UploadBuiltProduct.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug