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. 02 Jun, 2020 1 commit
    • Seth Hoenig's avatar
      deps: Switch to Go modules for dependency management · 15fb4c99
      Seth Hoenig authored
      This PR switches the Nomad repository from using govendor to Go modules
      for managing dependencies. Aspects of the Nomad workflow remain pretty
      much the same. The usual Makefile targets should continue to work as
      they always did. The API submodule simply defers to the parent Nomad
      version on the repository, keeping the semantics of API versioning that
      currently exists.
      15fb4c99
  2. 15 May, 2020 2 commits
    • Mahmood Ali's avatar
      Few Windows CI changes: · f8294f5e
      Mahmood Ali authored
      Always install go and vault: the check may accidentally use the CircleCI
      pre-installed go version instead of the cached version.
      
      Also, always install from sources without caching.  Go/vault
      installation is basically a tarball download.  That's equivalent to
      CirleCI caching without the complexity.  These steps don't add much time
      either.
      
      Lastly, infer the OS when downloading tarball to avoid managing them in
      the job spec.
      f8294f5e
    • Michele's avatar
      Move appveyor tests to circle · d09937e4
      Michele authored
      d09937e4
  3. 23 Mar, 2020 2 commits