Last week we removed the drone code to stop previous PR builds, and to cancel a build early when a single pipeline fails.
The remaining special CI feature that we have is the drone code that posts a comment to GitHub about a failing acceptance test pipeline. That no longer works because it needs a GitHub token with too many permissions, and we do not make that available to PRs.
This PR removes the GitHub comment code from the drone CI. The earlyFail setting is also removed, because there is nothing that uses it any more
Description
Last week we removed the drone code to stop previous PR builds, and to cancel a build early when a single pipeline fails.
The remaining special CI feature that we have is the drone code that posts a comment to GitHub about a failing acceptance test pipeline. That no longer works because it needs a GitHub token with too many permissions, and we do not make that available to PRs.
This PR removes the GitHub comment code from the drone CI. The
earlyFail
setting is also removed, because there is nothing that uses it any morePart of: https://github.com/owncloud/QA/issues/820