Currently we have migrated succesfully our rt-testing from parsoidtestXXXX/testreduceXXXX nodes to k8s (mw-parsoid deployment) and cloudvps.
There is one workflow issue raised from our devs regarding editing /srv/mediawiki for debug purposes.
In parsoidtest nodes devs can temporarily edit /srv/mediawiki to add eg a log line to debug an issue.
Currently this is not possible because the /srv/mediawiki codebase on mw-parsoid pods is the one provided by the image.
Can we use the same setup mw-experimental has that allows overriding /srv/mediawiki temporarily and mounts the mw codebase in the k8s deployment?