-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[check-node-versions] Fails in 5 different ways #16661
Comments
@HarshaNalluru I just found out that installing packages from URLs provided by the release pipeline does not actually work! because they're not direct links. See https://teams.microsoft.com/l/message/19:[email protected]/1627675696540?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&groupId=3e17dcb0-4257-4a30-b843-77f47f1d4121&parentMessageId=1627675696540&teamName=Azure%20SDK&channelName=Engineering%20System%20%F0%9F%9B%A0%EF%B8%8F&createdTime=1627675696540. Could you try download the artifact first and then use the local path in the |
Actually, there is a bug I just fixed in #16686 and I think that was responsible for issue at step 3. Let's try again after that PR gets merged. |
Hi @HarshaNalluru. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
I can create individual issues for the rest and close this if you want @deyaaeldeen |
Closing in favor of #16713 |
#15619 tracks 1 |
I was releasing app-config and hit all sorts of errors with check-node-versions.
Codespaces
npx dev-tool samples check-node-versions --artifact-path https://bit.ly/2Vj9AEo --node-versions "14,16"
is my commandI gave up and started using the dev-tool in my local.
I tried deleting them with the container ids and it says they are not found. Tried again, this time it goes past that step and hits a new issue.
Samples generation also seem to have a problem.
We are generating and publishing and never cared about running them. @witemple-msft
I don't even understand what I should be doing.
I did give the artifact URL, I don;t know why it still fails.
Dev-tool with the check-node-versions used to sweetly run all the samples at once before, I just want to get that behavior back! 😥
The text was updated successfully, but these errors were encountered: