This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 13 Dec, 2017 1 commit
  2. 23 Jul, 2017 2 commits
    • Alex Dadgar's avatar
      travis check fixes · fdd77dca
      Alex Dadgar authored
      fdd77dca
    • Alex Dadgar's avatar
      Parallel client tests (#2890) · 08c2ba9b
      Alex Dadgar authored
      * alloc_runner
      
      * Random tests
      
      * parallel task_runner and no exec compatible check
      
      * Parallel client
      
      * Fail fast and use random ports
      
      * Fix docker port mapping
      
      * Make concurrent pull less timing dependant
      
      * up parallel
      
      * Fixes
      
      * don't build chroots in parallel on travis
      
      * Reduce parallelism on travis with lxc/rkt
      
      * make java test app not run forever
      
      * drop parallelism a little
      
      * use docker ports that are out of the os's ephemeral port range
      
      * Limit even more on travis
      
      * rkt deadline
      08c2ba9b
  3. 21 Jul, 2017 1 commit
  4. 22 Jun, 2017 1 commit
  5. 26 Mar, 2017 1 commit
  6. 12 Jan, 2017 1 commit
  7. 06 Jan, 2017 1 commit
  8. 02 Dec, 2016 1 commit
    • Michael Schurter's avatar
      Add Driver.Prestart method · ee17940d
      Michael Schurter authored
      The Driver.Prestart method currently does very little but lays the
      foundation for where lifecycle plugins can interleave execution _after_
      task environment setup but _before_ the task starts.
      
      Currently Prestart does two things:
      
      * Any driver specific task environment building
      * Download Docker images
      
      This change also attaches a TaskEvent emitter to Drivers, so they can
      emit events during task initialization.
      ee17940d
  9. 01 Nov, 2016 2 commits
  10. 26 Oct, 2016 1 commit
    • Michael Schurter's avatar
      Put lxc support behind a flag · aeb410c0
      Michael Schurter authored
      Since lxc support requires linking to a C lib at compile and runtime
      I'm putting it behind a build flag to avoid forcing all nomad users to
      install liblxc (lxc-dev for development).
      aeb410c0
  11. 13 Oct, 2016 3 commits