[00:53:59] 10Phabricator, 10Developer Productivity, 10MediaWiki-Releasing (Workflow Improvements): Make it easier to track tasks which are stalled pending a MediaWiki release - https://phabricator.wikimedia.org/T290960 (10Legoktm) Personally I think this is a self-invented problem, tasks only need to stay stalled becau... [01:08:37] (03PS2) 10Jeena Huneidi: WIP build mediawiki image in train-dev [tools/train-dev] - 10https://gerrit.wikimedia.org/r/716060 [02:13:44] 10MediaWiki-Releasing, 10MW-1.37-notes, 10MW-1.37-release: Release MW 1.37.0 - https://phabricator.wikimedia.org/T289585 (10Jdforrester-WMF) [02:17:11] 10Phabricator, 10Developer Productivity, 10MediaWiki-Releasing (Workflow Improvements): Make it easier to track tasks which are stalled pending a MediaWiki release - https://phabricator.wikimedia.org/T290960 (10Jdforrester-WMF) >>! In T290960#7357539, @Legoktm wrote: > Personally I think this is a self-inven... [05:53:47] 10Phabricator, 10Developer Productivity, 10MediaWiki-Releasing (Workflow Improvements): Make it easier to track tasks which are stalled pending a MediaWiki release - https://phabricator.wikimedia.org/T290960 (10Majavah) >>! In T290960#7357539, @Legoktm wrote: > the removal task stays stalled until it's ready... [08:19:32] 10Continuous-Integration-Config, 10Phabricator, 10Quality-and-Test-Engineering-Team (QTE), 10User-Vidhi-Mody, 10User-zeljkofilipin: CI not running for phabricator/deployment - https://phabricator.wikimedia.org/T258531 (10zeljkofilipin) 05Open→03Declined [08:19:35] 10Phabricator, 10Quality-and-Test-Engineering-Team (QTE), 10Patch-For-Review, 10User-Vidhi-Mody, 10User-zeljkofilipin: Upgrade WebdriverIO in the phab-deployment repository - https://phabricator.wikimedia.org/T255471 (10zeljkofilipin) [08:35:36] Hello. Would it be possible to give me permissions for the gitlab-runners WMCS project? Thanks! [08:40:50] 10Phabricator, 10Developer Productivity, 10MediaWiki-Releasing (Workflow Improvements): Make it easier to track tasks which are stalled pending a MediaWiki release - https://phabricator.wikimedia.org/T290960 (10Aklapper) > Doesn't this have the exact same problem, but just on a different task? It could be,... [10:29:56] 10Continuous-Integration-Config, 10Quibble, 10Browser-Tests, 10User-zeljkofilipin: Support for varying server configuration per browser test - https://phabricator.wikimedia.org/T248304 (10zeljkofilipin) [10:33:59] 10Release-Engineering-Team (Seen), 10Quality-and-Test-Engineering-Team (QTE), 10User-zeljkofilipin: install playwright dependencies in the CI - https://phabricator.wikimedia.org/T250599 (10zeljkofilipin) 05Open→03Declined Playwright evaluation finished. [11:52:16] 10Release-Engineering-Team (Doing), 10Release, 10Train Deployments: 1.37.0-wmf.23 deployment blockers - https://phabricator.wikimedia.org/T281164 (10Cparle) Are we expecting group1 wikis to be on 1.37.0-wmf.23 since yesterday? They don't (or at least commons and wikidata don't) seem to be [11:55:56] 10Release-Engineering-Team (Doing), 10Release, 10Train Deployments: 1.37.0-wmf.23 deployment blockers - https://phabricator.wikimedia.org/T281164 (10hashar) [11:56:56] 10Release-Engineering-Team (Doing), 10Release, 10Train Deployments: 1.37.0-wmf.23 deployment blockers - https://phabricator.wikimedia.org/T281164 (10hashar) @Cparle we had to rollback due to the various blockers we had. Be it AbuseFilter or some unserialization from cache (T291124). I will promote group 1 w... [11:57:55] 10Release-Engineering-Team (Doing), 10Release, 10Train Deployments: 1.37.0-wmf.23 deployment blockers - https://phabricator.wikimedia.org/T281164 (10Cparle) Cool thanks @hashar [12:07:12] hashar: reminder on the treasure water cooler! [12:08:26] thx! [12:28:49] (03PS9) 10Addshore: Add and use job to deploy branch in node project [integration/config] - 10https://gerrit.wikimedia.org/r/683589 (https://phabricator.wikimedia.org/T278706) (owner: 10Michael Große) [12:31:08] hashar: is there a jjb publisher for adding a comment to gerrit? [12:31:31] addshore: thx for asking! and well not really [12:31:35] kostajh would have the details [12:31:51] there is a system for SonarQube which calls out to a WMCS service which then post back to gerrit [12:32:04] there is some code in php codesniffer to report back to gerrit -no idea whether that got merged- [12:32:39] and I don't think we had any discussion about some kind of universal tool that would for example read some junit/checkstyle/log input and write it back to gerrit [12:33:07] okay! no worries! [12:33:33] there was some patch for quibble as well [12:34:20] https://gerrit.wikimedia.org/r/c/integration/quibble/+/703401 abandoned cause https://phabricator.wikimedia.org/T209149#7333699 [12:34:49] addshore: which leads me to https://wikitech.wikimedia.org/wiki/Tool:Fix_Suggester_Bot [12:35:11] I am guessing that is an adhoc bot that runs some linter/styler and report back [12:35:36] what could theorically be done is have the linters to write down result to checkstyle/junit/log file [12:35:44] process those and write back to gerrit [12:36:02] the devil is when one runs PHP codesniffer in php 7.2 and 8.0 which might lead to duplicate [12:36:14] or how to pass the config to write the log file on disk [12:37:08] maybe it is all about having a convention that linters should write to /log/ so the tool can then process results /log/* [12:37:30] well, i guess lots of this will change with gitlab anyway? [12:37:39] I don't see why [12:37:41] I'm pretty sure it has all of these conventions for commenting etc built in [12:38:03] showing code coverage inline next to diffs too etc [12:38:05] it is not like gitlab has any builtin system to lint/check style and report back to the merge request as inline commens [12:38:12] or maybe it does [12:38:38] still have to write the stuff that feeds in the comments / coverage etc [12:39:04] but maybe it is as simple as having the build to write the xml reports to some artifacts directory which gitlab would then process to enhance the merge request view [12:39:10] https://docs.codeclimate.com/docs/list-of-engines [12:39:33] well, that might be the wrong thing to link to, but that thing comments inline using all of the normal sort of checkers and linters etc [12:40:17] https://usercontent.irccloud-cdn.com/file/NbrEhYeb/image.png [12:40:25] not sure if that means we can make use of it or not [12:42:19] unrelated question, im trying to generate jenkins jobs from jjb, got a new latpop [12:42:26] jenkins-jobs create: /home/adam/git/gerrit/integration/config/.tox/jenkins-jobs [12:42:26] ERROR: InterpreterNotFound: python2.7 [12:42:57] hmm [12:42:58] itt should be python3 compatible [12:42:58] I indeed dont have python 2, as the readme says python 3? [12:43:05] and I have py3 and tox :/ [12:43:23] or do I need python 2 too? [12:43:29] [testenv] [12:43:29] basepython = python2.7 [12:43:31] in tox.ini [12:43:38] cause zuul is not python3 ready [12:43:44] aaah, so i need them both! [12:43:46] coolio, thanks! [12:43:54] but I guess for the jenkins-jobs env we can switch to python3 [12:44:45] as for quode quality in diff view feature, that is Ultimate which is for me is the prop version [12:45:06] yeah, that sucks [12:45:27] unless that is specific to this code climate thing [12:46:48] addshore: there is https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html which states [ALL TIERS] [12:47:04] oh [12:47:18] aaah right so you get a list of things in all tiers [12:47:19] so you can have the widgets which list all of the finding [12:47:22] but not in the diff view [12:47:28] but to get them to show inline next to the code, that needs ultimate [12:47:31] gotcha, well, thats not too bad [12:48:12] then they speak about docker-in-docker (probably bad) [12:49:55] then something about volume mounting /var/run/docker.sock which sounds scary? [12:50:00] so hmm [12:50:04] widget to report the finding is great [12:50:18] inline comments that would need our own tooling I am afraid [12:52:41] I would assume the inline commenting API is exposed in all tiers anyway, since that would be used for humans to write inline reviews [12:52:44] (03CR) 10Addshore: "So to show what this looks like when generating the jenkins jobs from jjb" [integration/config] - 10https://gerrit.wikimedia.org/r/683589 (https://phabricator.wikimedia.org/T278706) (owner: 10Michael Große) [12:53:21] we would need the glue to consume the linters results and write to the api to generate the inline comments. Much like the work that is being done by Kosta with https://wikitech.wikimedia.org/wiki/Tool:Fix_Suggester_Bot [12:53:46] maybe it is possible to reuse their code quality system and just write the middle war that process its result to comments [12:53:51] lotof unknown ;] [12:54:16] (03CR) 10Addshore: [C: 03+2] "Oh, it is experimental anyway, so lets DO IT!" [integration/config] - 10https://gerrit.wikimedia.org/r/683589 (https://phabricator.wikimedia.org/T278706) (owner: 10Michael Große) [12:54:49] hashar: will be exciting to find out :D [12:55:04] I added golang code coverage integration for the mwcli repo last week and it was nice and easy ;) [12:55:19] great! [12:55:22] so I imagine integrating the general comments in the PR would be easy and out of the box [12:55:32] but inline comments might require some hax [12:56:02] (03Merged) 10jenkins-bot: Add and use job to deploy branch in node project [integration/config] - 10https://gerrit.wikimedia.org/r/683589 (https://phabricator.wikimedia.org/T278706) (owner: 10Michael Große) [12:57:09] in theory it should be easy to add the inline comments for gitlab in fix suggester bot [12:59:18] Hmm, now deploy_zuul isnt working for me either [12:59:20] dam new laptop [12:59:22] ./fab deploy_zuul [12:59:22] [contint.wikimedia.org] git -C "/etc/zuul/wikimedia" remote update [12:59:25] just hangs there [13:00:34] aaah, missing host fignerprint for contint.wikimedia.org, bah [13:01:17] !log reload zuul for https://gerrit.wikimedia.org/r/683589 (https://phabricator.wikimedia.org/T278706) 1 experimental branchdeploy job [13:01:20] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [13:02:55] except, now it got stuck at `[contint.wikimedia.org] git -C "/etc/zuul/wikimedia" rebase` :D [13:07:54] running the train [13:08:10] try again! ;) [13:16:02] 10Release-Engineering-Team (Seen), 10Scap, 10User-brennen: Investigate scap cluster_ssh idling until pressing ENTER repeatedly - https://phabricator.wikimedia.org/T223287 (10hashar) When scap ran sync-apaches I shrinked my terminal which kind of broke the progress indicator showing me each of the lines. At t... [13:16:50] 10Release-Engineering-Team (Doing), 10Release, 10Train Deployments: 1.37.0-wmf.23 deployment blockers - https://phabricator.wikimedia.org/T281164 (10hashar) I have promoted group1 wikis to 1.37.0-wmf.23 and there are no new errors \o/ [13:18:39] Tried again and now it is stuck on `[contint.wikimedia.org] git -C "/etc/zuul/wikimedia" remote update` [13:19:06] I can ssh to contint.wikimedia.org just fine [13:20:37] would you mind doing the zuul deploy for me hashar as I already logged it? D: [13:26:38] addshore: fail [13:26:50] indeed [13:27:38] !log Actually reloading Zuul to deploy https://gerrit.wikimedia.org/r/683589 [13:27:42] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [13:27:43] <3 [13:27:55] done [13:29:16] thx Reedy ! [13:34:03] 10Phabricator: Phabricator failed to generate thumbnails for some 800-900KB files - https://phabricator.wikimedia.org/T290959 (10jijiki) Same thing happened with 1,2 MB files, I think the problem is with thumbnails of files of certain size and up https://phabricator.wikimedia.org/T280497#7358938 [13:50:34] (03PS1) 10Zoranzoki21: Zuul: [mediawiki/extensions/CategoryLockdown] Enable CI [integration/config] - 10https://gerrit.wikimedia.org/r/721525 [13:53:50] (03CR) 10Sophivorus: [C: 03+1] Zuul: [mediawiki/extensions/CategoryLockdown] Enable CI [integration/config] - 10https://gerrit.wikimedia.org/r/721525 (owner: 10Zoranzoki21) [13:56:18] 10Release-Engineering-Team (Doing), 10Scap, 10serviceops: Deploy Scap version 4.0.0 - https://phabricator.wikimedia.org/T291095 (10hashar) [13:56:57] 10Release-Engineering-Team (Doing), 10GitLab, 10Security-Team: Add "Samuel (WMF)" account to Security Team group in gitlab.wikimedia.org - https://phabricator.wikimedia.org/T291094 (10hashar) [13:57:22] 10Release-Engineering-Team (Radar), 10MediaWiki-extensions-VipsScaler, 10Structured Data Engineering, 10Structured-Data-Backlog, and 3 others: Undeploy VipsScaler from Wikimedia wikis - https://phabricator.wikimedia.org/T290759 (10hashar) [13:57:25] (03CR) 10Hashar: [C: 03+2] Zuul: [mediawiki/extensions/CategoryLockdown] Enable CI [integration/config] - 10https://gerrit.wikimedia.org/r/721525 (owner: 10Zoranzoki21) [14:00:17] (03Merged) 10jenkins-bot: Zuul: [mediawiki/extensions/CategoryLockdown] Enable CI [integration/config] - 10https://gerrit.wikimedia.org/r/721525 (owner: 10Zoranzoki21) [14:01:44] how does one add a credential to jenkins? :O [14:02:14] I tried the "new item" button on the credentials page, but that tries to make a new job xD [14:02:57] Oh, but if I go down to a credential domain I can maybe add them? [14:05:47] (03CR) 10Hashar: "deployed" [integration/config] - 10https://gerrit.wikimedia.org/r/721525 (owner: 10Zoranzoki21) [14:12:05] 10Phabricator: Phabricator failed to generate thumbnails for some 800-900KB files - https://phabricator.wikimedia.org/T290959 (10mmodell) Hmm, perhaps it's hitting a memory limit or something? The limit shouldn't be a problem with such a small file though. [14:32:42] 10Release-Engineering-Team, 10MW-on-K8s, 10Performance-Team, 10SRE, and 2 others: Serve production traffic via Kubernetes - https://phabricator.wikimedia.org/T290536 (10dancy) [14:38:42] 10Release-Engineering-Team (Radar), 10SRE, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki clusters to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10Dzahn) 05Stalled→03In progress [14:38:50] 10Continuous-Integration-Infrastructure, 10Patch-For-Review: Migrate all CI jobs from stretch to buster or later and drop stretch testing support - https://phabricator.wikimedia.org/T278203 (10Dzahn) [14:38:58] 10Continuous-Integration-Infrastructure, 10Release-Engineering-Team (CI & Testing services), 10Release-Engineering-Team-TODO, 10Patch-For-Review: Drop MediaWiki testing in stretch and instead test only in buster - https://phabricator.wikimedia.org/T252432 (10Dzahn) [14:39:20] 10Release-Engineering-Team (Radar), 10SRE, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki clusters to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10Dzahn) [14:44:46] (03PS1) 10Ahmon Dancy: Pass --pull to docker build in a couple of places [tools/release] - 10https://gerrit.wikimedia.org/r/721556 [15:00:41] (03PS1) 10Ahmon Dancy: build-mv-image: Add FORCE_FULL_BUILD [tools/release] - 10https://gerrit.wikimedia.org/r/721560 [15:01:48] 10Release-Engineering-Team (Doing), 10GitLab, 10Privacy Engineering, 10Security-Team: Add "Samuel (WMF)" account to Security Team group in gitlab.wikimedia.org - https://phabricator.wikimedia.org/T291094 (10sguebo_WMF) [15:03:58] 10Release-Engineering-Team (Radar), 10Quality-and-Test-Engineering-Team (QTE), 10serviceops-radar, 10CommRel-Specialists-Support (Jul-Sep-2021), and 2 others: Expand the list of group 1 wikis to contain at least one (preferably 2) smaller "top ten size" wikis - https://phabricator.wikimedia.org/T286664 (10J... [15:15:47] 10Release-Engineering-Team (Radar), 10Quality-and-Test-Engineering-Team (QTE), 10serviceops-radar, 10CommRel-Specialists-Support (Jul-Sep-2021), and 2 others: Expand the list of group 1 wikis to contain at least one (preferably 2) smaller "top ten size" wikis - https://phabricator.wikimedia.org/T286664 (10o... [15:19:29] 10Release-Engineering-Team (Radar), 10SRE, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki clusters to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10Dzahn) [15:20:51] 10Release-Engineering-Team (Radar), 10SRE, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki clusters to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10Dzahn) [15:22:34] 10Release-Engineering-Team (Radar), 10SRE, 10serviceops, 10Patch-For-Review: Upgrade MediaWiki clusters to Debian Buster (debian 10) - https://phabricator.wikimedia.org/T245757 (10Dzahn) 05In progress→03Resolved https://noc.wikimedia.org (mwmaint.discovery.wmnet) has been switched from codfw to eqiad.... [15:22:42] 10Continuous-Integration-Infrastructure, 10Patch-For-Review: Migrate all CI jobs from stretch to buster or later and drop stretch testing support - https://phabricator.wikimedia.org/T278203 (10Dzahn) [15:22:50] 10Continuous-Integration-Infrastructure, 10Release-Engineering-Team (CI & Testing services), 10Release-Engineering-Team-TODO, 10Patch-For-Review: Drop MediaWiki testing in stretch and instead test only in buster - https://phabricator.wikimedia.org/T252432 (10Dzahn) [15:23:37] !log Re-cherry-picking https://gerrit.wikimedia.org/r/c/analytics/statsv/+/721044 and https://gerrit.wikimedia.org/r/c/operations/puppet/+/721047 in deployment-prep; should only affect deployment-webperf11. [15:23:38] dpifke: Failed to log message to wiki. Somebody should check the error logs. [15:24:56] ^ That's being worked on in #wikimedia-operations [15:28:24] 10Release-Engineering-Team (Seen), 10Scap, 10User-brennen: Investigate scap cluster_ssh idling until pressing ENTER repeatedly - https://phabricator.wikimedia.org/T223287 (10dancy) >>! In T223287#7358879, @hashar wrote: > When scap ran sync-apaches I shrinked my terminal which kind of broke the progress indi... [15:29:06] James_F: hiya, I see you made integration-agent-docker-1022 on the 10th, but never pooled it in jenkins. I can't seem to login there. Is it safe to assume that we can rebuild that one? [15:29:42] xref: https://phabricator.wikimedia.org/T290783 [15:30:10] (^thcipriani> ) [15:30:21] ahha: thank you! [15:31:55] 10Release-Engineering-Team: Add yarn to docker-registry.wikimedia.org/releng/node* images - https://phabricator.wikimedia.org/T291196 (10Addshore) [15:35:07] thcipriani: Yeah, please do. [15:35:14] <3 thanks [15:35:17] (03PS2) 10Ahmon Dancy: DNM: deploy-promote: Use scap wikiversions-inuse --staging [tools/release] - 10https://gerrit.wikimedia.org/r/685024 [15:35:21] 10Release-Engineering-Team, 10User-Addshore: Add yarn to docker-registry.wikimedia.org/releng/node* images - https://phabricator.wikimedia.org/T291196 (10Addshore) [15:35:30] thcipriani: I was going to fiddle this weekend, but very happy for you to do the work instead. :-) [15:35:49] (Mostly I was caring about stretch->something better.) [15:37:16] (03CR) 10Ahmon Dancy: [C: 03+2] Pass --pull to docker build in a couple of places [tools/release] - 10https://gerrit.wikimedia.org/r/721556 (owner: 10Ahmon Dancy) [15:37:20] (03CR) 10Ahmon Dancy: [C: 03+2] build-mv-image: Add FORCE_FULL_BUILD [tools/release] - 10https://gerrit.wikimedia.org/r/721560 (owner: 10Ahmon Dancy) [15:38:26] (03Merged) 10jenkins-bot: Pass --pull to docker build in a couple of places [tools/release] - 10https://gerrit.wikimedia.org/r/721556 (owner: 10Ahmon Dancy) [15:38:45] (03Merged) 10jenkins-bot: build-mv-image: Add FORCE_FULL_BUILD [tools/release] - 10https://gerrit.wikimedia.org/r/721560 (owner: 10Ahmon Dancy) [15:39:28] (03CR) 10Ahmon Dancy: [C: 03+2] Simplify RELEASE.md steps [tools/scap] - 10https://gerrit.wikimedia.org/r/721351 (https://phabricator.wikimedia.org/T277793) (owner: 10Ahmon Dancy) [15:40:29] (03Merged) 10jenkins-bot: Simplify RELEASE.md steps [tools/scap] - 10https://gerrit.wikimedia.org/r/721351 (https://phabricator.wikimedia.org/T277793) (owner: 10Ahmon Dancy) [15:40:51] 10Release-Engineering-Team (Doing), 10Scap: Tag Scap release 1.37.1 and ask serviceops to deploy it to production - https://phabricator.wikimedia.org/T272145 (10dancy) [15:41:23] 10Release-Engineering-Team (Next), 10Scap, 10serviceops-radar, 10Patch-For-Review: Increase reliability of scap release process - https://phabricator.wikimedia.org/T277793 (10dancy) 05Open→03Resolved a:03dancy [15:44:42] 10Release-Engineering-Team, 10MobileFrontend, 10Patch-For-Review, 10User-zeljkofilipin, 10ci-test-error (WMF-deployed Build Failure): FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory - https://phabricator.wikimedia.org/T291145 (10Jdlrobson) My guess is this is not Mobile... [15:44:53] 10Release-Engineering-Team, 10MW-on-K8s, 10Performance-Team, 10SRE, and 2 others: Serve production traffic via Kubernetes - https://phabricator.wikimedia.org/T290536 (10dancy) [15:46:44] 10Release-Engineering-Team, 10MW-on-K8s, 10Performance-Team, 10SRE, and 2 others: Serve production traffic via Kubernetes - https://phabricator.wikimedia.org/T290536 (10dancy) [15:47:14] 10Release-Engineering-Team, 10MobileFrontend, 10Quality-and-Test-Engineering-Team (QTE), 10Patch-For-Review, and 2 others: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory - https://phabricator.wikimedia.org/T291145 (10Jdforrester-WMF) [16:01:00] James_F: no promises, I just started poking my nose in where it doesn't belong :) [16:01:08] * James_F grins. [16:13:37] (03CR) 10Addshore: "check experimental" [integration/config] - 10https://gerrit.wikimedia.org/r/683589 (https://phabricator.wikimedia.org/T278706) (owner: 10Michael Große) [16:14:00] (03CR) 10Addshore: "wrong patch >.>" [integration/config] - 10https://gerrit.wikimedia.org/r/683589 (https://phabricator.wikimedia.org/T278706) (owner: 10Michael Große) [16:29:33] (03PS1) 10Addshore: branchdeploy: Use node12-test which uses run-script [integration/config] - 10https://gerrit.wikimedia.org/r/721573 [16:33:29] well thats a new one for me `Your cache folder contains root-owned files, due to a bug in previous versions of npm` https://integration.wikimedia.org/ci/job/branchdeploy-wikidata-query-builder-node12-npm-docker/2/console [16:35:44] perhaps I need a docker-cache-dir [16:36:58] (03PS2) 10Addshore: branchdeploy: Fixes [integration/config] - 10https://gerrit.wikimedia.org/r/721573 [16:41:14] (03CR) 10Addshore: [C: 03+2] "Great Success" [integration/config] - 10https://gerrit.wikimedia.org/r/721573 (owner: 10Addshore) [16:41:50] 10Continuous-Integration-Config, 10Wikidata, 10Wikidata Query Builder, 10wdwb-tech, 10Patch-For-Review: Add branch hosting to Query Builder integration pipeline - https://phabricator.wikimedia.org/T278706 (10Addshore) Great success https://integration.wikimedia.org/ci/job/branchdeploy-wikidata-query-bui... [16:43:29] (03Merged) 10jenkins-bot: branchdeploy: Fixes [integration/config] - 10https://gerrit.wikimedia.org/r/721573 (owner: 10Addshore) [16:44:25] 10Continuous-Integration-Config, 10Wikidata, 10Wikidata Query Builder, 10wdwb-tech, and 3 others: Add branch hosting to Query Builder integration pipeline - https://phabricator.wikimedia.org/T278706 (10Addshore) a:03Michael [16:45:28] (03PS1) 10Addshore: Promote branchdeploy for query-builder to test [integration/config] - 10https://gerrit.wikimedia.org/r/721581 (https://phabricator.wikimedia.org/T278706) [16:46:01] (03CR) 10Addshore: "I had to make a couple of fixes once tested https://gerrit.wikimedia.org/r/c/integration/config/+/721573" [integration/config] - 10https://gerrit.wikimedia.org/r/683589 (https://phabricator.wikimedia.org/T278706) (owner: 10Michael Große) [16:46:19] 10Continuous-Integration-Config, 10Wikidata, 10Wikidata Query Builder, 10wdwb-tech, and 3 others: Add branch hosting to Query Builder integration pipeline - https://phabricator.wikimedia.org/T278706 (10Addshore) Fixes made to the job that I forgot to link https://gerrit.wikimedia.org/r/c/integration/config... [16:46:53] (03CR) 10Addshore: [C: 03+2] Promote branchdeploy for query-builder to test [integration/config] - 10https://gerrit.wikimedia.org/r/721581 (https://phabricator.wikimedia.org/T278706) (owner: 10Addshore) [16:51:04] (03Merged) 10jenkins-bot: Promote branchdeploy for query-builder to test [integration/config] - 10https://gerrit.wikimedia.org/r/721581 (https://phabricator.wikimedia.org/T278706) (owner: 10Addshore) [16:51:33] !log reload zuul for Promote branchdeploy for query-builder to test https://gerrit.wikimedia.org/r/721581 (https://phabricator.wikimedia.org/T278706) [16:51:39] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [16:51:49] Its working now, must have just been connectivity issues [17:04:53] addshore: congratulations! [17:05:11] I should have a beeer to celebrate [17:05:28] i have to say, setting it all up is a million times easier than whenever I first gave it a go years back [17:21:07] 10MediaWiki-Releasing, 10MW-1.37-notes, 10MW-1.37-release: Release MW 1.37.0 - https://phabricator.wikimedia.org/T289585 (10Jdforrester-WMF) [18:01:50] (03PS1) 10Dduvall: Add missing `notify` pipeline-level field to schema [integration/pipelinelib] - 10https://gerrit.wikimedia.org/r/721593 [18:31:41] (03PS5) 10Dduvall: Support field `expect` to assert failure in functional tests [integration/pipelinelib] - 10https://gerrit.wikimedia.org/r/704409 (https://phabricator.wikimedia.org/T286512) [18:33:26] (03CR) 10Dduvall: "> Patch Set 4: Code-Review-1" [integration/pipelinelib] - 10https://gerrit.wikimedia.org/r/704409 (https://phabricator.wikimedia.org/T286512) (owner: 10Dduvall) [18:34:11] (03CR) 10Dduvall: "Rebased and fixed up to include the relevant definitions in our new schema file." [integration/pipelinelib] - 10https://gerrit.wikimedia.org/r/704409 (https://phabricator.wikimedia.org/T286512) (owner: 10Dduvall) [19:43:42] 10Release-Engineering-Team (Doing), 10Release, 10Train Deployments: 1.37.0-wmf.23 deployment blockers - https://phabricator.wikimedia.org/T281164 (10hashar) 05Open→03Resolved It is all quiet: SUCCESS! [19:44:33] (03CR) 10Ahmon Dancy: [C: 03+1] Add missing `notify` pipeline-level field to schema [integration/pipelinelib] - 10https://gerrit.wikimedia.org/r/721593 (owner: 10Dduvall) [21:56:38] (03CR) 10Jeena Huneidi: [C: 03+1] "It seems like the systemtest config is serving as an example valid config. Would it be helpful to add the fetch property to the config als" [integration/pipelinelib] - 10https://gerrit.wikimedia.org/r/721593 (owner: 10Dduvall) [22:17:31] !log Cherry-picking https://gerrit.wikimedia.org/r/c/performance/navtiming/+/721567 in deployment-prep, should only affect deployment-webperf11. [22:17:33] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [22:42:44] PROBLEM - Work requests waiting in Zuul Gearman server on contint2001 is CRITICAL: CRITICAL: 100.00% of data above the critical threshold [150.0] https://www.mediawiki.org/wiki/Continuous_integration/Zuul https://grafana.wikimedia.org/dashboard/db/zuul-gearman?panelId=10&fullscreen&orgId=1 [22:46:29] RECOVERY - Work requests waiting in Zuul Gearman server on contint2001 is OK: OK: Less than 100.00% above the threshold [90.0] https://www.mediawiki.org/wiki/Continuous_integration/Zuul https://grafana.wikimedia.org/dashboard/db/zuul-gearman?panelId=10&fullscreen&orgId=1 [22:59:56] 10Continuous-Integration-Config, 10Release-Engineering-Team, 10Developer Productivity, 10Regression: mediawiki-quibble- jobs for PHPUnit are missing log artefacts - https://phabricator.wikimedia.org/T291227 (10Krinkle) [23:00:27] 10Release-Engineering-Team (Doing), 10GitLab, 10Privacy Engineering, 10Security-Team: Add "Samuel (WMF)" account to Security Team group in gitlab.wikimedia.org - https://phabricator.wikimedia.org/T291094 (10thcipriani) 05Open→03Resolved Hi @sguebo_WMF you should be added now. [23:01:56] 10Continuous-Integration-Config, 10Release-Engineering-Team, 10Developer Productivity, 10Regression: Quibble jobs for PHPUnit are missing log artefacts - https://phabricator.wikimedia.org/T291227 (10Krinkle) [23:05:41] 10Continuous-Integration-Config, 10Release-Engineering-Team, 10Developer Productivity, 10Regression: Quibble jobs for PHPUnit are missing log artefacts - https://phabricator.wikimedia.org/T291227 (10Krinkle) Note that {T285335} is also still broken, so they're not viewable by most people even when they do... [23:16:44] (03PS3) 10Jeena Huneidi: Build mediawiki image in train-dev [tools/train-dev] - 10https://gerrit.wikimedia.org/r/716060 [23:17:56] (03PS4) 10Jeena Huneidi: Build mediawiki image in train-dev [tools/train-dev] - 10https://gerrit.wikimedia.org/r/716060 (https://phabricator.wikimedia.org/T287993)