[07:28:47] 10Gerrit, 07Upstream: Gerrit does not send email when a new patchset is created using the web interface - https://phabricator.wikimedia.org/T343471#11179724 (10hashar) a:03Paladox Thank you for having tracked it upstream! [09:03:35] (03CR) 10Hashar: [C:03+2] utils: add --[no]-selenium to zuul-mw-jobs-runner [integration/config] - 10https://gerrit.wikimedia.org/r/1187771 (https://phabricator.wikimedia.org/T389998) (owner: 10Hashar) [09:03:48] (03CR) 10Hashar: [C:03+2] utils: add projects filtering to zuul-mw-jobs-runner [integration/config] - 10https://gerrit.wikimedia.org/r/1187783 (https://phabricator.wikimedia.org/T389998) (owner: 10Hashar) [09:05:26] (03Merged) 10jenkins-bot: utils: add --[no]-selenium to zuul-mw-jobs-runner [integration/config] - 10https://gerrit.wikimedia.org/r/1187771 (https://phabricator.wikimedia.org/T389998) (owner: 10Hashar) [09:05:58] (03Merged) 10jenkins-bot: utils: add projects filtering to zuul-mw-jobs-runner [integration/config] - 10https://gerrit.wikimedia.org/r/1187783 (https://phabricator.wikimedia.org/T389998) (owner: 10Hashar) [09:20:07] !log integration: stopped and started "integration-agent-docker-1043 which has been disconnected from Jenkins since April 2nd [09:20:08] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [09:24:52] !log integration: added back to Jenkins integration-agent-docker-1043 [09:24:53] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [10:54:46] (03PS1) 10Hashar: utils: zuul-mw-jobs-runner link to jobs consoles [integration/config] - 10https://gerrit.wikimedia.org/r/1188303 [13:00:23] (03CR) 10Jforrester: [C:03+1] utils: zuul-mw-jobs-runner link to jobs consoles [integration/config] - 10https://gerrit.wikimedia.org/r/1188303 (owner: 10Hashar) [13:00:49] James_F: feel free to +2 that one :] [13:01:12] hashar: Does it need special deployment to contint, or will fab deploy_zuul work? [13:01:23] neither of them [13:01:29] (03CR) 10Jforrester: [C:03+2] utils: zuul-mw-jobs-runner link to jobs consoles [integration/config] - 10https://gerrit.wikimedia.org/r/1188303 (owner: 10Hashar) [13:01:33] Ack. [13:01:35] I ran it manually last week [13:01:44] from a private copy of integration/config [13:01:53] https://docs.google.com/spreadsheets/d/1JA1AsCxcDN76WQOhhpxsgiQgKxJNzyjw2Rsl4xnXsyE/edit?gid=0#gid=0 [13:01:58] is the outcome [13:02:15] it runs phpunit on CI with the extension dependencies NOT recursively processed [13:03:14] (03Merged) 10jenkins-bot: utils: zuul-mw-jobs-runner link to jobs consoles [integration/config] - 10https://gerrit.wikimedia.org/r/1188303 (owner: 10Hashar) [13:03:33] * James_F nods. [13:05:18] and I have found yet another one that is off by one [13:05:24] Joy. [13:05:27] which is that if a composer dependency does not work [13:05:32] composer merge plugin SILENTLY gives up [13:05:41] Oh dear. Really? [13:05:45] and keeps processing [13:05:47] Is there a flag we can pass? [13:05:55] Changing that sounds like a big breaking change. [13:06:06] and eventually later when running code (eg tests) you'd end up with a mysterious "function not found" [13:06:09] But having/adding a default-off flag to change that behaviour would be fine. [13:06:10] no idea [13:06:31] Good news, we own composer-merge-plugin: https://github.com/wikimedia/composer-merge-plugin [13:06:36] Bad news: No-one maintains it. [13:06:43] Worse news: Now you do. :-) [13:06:46] I have found that on BlueSpiceVisualEditorConnector which would fail with "Call to undefined function mwsInitComponents()" [13:06:56] MWStake? [13:07:03] that functions comes from `mwstake/mediawiki-componentloader:1.0.1` [13:07:19] but that works with php 8.1 [13:07:48] but since we have webauth/webauthn-lib somewhere in the dependency tree, it is not installed on php 8.2 and 8.3 [13:07:58] which in turns leads to the undefined function mwsInitComponents() [13:08:03] and that is all VERY confusing [13:08:17] hashar: BTW, can we merge https://gerrit.wikimedia.org/r/c/integration/config/+/1187112 please? The second run of composer-test when we're already running it on the current patch in another job, and everything else is merged code, is just a waste. [13:08:36] Wait, no, https://gerrit.wikimedia.org/r/c/integration/config/+/1187251 now. [13:08:37] I don't know [13:09:02] I am in the swamps of no more injecting extensions dependencies recursively [13:09:09] Ack. [13:09:20] and that series of patch has something with a wmf-quibble-core job which looks like a hack [13:09:31] it is probably fine if you ONLY rename [13:09:53] No. It's applying the existing "hack" to all repos. [13:10:08] Which we should have done from the start. [13:10:12] maybe [13:10:25] but I gave up analyzing whether it was not breaking /not running on something [13:10:27] OK, let's take an example. [13:10:32] Cite is in the gate [13:10:34] https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Cite/+/1188289 just merged. [13:11:05] https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81/35468/console ran, including composer test [13:11:13] https://integration.wikimedia.org/ci/job/wmf-quibble-vendor-mysql-php81/27739/console also ran, also including composer test. [13:11:26] This is a waste of CI CPU cycles. [13:11:41] With this change, the latter would not run a second copy of composer-test in the Cite repo. [13:12:42] Also, dear GitLab, you suck. "Commenting on files that are only moved or renamed is not supported". Sigh. [13:12:51] * hashar giggles [13:17:56] James_F: I think the issue is for mediawiki/core and ensuring it is indeed running composer test using Quibble [13:18:08] so that `composer test` is being passed the list of files changed in head [13:18:18] and I gave up on that cause I am busy with other things :/ [13:18:53] I am happy to drop my -1 on the patch I have extracted from your original series [13:18:58] and let you babysit it :] [13:40:16] 10Scap: scap remove-patch: support removing multiple patches - https://phabricator.wikimedia.org/T404593 (10Lucas_Werkmeister_WMDE) 03NEW [13:52:07] 10Release-Engineering-Team (Doing 😎), 07Essential-Work, 05Release, 05Train Deployments: 1.45.0-wmf.19 deployment blockers - https://phabricator.wikimedia.org/T396380#11180953 (10Jdforrester-WMF) [14:03:25] hashar: Ack. [14:03:34] hashar: Also, meeting? Or do you want to skip? [14:03:49] O/ [14:04:09] those days are wayy too short [14:04:17] Happy to skip if you're busy! [14:04:25] As long as you remove your C-1 on https://gerrit.wikimedia.org/r/c/integration/config/+/1187251 :-) [14:04:25] na it is perfect [14:12:10] 10Scap: scap remove-patch: support removing multiple patches - https://phabricator.wikimedia.org/T404593#11181006 (10Lucas_Werkmeister_WMDE) Well, I thought it would be straightforward based on looking at the code, but apparently I was looking at an outdated version of the code. The current version doesn’t actua... [14:31:11] (03CR) 10Hashar: [C:03+1] "I have clarified with James during our weekly 1/1 :] I got confused last weeks due to too many layers!" [integration/config] - 10https://gerrit.wikimedia.org/r/1187251 (owner: 10Hashar) [14:32:13] (03PS2) 10Jforrester: jjb: Ckip composer-test in extensions' wmf-quibble jobs, like we do for core [integration/config] - 10https://gerrit.wikimedia.org/r/1187251 (owner: 10Hashar) [14:32:39] (03PS3) 10Jforrester: jjb: Skip composer-test in extensions' wmf-quibble jobs, like we do for core [integration/config] - 10https://gerrit.wikimedia.org/r/1187251 (owner: 10Hashar) [14:32:39] Ckip bah [14:32:49] hmm [14:32:52] wikibugs: thanks [14:32:57] I love AI [14:33:06] :-) [14:33:10] (03CR) 10Hashar: [C:03+1] "🎉" [integration/config] - 10https://gerrit.wikimedia.org/r/1187251 (owner: 10Hashar) [14:35:40] Eurgh. CI needs gate-and-submit-prio. [14:37:00] integration/config? [14:37:17] The fork-bomb from C. Scott means CI hasn't run yet for the jjb change. [14:37:23] it is in its ownqueue [14:37:39] Because G&S jobs out-rank regular test ones. [14:37:41] and gate-and-submit is already high prio [14:37:46] I guess I could just C+2 to get faster priority. [14:37:51] yeah [14:37:54] (03CR) 10Jforrester: [C:03+2] jjb: Skip composer-test in extensions' wmf-quibble jobs, like we do for core [integration/config] - 10https://gerrit.wikimedia.org/r/1187251 (owner: 10Hashar) [14:41:34] (03Merged) 10jenkins-bot: jjb: Skip composer-test in extensions' wmf-quibble jobs, like we do for core [integration/config] - 10https://gerrit.wikimedia.org/r/1187251 (owner: 10Hashar) [14:43:08] (03PS1) 10Hashar: Zuul: CirrusSearch transitively depends on EventStreamConfig [integration/config] - 10https://gerrit.wikimedia.org/r/1188368 (https://phabricator.wikimedia.org/T389998) [14:44:32] (03PS3) 10Jforrester: jjb: Rename the wmf-quibble… jobs to quibble-with-gated-extensions… [integration/config] - 10https://gerrit.wikimedia.org/r/1187112 [14:44:32] (03PS2) 10Jforrester: Zuul: Use quibble-with-gated-extensions… jobs over wmf-quibble… [integration/config] - 10https://gerrit.wikimedia.org/r/1187113 [14:44:32] (03PS2) 10Jforrester: jjb: Drop old wmf-quibble- jobs, renamed [integration/config] - 10https://gerrit.wikimedia.org/r/1187114 [14:46:15] (03CR) 10Jforrester: jjb: Rename the wmf-quibble… jobs to quibble-with-gated-extensions… (031 comment) [integration/config] - 10https://gerrit.wikimedia.org/r/1187112 (owner: 10Jforrester) [14:46:18] (03CR) 10Jforrester: [C:03+2] jjb: Rename the wmf-quibble… jobs to quibble-with-gated-extensions… [integration/config] - 10https://gerrit.wikimedia.org/r/1187112 (owner: 10Jforrester) [14:46:31] (03CR) 10Jforrester: [C:03+2] Zuul: Use quibble-with-gated-extensions… jobs over wmf-quibble… [integration/config] - 10https://gerrit.wikimedia.org/r/1187113 (owner: 10Jforrester) [14:49:16] (03Merged) 10jenkins-bot: jjb: Rename the wmf-quibble… jobs to quibble-with-gated-extensions… [integration/config] - 10https://gerrit.wikimedia.org/r/1187112 (owner: 10Jforrester) [14:49:19] (03Merged) 10jenkins-bot: Zuul: Use quibble-with-gated-extensions… jobs over wmf-quibble… [integration/config] - 10https://gerrit.wikimedia.org/r/1187113 (owner: 10Jforrester) [14:54:25] !log Zuul: Use quibble-with-gated-extensions… jobs over wmf-quibble… [14:54:27] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [14:54:45] I tried to wait for g&s to be clear, but the CU team keep C+2ing patches. [15:03:42] I made it easier to create a change in Gerrits UI: https://gerrit-review.googlesource.com/c/gerrit/+/509442 (it's now more obvious to users and requires less button pressing) [15:22:21] (03CR) 10Jforrester: [C:03+2] jjb: Drop old wmf-quibble- jobs, renamed [integration/config] - 10https://gerrit.wikimedia.org/r/1187114 (owner: 10Jforrester) [15:24:03] (03Merged) 10jenkins-bot: jjb: Drop old wmf-quibble- jobs, renamed [integration/config] - 10https://gerrit.wikimedia.org/r/1187114 (owner: 10Jforrester) [15:30:10] (03PS1) 10Jforrester: jjb: Rename mwgate… jobs to mediawiki… [integration/config] - 10https://gerrit.wikimedia.org/r/1188382 [15:30:10] (03PS1) 10Jforrester: Zuul: Rename mwgate–… jobs to mediawiki-… [integration/config] - 10https://gerrit.wikimedia.org/r/1188383 [15:30:10] (03PS1) 10Jforrester: jjb: Drop mwgate… jobs, now unused [integration/config] - 10https://gerrit.wikimedia.org/r/1188384 [15:30:13] 10GitLab (CI & Job Runners), 06Release-Engineering-Team, 07Essential-Work: buildkit v0.24.0 released - https://phabricator.wikimedia.org/T403625#11181320 (10dancy) 05Open→03Stalled [15:32:43] (03CR) 10Jforrester: [C:03+2] Zuul: Add Tejashxv to CI allowlist [integration/config] - 10https://gerrit.wikimedia.org/r/1187981 (owner: 10Pppery) [15:34:14] (03Merged) 10jenkins-bot: Zuul: Add Tejashxv to CI allowlist [integration/config] - 10https://gerrit.wikimedia.org/r/1187981 (owner: 10Pppery) [15:42:11] 10Phabricator maintenance bot: Maintenance bot creates duplicates for new wiki tasks - https://phabricator.wikimedia.org/T286740#11181402 (10Pppery) 05Open→03Resolved a:03taavi [15:42:59] (03PS1) 10Jforrester: jjb: Move api-testing tool CI job out [integration/config] - 10https://gerrit.wikimedia.org/r/1188387 [15:42:59] (03PS1) 10Jforrester: [WIP] jjb: Rename the thicket of mediawiki-quibble… jobs to make sense [integration/config] - 10https://gerrit.wikimedia.org/r/1188388 [15:43:06] !log Zuul: Add Tejashxv to CI allowlist [15:43:07] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [15:43:36] (03PS2) 10Hashar: Zuul: CirrusSearch transitively depends on EventStreamConfig [integration/config] - 10https://gerrit.wikimedia.org/r/1188368 (https://phabricator.wikimedia.org/T389998) [15:44:04] (03CR) 10Jforrester: [C:03+1] Zuul: CirrusSearch transitively depends on EventStreamConfig [integration/config] - 10https://gerrit.wikimedia.org/r/1188368 (https://phabricator.wikimedia.org/T389998) (owner: 10Hashar) [15:44:42] (03CR) 10CI reject: [V:04-1] jjb: Move api-testing tool CI job out [integration/config] - 10https://gerrit.wikimedia.org/r/1188387 (owner: 10Jforrester) [15:44:42] (03CR) 10CI reject: [V:04-1] [WIP] jjb: Rename the thicket of mediawiki-quibble… jobs to make sense [integration/config] - 10https://gerrit.wikimedia.org/r/1188388 (owner: 10Jforrester) [15:45:44] (03PS2) 10Jforrester: jjb: Rename mwgate… jobs to mediawiki… [integration/config] - 10https://gerrit.wikimedia.org/r/1188382 [15:45:44] (03PS2) 10Jforrester: Zuul: Rename mwgate–… jobs to mediawiki-… [integration/config] - 10https://gerrit.wikimedia.org/r/1188383 [15:45:45] (03PS2) 10Jforrester: jjb: Drop mwgate… jobs, now unused [integration/config] - 10https://gerrit.wikimedia.org/r/1188384 [15:45:46] (03PS2) 10Jforrester: jjb: Move api-testing tool CI job down [integration/config] - 10https://gerrit.wikimedia.org/r/1188387 [15:45:47] (03PS2) 10Jforrester: [WIP] jjb: Rename the thicket of mediawiki-quibble… jobs to make sense [integration/config] - 10https://gerrit.wikimedia.org/r/1188388 [16:03:17] (03PS3) 10Jforrester: [WIP] jjb: Rename the thicket of mediawiki-quibble… jobs to make sense [integration/config] - 10https://gerrit.wikimedia.org/r/1188388 [16:03:17] (03PS1) 10Jforrester: Zuul: Adjust Quibble mediawiki mutex to explicitly apply to extensions/skins [integration/config] - 10https://gerrit.wikimedia.org/r/1188391 [16:03:18] (03PS1) 10Jforrester: Zuul: Switch confusing mediawiki-quibble… jobs to clearer names [integration/config] - 10https://gerrit.wikimedia.org/r/1188392 [16:03:18] (03PS1) 10Jforrester: jjb: Drop mediawiki-quibble… jobs, now renamed [integration/config] - 10https://gerrit.wikimedia.org/r/1188393 [16:03:22] (03PS1) 10Jforrester: jjb: Move quibble-apitests-only-… up to the rest [integration/config] - 10https://gerrit.wikimedia.org/r/1188394 [16:04:59] (03CR) 10CI reject: [V:04-1] Zuul: Adjust Quibble mediawiki mutex to explicitly apply to extensions/skins [integration/config] - 10https://gerrit.wikimedia.org/r/1188391 (owner: 10Jforrester) [16:05:08] (03CR) 10CI reject: [V:04-1] [WIP] jjb: Rename the thicket of mediawiki-quibble… jobs to make sense [integration/config] - 10https://gerrit.wikimedia.org/r/1188388 (owner: 10Jforrester) [16:05:28] (03CR) 10CI reject: [V:04-1] Zuul: Switch confusing mediawiki-quibble… jobs to clearer names [integration/config] - 10https://gerrit.wikimedia.org/r/1188392 (owner: 10Jforrester) [16:05:28] (03CR) 10CI reject: [V:04-1] jjb: Drop mediawiki-quibble… jobs, now renamed [integration/config] - 10https://gerrit.wikimedia.org/r/1188393 (owner: 10Jforrester) [16:05:31] (03CR) 10CI reject: [V:04-1] jjb: Move quibble-apitests-only-… up to the rest [integration/config] - 10https://gerrit.wikimedia.org/r/1188394 (owner: 10Jforrester) [16:26:15] (03CR) 10Jforrester: [C:03+2] jjb: Rename mwgate… jobs to mediawiki… [integration/config] - 10https://gerrit.wikimedia.org/r/1188382 (owner: 10Jforrester) [16:26:52] (03CR) 10Jforrester: [C:03+2] Zuul: Rename mwgate–… jobs to mediawiki-… [integration/config] - 10https://gerrit.wikimedia.org/r/1188383 (owner: 10Jforrester) [16:27:38] (03Merged) 10jenkins-bot: jjb: Rename mwgate… jobs to mediawiki… [integration/config] - 10https://gerrit.wikimedia.org/r/1188382 (owner: 10Jforrester) [16:28:16] (03Merged) 10jenkins-bot: Zuul: Rename mwgate–… jobs to mediawiki-… [integration/config] - 10https://gerrit.wikimedia.org/r/1188383 (owner: 10Jforrester) [16:28:27] !log Zuul: Rename mwgate–… jobs to mediawiki-… [16:28:28] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [16:28:57] (03CR) 10Jforrester: [C:03+2] jjb: Drop mwgate… jobs, now unused [integration/config] - 10https://gerrit.wikimedia.org/r/1188384 (owner: 10Jforrester) [16:29:01] (03CR) 10Jforrester: [C:03+2] jjb: Move api-testing tool CI job down [integration/config] - 10https://gerrit.wikimedia.org/r/1188387 (owner: 10Jforrester) [16:30:36] (03Merged) 10jenkins-bot: jjb: Drop mwgate… jobs, now unused [integration/config] - 10https://gerrit.wikimedia.org/r/1188384 (owner: 10Jforrester) [16:30:37] (03Merged) 10jenkins-bot: jjb: Move api-testing tool CI job down [integration/config] - 10https://gerrit.wikimedia.org/r/1188387 (owner: 10Jforrester) [16:31:48] (03PS2) 10Jforrester: Zuul: Adjust Quibble mediawiki mutex to explicitly apply to extensions/skins [integration/config] - 10https://gerrit.wikimedia.org/r/1188391 [16:34:31] (03CR) 10Jforrester: "@hashar, what do you think? The mediawiki-node20 job does this already, but I thought we should be explicit?" [integration/config] - 10https://gerrit.wikimedia.org/r/1188391 (owner: 10Jforrester) [16:42:34] (03PS4) 10Jforrester: jjb: Rename the thicket of mediawiki-quibble… jobs to make sense [integration/config] - 10https://gerrit.wikimedia.org/r/1188388 [16:42:34] (03PS2) 10Jforrester: Zuul: Switch confusing mediawiki-quibble… jobs to clearer names [integration/config] - 10https://gerrit.wikimedia.org/r/1188392 [16:42:34] (03PS2) 10Jforrester: jjb: Drop mediawiki-quibble… jobs, now renamed [integration/config] - 10https://gerrit.wikimedia.org/r/1188393 [17:18:37] 10GitLab, 06Release-Engineering-Team: GitLab Private Repository Request for: 2025 traffic trend synthesis investigation - https://phabricator.wikimedia.org/T404533#11181973 (10brennen) 05Open→03Resolved a:03brennen Marked this private, assuming it's for high-level data and nothing remotely at the lev... [17:45:14] I have managed to fix a QUnit issue \o/ [17:45:25] Nice work! [17:46:57] https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1188405 [17:47:04] a mere few lines [17:47:20] but it took me a good 3+ hours :/ [17:48:00] to be fair, I had to setup a whole MediaWiki, learn about "composer run serve", resetup MediaWiki, discvoer ResourceLoader ?debug=1 does not work (it is either debug=true or debug=2) [17:48:00] etc [17:49:05] but that patch would fix ~ 12% of the batch of jobs I ran this morning. So that makes me happy [17:49:21] https://docs.google.com/spreadsheets/d/1JA1AsCxcDN76WQOhhpxsgiQgKxJNzyjw2Rsl4xnXsyE/edit?gid=0#gid=0 [19:04:40] (03CR) 10OSleger: [C:03+2] "LGTM, and it works :) Just a note to the future, there is possibility that other fonts will be required for other wikis. I will look at th" [integration/visualdiff] - 10https://gerrit.wikimedia.org/r/1187860 (owner: 10Subramanya Sastry) [19:09:23] (03Merged) 10jenkins-bot: Update vm-init script to install fonts-indic [integration/visualdiff] - 10https://gerrit.wikimedia.org/r/1187860 (owner: 10Subramanya Sastry) [19:23:11] Project beta-update-databases-eqiad build #87692: 04FAILURE in 3 min 10 sec: https://integration.wikimedia.org/ci/job/beta-update-databases-eqiad/87692/ [19:38:03] (03open) 10dancy: kubernetes.py: Define DepConfig and use it [repos/releng/scap] - 10https://gitlab.wikimedia.org/repos/releng/scap/-/merge_requests/1000 [19:38:08] (03update) 10dancy: kubernetes.py: Define DepConfig and use it [repos/releng/scap] - 10https://gitlab.wikimedia.org/repos/releng/scap/-/merge_requests/1000 [19:39:15] (03update) 10dancy: kubernetes.py: Define DepConfig and use it [repos/releng/scap] - 10https://gitlab.wikimedia.org/repos/releng/scap/-/merge_requests/1000 [19:39:20] (03update) 10dancy: kubernetes.py: Define DepConfig and use it [repos/releng/scap] - 10https://gitlab.wikimedia.org/repos/releng/scap/-/merge_requests/1000 [19:43:11] (03update) 10dancy: kubernetes.py: Define DepConfig and use it [repos/releng/scap] - 10https://gitlab.wikimedia.org/repos/releng/scap/-/merge_requests/1000 [19:43:27] (03update) 10dancy: kubernetes.py: Define DepConfig and use it [repos/releng/scap] - 10https://gitlab.wikimedia.org/repos/releng/scap/-/merge_requests/1000 [20:24:19] Yippee, build fixed! [20:24:20] Project beta-update-databases-eqiad build #87693: 09FIXED in 4 min 19 sec: https://integration.wikimedia.org/ci/job/beta-update-databases-eqiad/87693/ [21:12:36] 10GitLab, 06Release-Engineering-Team: GitLab Private Repository Request for: 2025 traffic trend synthesis investigation - https://phabricator.wikimedia.org/T404533#11182837 (10nshahquinn-wmf) [21:23:46] 10GitLab, 06Release-Engineering-Team: GitLab Private Repository Request for: 2025 traffic trend synthesis investigation - https://phabricator.wikimedia.org/T404533#11182878 (10nshahquinn-wmf) [22:14:38] (03PS2) 10Reedy: zuul: Setup CI for ImageFilter extension [integration/config] - 10https://gerrit.wikimedia.org/r/1188466 [22:16:49] (03CR) 10Reedy: [C:03+2] zuul: Setup CI for ImageFilter extension [integration/config] - 10https://gerrit.wikimedia.org/r/1188466 (owner: 10Reedy) [22:18:22] (03Merged) 10jenkins-bot: zuul: Setup CI for ImageFilter extension [integration/config] - 10https://gerrit.wikimedia.org/r/1188466 (owner: 10Reedy) [22:19:43] !log Reloading Zuul to deploy https://gerrit.wikimedia.org/r/1188466 [22:19:44] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [23:55:09] 10Release-Engineering-Team (Doing 😎), 07Essential-Work, 05Release, 05Train Deployments: 1.45.0-wmf.19 deployment blockers - https://phabricator.wikimedia.org/T396380#11183305 (10SecurityPatchBot)