-
Notifications
You must be signed in to change notification settings - Fork 209
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
Check for existing job groups during openqa-load-templates #6095
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6095 +/- ##
=======================================
Coverage 98.98% 98.98%
=======================================
Files 396 396
Lines 39549 39558 +9
=======================================
+ Hits 39149 39158 +9
Misses 400 400 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, just remove a lot of redundant blank lines :)
703585d
to
91a0641
Compare
91a0641
to
9835ecc
Compare
5e4e862
to
16ace53
Compare
6200baf
to
97d34ec
Compare
The `openqa-load-templates` script now checks if a job groups is already present when importing new template data. If a group already exists, there will be no attempt of creating it, but associated templates will still be loaded if the `--update` option is provided. If the `--update` option is not provided, and a duplicate job group is found, the import will fail. Related Issue: https://progress.opensuse.org/issues/174808
The
openqa-load-templates
script now checks if a job groups is already present when importing new template data. If a group already exists, there will be no attempt of creating it, but associated templates will still be loaded if the--update
option is provided.If the
--update
option is not provided, and a duplicate job group is found, the import will fail.Related Issue: https://progress.opensuse.org/issues/174808