Skip to content

Commit

Permalink
squash:remove job_owner part in this patch
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Nov 6, 2024
1 parent 3b234a5 commit 2696f26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tmt/steps/provision/mrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,6 @@ def to_mrack(self) -> dict[str, Any]:
data['beaker']['ks_append'] = self.kickstart
data['beaker']['kernel_options'] = self.kickstart.get('kernel_options')
data['beaker']['kernel_options_post'] = self.kickstart.get('kernel_options_post')
if self.beaker_job_owner:
data['beaker']['beaker_job_owner'] = self.beaker_job_owner

return data

Expand Down

0 comments on commit 2696f26

Please sign in to comment.