deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

feat(storage): remove polling for object in storage #292

Closed smothiki closed 8 years ago

smothiki commented 8 years ago

Summary of Changes

This PR avoid builder to poll for object storage if the file were uploaded or not

Ref https://github.com/deis/slugrunner/pull/26 Ref https://github.com/deis/slugbuilder/pull/52

Testing Instructions

Please provide a detailed list for how to test the changes in this PR.

  1. Create a Deis Cluster
  2. Register an app
  3. Your Steps Here...

Also, please provide a description of the desired result after the tester completes the above steps.

  1. The app called "abcd" should be deployed
  2. kubectl get pod --namespace=abcd should show 2 pods running
  3. etc...

    Pull Request Hygiene TODOs

Please make sure the below checklist is complete.