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

Improve Nuget-CUDA-Packaging-Pipeline #19668

Merged
merged 3 commits into from
Feb 27, 2024

Conversation

skottmckay
Copy link
Contributor

Description

  • Publish the artifacts as late as possible
    • once published the artifacts are immutable, and any retry will fail if they exist
    • if any step fails after publishing the stage cannot be retried
  • use powershell to cleanup
    • DeleteFiles is taking >30 mins and causing the stage to timeout
    • powershell took < 1s

Motivation and Context

Make pipeline more robust

@skottmckay skottmckay requested a review from a team as a code owner February 27, 2024 09:03
@snnn snnn merged commit 1c468a0 into main Feb 27, 2024
93 of 95 checks passed
@snnn snnn deleted the skottmckay/PublishPackageLaterInNugetCudaPackagingPipeline branch February 27, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants