-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[invalid] Test uploads with azcopy #45461
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
Conversation
dc18f29 to
79f4018
Compare
0739d00 to
1648001
Compare
f05b00a to
d21f869
Compare
|
So, osx does not use pristine images... |
| exit $lastLastExitCode | ||
| } | ||
| $azcopy | ||
| $env:PATH += [IO.Path]::PathSeparator + ( Split-Path -Parent ( $azcopy | Select-Object -Last 1 ) ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Select-Object -Last 1 is for https://github.com/microsoft/vcpkg/pull/43309/files#r1952400952.
It really does not: It uninstalls 368 packages which it didn't install in the same CI run in https://dev.azure.com/vcpkg/public/_build/results?buildId=115637&view=logs&j=ac0731cb-f2f9-5764-2e0a-a6fa8ebb4a08&t=1f8aab00-85d2-59d6-ec59-5750d1aa4b81 |
|
Failed on |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Still no success on x64-osx. |
|
Now that we have logs, I can ask the AzCopy team for their input. I did a quick search in StackOverflow and some answers suggest limiting the number of concurrent connections. |
In microsoft/vcpkg-tool#1679 (comment), I asked/warned:
This was less likely to occur with x-azblob only offloading large artifacts, but x-azcopy uses aczopy for all artifacts. |
|
Uploads failed, CI successful? 😕 |
|
azcopy is live. |
Complements microsoft/vcpkg-tool#1679.