The last 8 builds against the beta cluster have failed:
https://integration.wikimedia.org/ci/view/Reading-Web/job/selenium-QuickSurveys/
I don't think it's broken but i think it is trying to use a survey that does not run on the beta cluster (internal-example-survey).
Rather than enable these surveys on the beta cluster use the example-survey in the browser tests that run on the beta cluster. We don't need both internal and external running daily. Just one should be fine.
Developer notes
It seems existing @integration tests are also failing these will need to be fixed beforehand.
Looking into this there is indeed a JS failure in these browser tests:
utils.js?bcbd1:54 Uncaught TypeError: Cannot read property 'get' of undefined
at Object.getCountryCode (utils.js?bcbd1:54)
at ExternalSurvey.log (QuickSurvey.js?ee91d:154)
at ExternalSurvey.onChoose (QuickSurvey.js?ee91d:165)
at HTMLSpanElement.<anonymous> (ExternalSurvey.js?a1598:51)
at HTMLSpanElement.dispatch (load.php?debug=true&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=minerva&version=1ousyph:5206)
at HTMLSpanElement.elemData.handle (load.php?debug=true&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=minerva&version=1ousyph:5014)