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

Allow azure provider to ignore failed provisioning states #3347

Closed
djmitche opened this issue Aug 5, 2020 · 0 comments · Fixed by #3496
Closed

Allow azure provider to ignore failed provisioning states #3347

djmitche opened this issue Aug 5, 2020 · 0 comments · Fixed by #3496
Assignees

Comments

@djmitche
Copy link
Collaborator

djmitche commented Aug 5, 2020

Per https://bugzilla.mozilla.org/show_bug.cgi?id=1646061, win7 instances don't have a VM agent and thus transition into powerStates = ['ProvisioningState/failed/OSProvisioningTimedOut', 'PowerState/running'].

Let's add an option to an Azure worker pool config, ignoreFailedProvisioningState, that will ignore ProvisioningState/failed* power states, treating them as "instance is running just fine" Per #3346, re/registrationTimeout acts as a backstop to this, where if an instance really has failed, it will eventually timeout and be killed.

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

Successfully merging a pull request may close this issue.

2 participants