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. 10 Oct, 2022 3 commits
  2. 07 Oct, 2022 2 commits
  3. 06 Oct, 2022 19 commits
  4. 05 Oct, 2022 1 commit
  5. 04 Oct, 2022 5 commits
  6. 03 Oct, 2022 3 commits
    • Michael Schurter's avatar
      Fixing flaky TestOverlap test (#14780) · 617f2232
      Michael Schurter authored
      * test: ensure feasible node selected in overlap test
      
      * test: warn when getting close to retry limit
      617f2232
    • Elijah Voigt's avatar
      Docs(job-specification/periodic): Add enabled toggle (#14767) · 5fdcbf08
      Elijah Voigt authored
      This is probably undocumented for a reason, but the `enabled` toggle in the
      `periodic` stanza is very useful so I figured I try adding it to the docs.
      
      The feature has been secretly avaliable since #9142 and was called out in that
      PR as being a dubious addition, only added to avoid regressions.
      
      The use case for disabling a periodic job in this way is to prevent it from
      running without modifying the schedule. Ideally Nomad would make it more clear
      that this was the case, and allow you to force a run of the job, but even with
      those rough edges I think users would benefit from knowing about this toggle.
      5fdcbf08
    • Tim Gross's avatar
      internals documentation with diagrams (#14750) · 98deb8d8
      Tim Gross authored
      This changeset adds new architecture internals documents to the contributing
      guide. These are intentionally here and not on the public-facing website because
      the material is not required for operators and includes a lot of diagrams that
      we can cheaply maintain with mermaid syntax but would involve art assets to have
      up on the main site that would become quickly out of date as code changes happen
      and be extremely expensive to maintain. However, these should be suitable to use
      as points of conversation with expert end users.
      
      Included:
      * A description of Evaluation triggers and expected counts, with examples.
      * A description of Evaluation states and implicit states. This is taken from an
        internal document in our team wiki.
      * A description of how writing the State Store works. This is taken from a
        diagram I put together a few months ago for internal education purposes.
      * A description of Evaluation lifecycle, from registration to running
        All...
      98deb8d8
  7. 30 Sep, 2022 4 commits
  8. 29 Sep, 2022 3 commits