Skip to content

Commit 2696f26

Browse files
committed
squash:remove job_owner part in this patch
1 parent 3b234a5 commit 2696f26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tmt/steps/provision/mrack.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,6 @@ def to_mrack(self) -> dict[str, Any]:
897897
data['beaker']['ks_append'] = self.kickstart
898898
data['beaker']['kernel_options'] = self.kickstart.get('kernel_options')
899899
data['beaker']['kernel_options_post'] = self.kickstart.get('kernel_options_post')
900-
if self.beaker_job_owner:
901-
data['beaker']['beaker_job_owner'] = self.beaker_job_owner
902900

903901
return data
904902

0 commit comments

Comments
 (0)