Skip to content

Update dependency pipeline with image template and vhd copy#929

Merged
eriqua merged 34 commits intomainfrom
users/erikag/vmimage-dep
Jan 30, 2022
Merged

Update dependency pipeline with image template and vhd copy#929
eriqua merged 34 commits intomainfrom
users/erikag/vmimage-dep

Conversation

@eriqua
Copy link
Copy Markdown
Contributor

@eriqua eriqua commented Jan 26, 2022

Change

Closes issue #462

This change allows the creation of a custom image using Azure VM Image Builder in both the GH and ADO dependency pipelines.
In particular, the additional jobs are:

  • deploying the Azure Image Builder template
  • triggering the image build and waiting for its completion
  • retrieving the location of the vhd file
  • copying the vhd to a known storage account blob container as a dependency for compute/disks and compute/images modules

The custom image creation is optional in the dependency pipeline and disabled by default
image

.Platform: Dependencies

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (Wiki)

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My corresponding pipelines / checks run clean and green without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (readme)
  • I did format my code

@AlexanderSehr AlexanderSehr added the [cat] pipelines category: pipelines label Jan 26, 2022
@eriqua eriqua added this to the v 0.4 milestone Jan 27, 2022
@eriqua eriqua marked this pull request as ready for review January 27, 2022 10:07
@eriqua eriqua merged commit 5bda3d2 into main Jan 30, 2022
@AlexanderSehr AlexanderSehr deleted the users/erikag/vmimage-dep branch January 30, 2022 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[cat] pipelines category: pipelines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants