-
Notifications
You must be signed in to change notification settings - Fork 205
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
fix cocreature's temp machine #5341
Conversation
Our Linux startup script never finishes, as it ends with `exec`'ing to the Azure agent. Since I've removed that part, the EXIT handler, supposed to only kick in when an issue prevents the script from finishing, triggers on normal exit, and the machine shuts down. Making it hard to use. CHANGELOG_BEGIN CHANGELOG_END
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
In the interest of time, applying before CI finishes and thus before merging to master. Successfully applied commit 7cf3834, as expected creating a new Linux template, deleting the old one, and updating the group manager to use the new template. |
Can confirm Terraform still applies cleanly on ce5ad64 (as a sanity check). |
This reverts commit ce5ad64.
This reverts commit ce5ad64.
This reverts commit ec63b0f.
This reverts commit 81d8399.
…"""" This reverts commit b6fdb27.
This reverts commit ce5ad64.
This reverts commit ce5ad64.
This reverts commit ce5ad64.
This reverts commit ce5ad64.
Our Linux startup script never finishes, as it ends with
exec
'ing to the Azure agent. Since I've removed that part, the EXIT handler, supposed to only kick in when an issue prevents the script from finishing, triggers on normal exit, and the machine shuts down. Making it hard to use.CHANGELOG_BEGIN
CHANGELOG_END