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

fix: run create-advisory late in the rh-advisories pipeline #651

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. fix: run create-advisory late in the rh-advisories pipeline

    Task `create-advisory` would run after `publish-pyxis-repository`
    which would ensure it runs late in the pipeline. But with the
    changes in 1.5.0, `publish-pyxis-repository` runs much earlier now.
    
    So make `create-advisory` run after `push-rpm-data-to-pyxis`
    which is what `publish-pyxis-repository` ran after originally.
    
    Also add a few more `runAfter` for create-advisory so it's really
    running as late as possible.
    
    Also, add a few more explicit `runAfter` items to some other tasks
    to make order more explicit.
    
    Signed-off-by: Martin Malina <mmalina@redhat.com>
    mmalina committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dcdddd2 View commit details
    Browse the repository at this point in the history