mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 19:50:14 +01:00
contrib/bkr: print the bkr.py script arguments in the job template
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
552959fc4a
commit
e8474bd006
2 changed files with 2 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ class CmdSubmit(CmdBase):
|
|||
raise Exception("--nitrate-status or --nitrate-exclude-status makes only sense with selecting nitrate tags")
|
||||
|
||||
self.subs['TESTS'] = ','.join(sorted(set(tests)))
|
||||
self.subs['ARGV'] = ("\"" + "\" \"".join(sys.argv) + "\"") if sys.argv else ''
|
||||
|
||||
for (k,v) in self.subs.iteritems():
|
||||
self._print_substitution(k, v)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<job product="cpe:/o:redhat:enterprise_linux:7.0" retention_tag="active+1">
|
||||
<whiteboard>
|
||||
$WHITEBOARD $UUID
|
||||
$ARGV
|
||||
</whiteboard>
|
||||
<recipeSet priority="Normal">
|
||||
<recipe kernel_options="" kernel_options_post="" ks_meta="method=nfs" role="None" whiteboard="$WHITEBOARD $UUID">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue