This repository was archived by the owner on Jul 14, 2026. It is now read-only.
[tests-only] Do not retry failed acceptance tests in cron nightly#5979
Merged
Conversation
9 tasks
|
Kudos, SonarCloud Quality Gate passed! |
individual-it
approved these changes
Nov 5, 2021
Contributor
|
Results for oC10SharingAccept https://drone.owncloud.com/owncloud/web/20057/14/1
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.








Description
PR #5409 tries to report failed scenarios to RocketChat when a scenario fails and has to be rerun. That would be useful in the nightly CI run, because in that case there is no PR to post a comment to on GitHub. But that had difficulty getting a flexible message to be posted (rather than just a pass/fail kind of message)
Rather than keep trying to achieve individual RocketChat notifications for each failed test, this PR simply runs the nightly CI without the
--retry 1parameter. Any test scenario(s) that fails will cause the drone pipeline to fail. When the whole nightly job finishes it reports overall success or failure to RocketChat already. (That is like what all the other nightly jobs do in other repos). When we see a nightly failure in RocketChat it has a link to drone. We can follow that link and easily see which pipelines failed, and which test scenario(s) failed in the pipeline.We will get failure for any test that fails the first time. And we want to know about those possibly intermittent tests so that we can work to improve them.
How Has This Been Tested?
I ran PR #5978 with the retry logic on and ff to check that both work.
Types of changes
Checklist: