This is the repo for a Concourse job which checks that the version of the SpeedCurve LUX JavaScript we've embedded into GOV.UK matches the latest version. SpeedCurve LUX is a tool that monitors how quickly pages load, we're embedding the script ourselves for security reasons.
If the job fails, that likely means that a new version of the JavaScript has been released and we need to update the version we've embedded. Once the embedded version of the script has been deployed, we can update the expected version in this job to the latest version.
Changes should be picked up automatically, but if that doesn't happen the job can be deployed manually:
$ fly -t govuk set-pipeline --pipeline govuk-speedcurve-lux-js-monitor --config concourse.yml