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. 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
  2. 23 Mar, 2020 1 commit
    • Mahmood Ali's avatar
      ci: use curl · 6ffb7a3d
      Mahmood Ali authored
      It's installed by default in macOS unlike wget
      6ffb7a3d
  3. 15 Mar, 2020 1 commit
  4. 20 Nov, 2019 1 commit
    • Mahmood Ali's avatar
      Refactor circleci CI scripts · 90d1c69e
      Mahmood Ali authored
      This adopts pattern used by Vault, where we split CircleCI yaml config
      into multiple files that get packed and translated to 2.0.
      
      This has two motivations: First, to ease translating config to CircleCI
      2.0 so it can run on Enterprise private repository.  Second and most
      importantly, it also adding Enterprise specific jobs in separate files
      with reduced config file merging conflict resolution.
      90d1c69e