Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

ci: add storage account cleanup to VHD pipeline #589

Merged
merged 6 commits into from Feb 27, 2019

Conversation

CecileRobertMichon
Copy link
Contributor

Reason for Change:

Add cleanup to VHD pipeline to avoid running out of quota.

Issue Fixed:

Requirements:

Notes:

@@ -44,6 +44,19 @@ phases:
-e VHD_NAME=${VHD_NAME} \
${DEIS_GO_DEV_IMAGE} make az-copy
displayName: Copying resource to Classic Storage Account
condition: not(variables['DRY_RUN'])
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this ensures we only copy the disk to a classic storage account if DRY_RUN is set to False (True by default). That way, we won't clutter the classic SA for PR builds.

@codecov
Copy link

codecov bot commented Feb 27, 2019

Codecov Report

Merging #589 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #589   +/-   ##
=======================================
  Coverage   56.74%   56.74%           
=======================================
  Files          91       91           
  Lines       13871    13871           
=======================================
  Hits         7871     7871           
  Misses       5336     5336           
  Partials      664      664

@Azure Azure deleted a comment from azure-pipelines bot Feb 27, 2019
@CecileRobertMichon CecileRobertMichon changed the title [WIP] ci: add storage account cleanup to VHD pipeline ci: add storage account cleanup to VHD pipeline Feb 27, 2019
@Azure Azure deleted a comment from azure-pipelines bot Feb 27, 2019
@Azure Azure deleted a comment from azure-pipelines bot Feb 27, 2019
@Azure Azure deleted a comment from azure-pipelines bot Feb 27, 2019
@Azure Azure deleted a comment from azure-pipelines bot Feb 27, 2019
@jackfrancis
Copy link
Member

/lgtm

@acs-bot acs-bot added the lgtm label Feb 27, 2019
@jackfrancis jackfrancis merged commit 346f8ee into Azure:master Feb 27, 2019
@acs-bot
Copy link

acs-bot commented Feb 27, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon, jackfrancis

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [CecileRobertMichon,jackfrancis]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jackfrancis jackfrancis added this to Done in backlog Feb 27, 2019
juhacket pushed a commit to juhacket/aks-engine that referenced this pull request Mar 14, 2019
@CecileRobertMichon CecileRobertMichon deleted the vhd-cleanup branch April 18, 2019 22:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
backlog
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants