Skip to content

add cuda install logs #832

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

Merged
merged 8 commits into from
Aug 20, 2021
Merged

add cuda install logs #832

merged 8 commits into from
Aug 20, 2021

Conversation

mszhanyi
Copy link
Contributor

@mszhanyi mszhanyi commented Aug 17, 2021

@mszhanyi
Copy link
Contributor Author

mszhanyi commented Aug 18, 2021

@peterjc123 @seemethere
The verification PR is
pytorch/pytorch#63551

)

start /wait setup.exe -s %ARGS%
sc query wususerv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo? also check line 190

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think both sc query wususerv could be removed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's only used for debugging purposes


start /wait setup.exe -s %ARGS%
sc query wususerv
sc config wuauserv start= disabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @seemethere @malfet I'm not sure whether it will break something at the CircleCI side or not. Would you please open a ticket about it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows update would start again after net stop wususerv

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But you set it to disabled instead of stopping it here, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. So far, CI only pass as the update service is disabled.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like ideally they wouldn’t be re-using runners between runs so this shouldn’t be a big issue.

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

Successfully merging this pull request may close these issues.

Random CI error 'CUDA xxx installed failed'
5 participants