-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
devops: use azcopy for better upload performance #26360
Conversation
Test results for "tests 1"3 failed 8 flaky 25043 passed, 583 skipped ❌ [playwright-test] › reporter-html.spec.ts:1452:7 › merged › labels › filter should update stats
❌ [playwright-test] › to-have-screenshot.spec.ts:62:5 › should disable animations by default
❌ [playwright-test] › ui-mode-test-progress.spec.ts:218:5 › should show trace w/ multiple contexts
Retry 1:
Retry 2:
Retry 3:
Merge workflow run. |
The credentials are created with `az ad sp create-for-rbac --name "playwright-github-actions" --role "Storage Blob Data Contributor" --scopes /subscriptions/<subscription id>/resourceGroups/<resource group>/providers/Microsoft.Storage/storageAccounts/<storage account>` We cannot use `azure/login@v1` for login as it does not see to properly propagate credentials to `azcopy` in the next step (there are some reports about keyring problems on linux based actions).
The credentials are created with
az ad sp create-for-rbac --name "playwright-github-actions" --role "Storage Blob Data Contributor" --scopes /subscriptions/<subscription id>/resourceGroups/<resource group>/providers/Microsoft.Storage/storageAccounts/<storage account>
We cannot use
azure/login@v1
for login as it does not see to properly propagate credentials toazcopy
in the next step (there are some reports about keyring problems on linux based actions).