Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 8d0a9fa1d53d148601e33cb68d50b47b5ff97276
      
https://github.com/jenkinsci/ec2-plugin/commit/8d0a9fa1d53d148601e33cb68d50b47b5ff97276
  Author: Mike Bayer <mike...@zzzcomputing.com>
  Date:   2012-10-09 (Tue, 09 Oct 2012)

  Changed paths:
    M src/main/java/hudson/plugins/ec2/EC2Cloud.java

  Log Message:
  -----------
  - add a new mechanism to help count the total number of EC2 instances for a 
particular AMI.  As an EC2Slave
is being provisioned, a temporary count is placed in a HashMap, which is used 
in addition to the
count reported by Amazon itself for a particular ami.   This is so that the 
count of total
nodes provisioned takes into account those which Amazon doesn't report yet.  
The count returned
may be too high, if amazon reports it in addition to the "provision" count, but 
better to err on the
side of not spawning a node too soon; it will get spawned on the next go-around.
Tries to fix [JENKINS-6691].


  Commit: de72f67a04ab01a3b73b44973fc730eb857913e2
      
https://github.com/jenkinsci/ec2-plugin/commit/de72f67a04ab01a3b73b44973fc730eb857913e2
  Author: Francis Upton <franc...@gmail.com>
  Date:   2013-02-07 (Thu, 07 Feb 2013)

  Changed paths:
    M src/main/java/hudson/plugins/ec2/EC2Cloud.java

  Log Message:
  -----------
  Merge pull request #25 from zzzeek/master

keep track of instances being provisioned; use this count when determining 
total/AMI instance caps


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/082f3e517d61...de72f67a04ab

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to