Remove publishing e2e tests from Jenkinsfile #2585
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
We're decommissioning the Publishing E2E tests now that GOV.UK apps have transitioned to a model of continuous deployment with contract tests, as outlined in RFC-128. The overall progress of this work is tracked in a Trello card on the GOV.UK Tech Debt board.
What this PR does
This PR removes the E2E tests from this app's CI pipeline. Once merged, the Jenkins CI server will no longer kick off a run of the publishing-e2e-tests job when new PRs are opened.
This change is the first step in the overall decommissioning process, and will be applied to every application currently running the E2E tests.
Trello card
https://trello.com/c/qgR41OnR/837-disable-publishing-end-to-end-tests-on-our-apps
(https://docs.publishing.service.gov.uk/manual/development-pipeline.html#merge-your-own-pull-request)