1. 13 Apr, 2015 4 commits
  2. 12 Apr, 2015 2 commits
    • Don't run `/edx/bin/update` with `--tags deplay` by default. · 082e0d21
      Having `--tags deploy` be part of the ansible-playbook call
      that `/edx/bin/update` makes is not intuitive.  It's broken
      us a few times recently and I don't think the benefit it
      provides is worth the cost and confusion.  I feel that anyone
      who wants to use tags will know how to do it without using
      `/edx/bin/update`.
      Feanil Patel committed
    • The short circuit logic does not work on jenkins. · 144b214b
      ```
      13:08:11 + ret=0
      13:08:11 + echo 0
      13:08:11 0
      13:08:11 + '[' 0 -ne 0 ']'
      13:08:11 Build step 'Virtualenv Builder' marked build as failure
      13:08:11 [ssh-agent] Stopped.
      13:08:11 Finished: FAILURE
      ```
      
      The example above is a snippet from jenkins which the integration test runs into,
      meaning it is often suceeding but reporting it as failure.  There is still an issue
      with the cms worker which is related to 'stopwaitsecs' which is really high for all
      workers due to grading.  That work will need to be refactored so that cms workers
      don't wait so long before killing the worker.
      
      The problem is the same as what is described here but more investigation will be
      useful.
      
      http://stackoverflow.com/questions/9971627/why-is-celery-not-shutting-down-cleanly
      Feanil Patel committed
  3. 07 Apr, 2015 3 commits
  4. 06 Apr, 2015 2 commits
  5. 05 Apr, 2015 1 commit
  6. 03 Apr, 2015 4 commits
  7. 01 Apr, 2015 2 commits
  8. 31 Mar, 2015 7 commits
  9. 30 Mar, 2015 11 commits
  10. 26 Mar, 2015 4 commits