-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Packaging] Add CI job to build Mariner RPM #20584
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
Conversation
|
The artifact won't be built because Build.Reason doesn't include |
Sure .. Updating :) also this wont work as we are blocked on:
|
Signed-off-by: Muhammad Falak R Wani <[email protected]>
Signed-off-by: Muhammad Falak R Wani <[email protected]>
216f2da to
36bcb23
Compare
| - job: BuildYumPackageMariner | ||
| displayName: Build Yum Package Mariner | ||
| pool: | ||
| vmImage: 'ubuntu-20.04' | ||
| steps: | ||
| - task: Bash@3 | ||
| displayName: 'Build Rpm Package: Mariner' | ||
| inputs: | ||
| targetType: 'filePath' | ||
| filePath: scripts/release/rpm/pipeline_mariner.sh | ||
| - task: PublishPipelineArtifact@0 | ||
| displayName: 'Publish Artifact: yum-mariner' | ||
| inputs: | ||
| TargetPath: $(Build.ArtifactStagingDirectory) | ||
| ArtifactName: yum-mariner |
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.
To be honest, I dislike using yum and rpm interchangeably (as it already is). This makes it difficult to understand for newcomers.
(cherry picked from commit a7ca2bf)
|
Thank you @jiasli |
Signed-off-by: Muhammad Falak R Wani [email protected]
Description
Adds a new build step in the CI to create Mariner RPM.
Testing Guide
Tested the script locally.
History Notes
Add Build job in CI for Mariner Rpm.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.
This PR Depends on:
%{_lib}tolib64#20574