You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using bkr job-submit --combine to combine several jobs into a single job, the "group" tag in the job XMLs to be combined is omitted.
Version-Release number
beaker-client-28.3-3.fc37.noarch
beaker-common-28.3-3.fc37.noarch
To Reproduce
Steps to reproduce the behavior:
Prepare 2 job XMLs with the same contents of the following (notice that in the 1st line group="some-group-in-beaker"):
Describe the bug
When using
bkr job-submit --combine
to combine several jobs into a single job, the "group" tag in the job XMLs to be combined is omitted.Version-Release number
beaker-client-28.3-3.fc37.noarch
beaker-common-28.3-3.fc37.noarch
To Reproduce
Steps to reproduce the behavior:
group="some-group-in-beaker"
):a.xml
andb.xml
bkr job-submit --combine --xml --dry-run a.xml b.xml
Actual behavior
Only
retention_tag
is kept, butgroup="some-group-in-beaker"
doesn't present in the resulting XML:Expected behavior
group="some-group-in-beaker"
doesn't get omitted in the resulting XML, for example:Screenshots
Additional context
The text was updated successfully, but these errors were encountered: