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

Doc publishing step to github.io failed to publish #11827

Closed
praveenkuttappan opened this issue Oct 14, 2020 · 2 comments
Closed

Doc publishing step to github.io failed to publish #11827

praveenkuttappan opened this issue Oct 14, 2020 · 2 comments
Assignees
Labels
Central-EngSys This issue is owned by the Engineering System team.

Comments

@praveenkuttappan
Copy link
Member

Step to publish docs to github.io has timed out after 1 hour for @azure/storage-blob package for JS. Time out was caused by a powershell bug in comparing content in html file. This step processes each html file and replaces release tag and compares it against original content. If content has 65K lines then powershell script comparison is stuck for long time. ( Didn't complete in 1 hour). Comparing as a raw content seems to work fine.

We need to change current logic to read and compare it as a raw file.

@praveenkuttappan praveenkuttappan added the Central-EngSys This issue is owned by the Engineering System team. label Oct 14, 2020
@praveenkuttappan
Copy link
Member Author

We should use -raw when reading content and handle set-content accordingly.

ghost pushed a commit to Azure/azure-sdk-tools that referenced this issue Oct 19, 2020
Fixed the issue: Azure/azure-sdk-for-js#11827

JS pipeline running super slow on array object of `Get-Content`.
Tested using -Raw, replacement works correctly and the entire process speeds up.
@weshaggard
Copy link
Member

Fixed by Azure/azure-sdk-tools#1103

benbp pushed a commit to Azure/azure-sdk-tools that referenced this issue Dec 1, 2020
Fixed the issue: Azure/azure-sdk-for-js#11827

JS pipeline running super slow on array object of `Get-Content`.
Tested using -Raw, replacement works correctly and the entire process speeds up.
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
None yet
Development

No branches or pull requests

3 participants