[00:06:58] well, I'm not on Linux. Homebrew will spend a while compiling groonga (mongodb dependency) but it's running meanwhile [00:07:30] I'll look into automating the other steps in a similar fashion. It'lll probably not be a single comamnd but that;s fine. [00:12:36] musing over this suggested command: [00:12:38] $ ack -o -h -s 'docker-registry.*:[.\d]+' jjb/ | sort | uniq | xargs -n1 docker pull [00:13:45] is there a reason every PHP image URL in php.yaml has a different version? [00:17:04] lol, I had to check but you're right. [00:17:06] `cat ./jjb/php.yaml | grep 'image: docker' | sed 's/.*releng//' | sort | uniq -c` [00:17:08] literally [00:17:34] for the most part, it's reducing change at the same time I guess since it's annoying to break people's build unannounced. [00:17:43] so people tend to update as narrow as possible and test the known-impacted jobs. [00:17:54] each one of those lines affects upto several hundred repos I think. [00:18:32] having said that, for anything mediawiki related we tend to do them all at once. so this is fairly unusual I think. [00:25:13] I'm getting the images from lines 191 to 197 of php.yaml, composer-package-{phpflavor}-docker [20:35:07] godog: may be of interest - ran a flame graph on python-prometheus-client after 150K replayed navtiming events [20:35:08] https://phabricator.wikimedia.org/T326118#8502102