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): change gha to target main #1448

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

AjayJagan
Copy link
Contributor

Description

Change the GH actions for release process to target main branch.

How Has This Been Tested?

Screenshot or short clip

Merge criteria

  • You have read the contributors guide.
  • Commit messages are meaningful - have a clear and concise summary and detailed explanation of what was changed and why.
  • Pull Request contains a description of the solution, a link to the JIRA issue, and to any dependent or related Pull Request.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

@openshift-ci openshift-ci bot requested review from asanzgom and grdryn December 13, 2024 07:24
@AjayJagan
Copy link
Contributor Author

@VaishnaviHire ^

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@124b040). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1448   +/-   ##
=======================================
  Coverage        ?   19.09%           
=======================================
  Files           ?      149           
  Lines           ?    10370           
  Branches        ?        0           
=======================================
  Hits            ?     1980           
  Misses          ?     8166           
  Partials        ?      224           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@biswassri
Copy link
Contributor

this looks good to me, but I'll let @VaishnaviHire review

Copy link

openshift-ci bot commented Dec 18, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: asanzgom

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@biswassri
Copy link
Contributor

/retest

git fetch origin incubation:incubation
git checkout incubation
git fetch origin main:main
git checkout main
git checkout -b odh-${{ env.VERSION }}
git push -f origin odh-${{ env.VERSION }}
Copy link
Contributor

@ykaliuta ykaliuta Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to the patch, but if intention is to make a copy of the branch in the remote, it may be a bit simplified as git fetch origin main; git push origin FETCH_HEAD:refs/heads/odh-${{ env.VERSION }}

Can the branch name somehow be parametrized?

The PR itself looks good to me

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it could be done. I can do that in a separate pr. Thanks for the idea @ykaliuta

@openshift-merge-bot openshift-merge-bot bot merged commit bc10dfc into opendatahub-io:main Dec 19, 2024
10 checks passed
zdtsw pushed a commit to zdtsw-forking/opendatahub-operator that referenced this pull request Jan 2, 2025
@zdtsw zdtsw mentioned this pull request Jan 2, 2025
5 tasks
openshift-merge-bot bot pushed a commit that referenced this pull request Jan 2, 2025
* Removed IMAGE_OWNER from README.md. (#1444)

(cherry picked from commit 124b040)

* chore: update platform owners list (#1459)

(cherry picked from commit 9704854)

* chore: more updates owner list

Signed-off-by: Wen Zhou <wenzhou@redhat.com>

* (fix): change gha to target main (#1448)

(cherry picked from commit bc10dfc)

---------

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
Co-authored-by: Ugo Giordano <ugiordan@redhat.com>
Co-authored-by: Gerard Ryan <git@grdryn.xyz>
Co-authored-by: Ajay Jaganathan <36824134+AjayJagan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants