question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release day stage of release pipeline should mark builds as released

See original GitHub issue
  • This issue is blocking
  • This issue is causing unreasonable pain

On release day we should mark the builds that are being shipped as released, so that gather-drop and other processes can skip them on subsequent releases if they still appear in the graph:

This can be done with a simple script given an input manifest

$(Get-Content \\vsufile\patches\sign\NET\CORE_BUILDS\3.1.X\3.1.2\3.1.102-servicing-014873\manifest.json | ConvertFrom-Json).builds.barBuildId | % { darc update-build --id $_ --released }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
riarenascommented, Jul 14, 2020

Since this is something that happens during release, it seems like https://github.com/dotnet/arcade/issues/2891 is a better home?

CC @jcagme

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set retention policies for builds, releases, and tests
Specify the number of days that releases deployed to production must be retained. In addition, indicate that runs associated with that release ......
Read more >
Controlling Deployments using Release Gates
You will notice the release have been triggered after the successful build. Go to release Logs to see the progress.
Read more >
Indefinitely retain release and build - azure devops
You just need to find the 26th release and set the Retain indefinitely option. Then the release will retain indefinitely and the related...
Read more >
Azure Pipelines: Classic vs Yaml - YouTube
This is what we will learn today, in this Azure Pipelines Classic vs Yaml Build and Release comparison. EXCLUSIVE CONTENT Do...
Read more >
Link Work Items to Deployments in Azure DevOps ... - YouTube
I will cover the 5 most controversial settings in Azure DevOps Release Pipelines integration section: Report deployment status to the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found