Skip to content

Conversation

@mfrw
Copy link
Member

@mfrw mfrw commented Dec 2, 2021

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.

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:

mfrw added 2 commits December 2, 2021 13:28
Signed-off-by: Muhammad Falak R Wani <[email protected]>
Signed-off-by: Muhammad Falak R Wani <[email protected]>
@mfrw mfrw force-pushed the mfrw/create-mariner-rpm branch from 216f2da to 36bcb23 Compare December 2, 2021 07:58
@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