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

[Packaging] Add CI job to build Mariner RPM #20584

Merged
merged 6 commits into from
Dec 6, 2021

Conversation

mfrw
Copy link
Member

@mfrw mfrw commented Dec 2, 2021

Signed-off-by: Muhammad Falak R Wani falakreyaz@gmail.com

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.

This PR Depends on:

@jiasli
Copy link
Member

jiasli commented Dec 2, 2021

The artifact won't be built because Build.Reason doesn't include PullRequest.

@mfrw
Copy link
Member Author

mfrw commented Dec 2, 2021

The artifact won't be built because Build.Reason doesn't include PullRequest.

Sure .. Updating :) also this wont work as we are blocked on:

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
azure-pipelines.yml Outdated Show resolved Hide resolved
@jiasli jiasli self-assigned this Dec 3, 2021
@jiasli jiasli changed the title [Packaging] Add ci job to build mariner rpm [Packaging] Add CI job to build Mariner RPM Dec 3, 2021
Comment on lines +682 to +696
- 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
Copy link
Member

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.

@jiasli jiasli merged commit a7ca2bf into Azure:dev Dec 6, 2021
jiasli pushed a commit to jiasli/azure-cli that referenced this pull request Dec 6, 2021
@mfrw mfrw deleted the mfrw/create-mariner-rpm branch December 6, 2021 06:16
@mfrw
Copy link
Member Author

mfrw commented Dec 6, 2021

Thank you @jiasli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants