Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9f3d2282
authored
Jul 08, 2014
by
Bach Dániel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vm: Set DeployOperation.is_preferred == True for pending vms
parent
0b3c1d59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
circle/vm/operations.py
+1
-0
No files found.
circle/vm/operations.py
View file @
9f3d2282
...
@@ -173,6 +173,7 @@ class DeployOperation(InstanceOperation):
...
@@ -173,6 +173,7 @@ class DeployOperation(InstanceOperation):
def
is_preferred
(
self
):
def
is_preferred
(
self
):
return
self
.
instance
.
status
in
(
self
.
instance
.
STATUS
.
STOPPED
,
return
self
.
instance
.
status
in
(
self
.
instance
.
STATUS
.
STOPPED
,
self
.
instance
.
STATUS
.
PENDING
,
self
.
instance
.
STATUS
.
ERROR
)
self
.
instance
.
STATUS
.
ERROR
)
def
on_commit
(
self
,
activity
):
def
on_commit
(
self
,
activity
):
...
...
Bach Dániel
@bachdaniel
mentioned in issue
#190 (closed)
Jul 08, 2014
mentioned in issue
#190 (closed)
mentioned in issue #190
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment