We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the tests have failed, the scheduler GC keeps deleting the instances, because the build status is listed as timedout (or w/e).
timedout
To tell when the ssh-enabled build is cancelled/timedout, we should also check for "why": "ssh", and maybe something else.
"why": "ssh"
API Call for reference: https://circleci.com/api/v1/project/weaveworks/weave
The text was updated successfully, but these errors were encountered:
Or maybe just check if stop_time is null.
stop_time
Sorry, something went wrong.
Assigned to @tomwilkie for deployment
tomwilkie
No branches or pull requests
If the tests have failed, the scheduler GC keeps deleting the instances, because the build status is listed as
timedout
(or w/e).To tell when the ssh-enabled build is cancelled/timedout, we should also check for
"why": "ssh"
, and maybe something else.API Call for reference: https://circleci.com/api/v1/project/weaveworks/weave
The text was updated successfully, but these errors were encountered: