Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: d4b6b7c8ef7c5b592cf0f540e15a99bd92aa2382
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d4b6b7c8ef7c5b592cf0f540e15a99bd92aa2382
  Author: Matt Mitchell <mmit...@microsoft.com>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java

  Log Message:
  -----------
  Various bugfixes
* Avoid race where we can oversubscribe VMs because we do not adjust the 
estimated virtual machine count before attempting to allocate another set of 
VMs.  When there were large queues of various machine types, routinely 
attempted to allocate hundreds of VMs at once.
* Instead of listing all deployments, get deployment by name and then list 
operations.  This avoids an issue where the deployment list operation will fail 
on an unrelated deployment if it's being deleted.  Leads to failure to allocate 
new VMs
* Fix error message when deployment times out
* waitUntilOnline was blocking cleanup if a failure happened while waiting. 
Instead, ensure the cleanup is unblocked


  Commit: c3b520c0f866b64d0168e33fd49526f73bdf1ae3
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c3b520c0f866b64d0168e33fd49526f73bdf1ae3
  Author: Matt Mitchell <mmit...@microsoft.com>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java

  Log Message:
  -----------
  Fix machine count estimation
Ensure that the virtual machine count is the total we think there is, and that 
deletions remove from that count, and additions actually add.  Before we were 
subtracting VMs when adding them in some cases


  Commit: e052600a06b2cf86dac4bff326193c7e5e14c5c0
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/e052600a06b2cf86dac4bff326193c7e5e14c5c0
  Author: Matt Mitchell <mmit...@microsoft.com>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java

  Log Message:
  -----------
  Combine virtual machine count adjustment into one method
Add a null check + throw on if new deployment is found during 
createProvisionedAgent


  Commit: ba5996fc6535f28037b50d62c932566aebb65e40
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ba5996fc6535f28037b50d62c932566aebb65e40
  Author: Matt Mitchell <mmit...@microsoft.com>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java

  Log Message:
  -----------
  Fix comment


  Commit: 265f0322d4ba5bb678cdf5f092b465f479b1f501
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/265f0322d4ba5bb678cdf5f092b465f479b1f501
  Author: Matt Mitchell <mmit...@microsoft.com>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M pom.xml
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMComputer.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    M src/main/webapp/help-initScript.html
    M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMCloud.java

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into various-fixes


  Commit: f6c0585ebc73b9b86aebacdb03459888472df738
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f6c0585ebc73b9b86aebacdb03459888472df738
  Author: Matt Mitchell <mmit...@microsoft.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java

  Log Message:
  -----------
  Merge pull request #47 from mmitche/various-fixes

Various bugfixes


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/4101bc2e3b37...f6c0585ebc73

-- 
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/d/optout.

Reply via email to