-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: Network Operator release trigger #1203
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 12167662267Details
💛 - Coveralls |
- uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }} | ||
repository: ${{ github.repository_owner }}/sriov-network-operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tag will always on master
branch here, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, we don't use master for sriov fork
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean when you do the tag, which branch you should be in?
'actions/checkout@v4' needs to get the target branch, no?
We need to start SR-IOV Network Operator release if Network Operator Release pipeline started. Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
This is a manual PR until Mellanox#1203 is merged. Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were you able to check that secret was propagated to sriov-network-operator
? We had some issues with that on docs CI job
This is a manual PR until Mellanox#1203 is merged. Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
We need to start SR-IOV Network Operator release if Network Operator Release pipeline started.