Skip to content

Commit

Permalink
remove other branches changes
Browse files Browse the repository at this point in the history
remove other branch changes
  • Loading branch information
cyrilbrugman committed May 25, 2018
1 parent d9f3e15 commit c4f1d36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
Expand Up @@ -249,9 +249,6 @@ public synchronized Collection<NodeProvisioner.PlannedNode> provisionInternal(

int toProvision = targetCapacity - stats.getNumDesired();

if (toProvision < 1)
return Collections.emptyList();

LOGGER.log(Level.INFO, "Provisioning nodes. Excess workload: " + Integer.toString(weightedExcessWorkload) + ", Provisioning: " + Integer.toString(toProvision));

final ModifySpotFleetRequestRequest request=new ModifySpotFleetRequestRequest();
Expand Down

0 comments on commit c4f1d36

Please sign in to comment.