1. 13 Mar, 2016 1 commit
    • This registers over the microsites theming · 88da15d5
      This clobbers edxapp_theme_checkout set by the previous task, even when
      the task is skipped because EDXAPP_COMPREHENSIVE_THEME_SOURCE_REPO is
      unset.
      
      edxapp_theme_checkout is used to tag the instance when the edxapp play
      is run.
      
      That tag is later used by our build infrastructure to ensure that
      theme is consistent between builds.
      
      If we want to also tag the comprehensive theme value, that's fine, but
      it should not clobber the value needed by the other type of themes, and
      should declare a different tag.
      Kevin Falcone committed
  2. 11 Mar, 2016 6 commits
  3. 10 Mar, 2016 12 commits
  4. 09 Mar, 2016 9 commits
  5. 08 Mar, 2016 8 commits
  6. 07 Mar, 2016 3 commits
  7. 04 Mar, 2016 1 commit
    • squash and rebase to upstream/master · 9eabe9ef
      allow for mapred/yarn resource config
      
      use default mapreduce memory settings
      
      corrected defaults for m1.medium, added yarn scheduler vars
      
      testing with increased yarn am resource
      
      remove task.io settings, defaults to AWS recommended
      
      testing new hadoop conditional configuration
      
      iter dict for conditional config
      Rene Sorel committed