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

[6.11.z] Trigger robottelo image update workflow on merge #963

Conversation

Satellite-QE
Copy link
Contributor

Cherrypick of PR: #961

Problem statement: Currently, the Robottelo image is only updated when a Robottelo PR is merged, which means that it won't be updated if there are any changes merged in Airgun/Nailgun. This can cause issues when running automation as it might not have the latest code changes from these repositories.

Solution: We can add a new workflow_dispatch trigger that listens for any changes in the Airgun/Nailgun repositories. When any PR is merged in those repos, the trigger will run the specific branch workflow that updates the Robottelo image. This ensures that the Robottelo image is always up-to-date with the latest code changes.

Depends on SatelliteQE/robottelo#11428

@Satellite-QE Satellite-QE added 6.11.z Auto_Cherry_Picked GHA has automatically cherrypicked this PR No-CherryPick PR doesnt need CherryPick to previous branches labels Jul 20, 2023
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

❗ No coverage uploaded for pull request base (6.11.z@7ef7475). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##             6.11.z     #963   +/-   ##
=========================================
  Coverage          ?   94.24%           
=========================================
  Files             ?        6           
  Lines             ?     2882           
  Branches          ?        0           
=========================================
  Hits              ?     2716           
  Misses            ?      166           
  Partials          ?        0           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JacobCallahan JacobCallahan merged commit d560c1f into 6.11.z Jul 20, 2023
11 of 12 checks passed
@JacobCallahan JacobCallahan deleted the cherry-pick-6.11.z-e664f394488efc5f9341fd858a357e71d930d65d branch July 20, 2023 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.11.z Auto_Cherry_Picked GHA has automatically cherrypicked this PR No-CherryPick PR doesnt need CherryPick to previous branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants