Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail clean-resources jenkins job if there is an error #9544

Open
pehala opened this issue Dec 12, 2024 · 3 comments
Open

Fail clean-resources jenkins job if there is an error #9544

pehala opened this issue Dec 12, 2024 · 3 comments
Assignees
Labels
Bug Something isn't working right Infrastructure

Comments

@pehala
Copy link
Contributor

pehala commented Dec 12, 2024

Based on the same symptom as #9543, clean-resources jenkins jobs is green https://jenkins.scylladb.com/view/QA/job/QA-tools/job/hydra-clean-test-resources/76/) . We should fail the job as well, so we know something is wrong

@pehala pehala added Bug Something isn't working right Infrastructure labels Dec 12, 2024
@fruch
Copy link
Contributor

fruch commented Dec 12, 2024

from day one of Argus, all reports to Argus were defined non critical, and shouldn't be stop any test flow.
so no bug/issue of argus would interfere with the run of the test (or any other parts of the pipeline)

even if we will want to change some place to be reported, we should be that very very carefully, we should want to stop the cleanup in the middle, what ever happening.

@pehala
Copy link
Contributor Author

pehala commented Dec 12, 2024

Agreed, so currently, if the clean-up itself fails, the job should as well?

@fruch
Copy link
Contributor

fruch commented Dec 12, 2024

Agreed, so currently, if the clean-up itself fails, the job should as well?

AFAIK, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working right Infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants