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

Enabling Policheck for Runtime repo #5149

Closed
Anipik opened this issue Mar 27, 2020 · 1 comment
Closed

Enabling Policheck for Runtime repo #5149

Anipik opened this issue Mar 27, 2020 · 1 comment
Assignees

Comments

@Anipik
Copy link
Contributor

Anipik commented Mar 27, 2020

I am trying to enable the policheck for the runtime repo here dotnet/runtime#33841

Policheck doesnot uses any artifacts, there is no way to disable the downloading of the artifacts.
It seems like after the consolidation of the repos the number of artifacts has increased a lot which is
leading the powershell being crashed while trying to extract files.

https://dev.azure.com/dnceng/internal/_build/results?buildId=570237

This issue is currently blocking enabling of policheck for the runtime repo.

cc @sunandabalu @ericstj

@sunandabalu
Copy link
Member

As a short-term fix to unblock runtime to enable SDL runs, we should make the Download and there by extraction of artifacts optional. This should be a easy fix to plumb through.

Long-term we do need to address the StackOverFlow issue with powershell trying to extract BlobArtifacts.

\cc @ilyas1974

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants