-
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
Conversation
Pull Request Test Coverage Report for Build 12805475081Details
💛 - Coveralls |
.github/workflows/release.yaml
Outdated
- 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?
This is a manual PR until Mellanox#1203 is merged. Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com>
.github/workflows/release.yaml
Outdated
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 <ikolodiazhny@nvidia.com>
This is a manual PR until Mellanox#1203 is merged.
209a703
to
f89df7c
Compare
/retest-nic_operator_helm |
Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com>
We need to start SR-IOV Network Operator release if Network Operator Release pipeline started.