-
Notifications
You must be signed in to change notification settings - Fork 0
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
AZP: Create release pipeline #26
base: integration4
Are you sure you want to change the base?
Conversation
+ Fix name of branch + Trigger for push and pr + Clean workspace before use
- added op-flags support to tag_send_[sync]_nbx functions - added flags eager/rndv flags to force used protocol
buildlib/azure-pipelines-release.yml
Outdated
artifact_name: ucx-${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }}-centos7-mofed5.tar.bz2 | ||
${{ if eq(variables['Build.Reason'], 'IndividualCI') }}: | ||
artifact_name: ucx-${{ replace(variables['Build.SourceBranch'], 'refs/tags/', '') }}-centos7-mofed5.tar.bz2 | ||
${{ if eq(variables['Build.Reason'], 'PullRequest') }}: |
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 need to run release pipeline in case of PR
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.
it will not run, it just copy paste from release job
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'd remove it then
28b52fe
to
91db4c0
Compare
194eb4d
to
8a2bc60
Compare
afbb965
to
0457873
Compare
7f4b7e2
to
50d9937
Compare
b802395
to
80ddb59
Compare
45162f9
to
66275e3
Compare
fb2fe86
to
ba4d831
Compare
7d427e3
to
31ac896
Compare
7ebcfd9
to
b6b3142
Compare
b6b3142
to
7b0595a
Compare
7b0595a
to
5decf02
Compare
5decf02
to
2fbc9bd
Compare
c333ad7
to
b4440d2
Compare
abbcb81
to
410e025
Compare
410e025
to
612578f
Compare
311f428
to
a01cedf
Compare
a01cedf
to
dfc329d
Compare
dfc329d
to
0927427
Compare
What
Describe what this PR is doing.
Why ?
Justification for the PR. If there is existing issue/bug please reference. For
bug fixes why and what can be merged in a single item.
How ?
It is optional but for complex PRs please provide information about the design,
architecture, approach, etc.