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

Allow triggering openQA-in-openQA tests if submission is pending #358

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

Martchus
Copy link
Contributor

We can schedule the tests anyway; we only should not override the staging repo and follow up with a submission. This way we see problems with openQA- in-openQA tests early - even when submissions are pending for a while.

To indicate that we should not do a submission, this change creates the file job_post_skip_submission in the current working directory which is picked up by e.g. Jenkins as artifact via the glob job_post_* and can be used by subsequent jobs. It is important to configure that subsequent jobs use the artifacts from the preceding job that triggered them and not the last successful job.

Related ticket: https://progress.opensuse.org/issues/167395

We can schedule the tests anyway; we only should not override the staging
repo and follow up with a submission. This way we see problems with openQA-
in-openQA tests early - even when submissions are pending for a while.

To indicate that we should not do a submission, this change creates the
file `job_post_skip_submission` in the current working directory which is
picked up by e.g. Jenkins as artifact via the glob `job_post_*` and can be
used by subsequent jobs. It is important to configure that subsequent jobs
use the artifacts from the preceding job that triggered them and *not* the
last successful job.

Related ticket: https://progress.opensuse.org/issues/167395
@mergify mergify bot merged commit 0aec775 into os-autoinst:master Nov 29, 2024
4 checks passed
@Martchus Martchus deleted the factory-submissions branch November 29, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants