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. 28 Oct, 2019 1 commit
  2. 18 Oct, 2019 4 commits
  3. 10 Oct, 2019 1 commit
  4. 26 Sep, 2019 1 commit
  5. 09 Sep, 2019 1 commit
  6. 31 Aug, 2019 2 commits
  7. 30 Aug, 2019 1 commit
  8. 28 Aug, 2019 1 commit
  9. 24 Aug, 2019 2 commits
    • Mahmood Ali's avatar
      use circleci/golang images directly · b6bf83ad
      Mahmood Ali authored
      We currently use an container image for `test-devices` job only; while
      all other jobs use machine executor.
      
      This allows us to switch golang and protoc verions easily without
      manually managing Docker images (which requires building them manually
      on a dev machines, etc).  All that while, we install dependencies on
      every build in all other jobs..
      
      `test-devices` now is one of the fastest jobs and isn't a constraint or
      a bottleneck, so increasing its overhead by few seconds doesn't hurt the
      overall developer iteration.
      
      If we split tests effectively later, we can revisit.
      b6bf83ad
    • Mahmood Ali's avatar
      use a new image with proper protoc dependency · f4571cb9
      Mahmood Ali authored
      Fixes `test-devices` job
      f4571cb9
  10. 23 Aug, 2019 1 commit
  11. 22 Aug, 2019 1 commit
    • Mahmood Ali's avatar
      ci: Use more recent base machine executor image · 91bccfc8
      Mahmood Ali authored
      This fixes a frequent failure in `test-rkt` jobs where dpkg installation
      fails.
      
      The image used currently, circleci/classic:201808-01, has unattended
      upgrades enabled accidentally, which runs on every build.  This means
      that tools get modified unexpectedly during builds, and apt-get commands
      may fail as the unattended upgrade is holding package database lock.
      
      This updates `test-rkt` job only because the new image breaks
      `test-docker` job (e.g. https://circleci.com/gh/hashicorp/nomad/2641 ),
      and I punted on investigating test-docker for another day.
      91bccfc8
  12. 21 Aug, 2019 1 commit
    • Buck Doyle's avatar
      UI: Add CircleCI job (#6125) · 6dcf4f29
      Buck Doyle authored
      This adds a job to test the UI on CircleCI, including the sort of branch
      pattern-matching from #5839, so .-ui/ branches only have that job
      and not the non-UI ones.
      
      I considered having an entire workflow for UI, which could have separate
      jobs for linting vs Ember tests, but the lint commands take so little time
      that it didn’t seem worth it.
      
      There’s no use of nvm to change the Node version as the Docker image
      is what controls that. It’s annoying to have to update the version in multiple
      places, but probably infrequent.
      6dcf4f29
  13. 20 Aug, 2019 1 commit
  14. 14 Aug, 2019 1 commit
  15. 13 Aug, 2019 2 commits
  16. 12 Aug, 2019 9 commits
  17. 20 Nov, 2018 1 commit