Skip to content
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

osbuild-worker-executor: job-id in control.json as hostname #4208

Merged
merged 3 commits into from
Jun 14, 2024

Commits on Jun 13, 2024

  1. osbuild-worker-executor: job-id in control.json as hostname

    This commit adds support to set the hostname to the job-id that
    is part of the control.json.
    mvo5 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e550d31 View commit details
    Browse the repository at this point in the history
  2. osbuildexecutor: tweak RunOSBuild() signature and use opts

    Introduce a new OsbuildOpts struct to make the API a bit easier
    to extend and use in the packages.
    
    Also add a new `JobID` field in the `OsbuildOpts`.
    mvo5 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    446a628 View commit details
    Browse the repository at this point in the history
  3. osbuildexecutor: write the job-id intro control.json

    Set the jobID into control.json so that the osbuild-worker-executor
    can set the hostname based on the jobID.
    mvo5 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    63567c3 View commit details
    Browse the repository at this point in the history