Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use deployment watcher if there's a deploy ID #316

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 24, 2022

  1. Use deployment watcher if there's a deploy ID

    Previously levant would check the template contained an update stanza at
    the job level, before watching for a service job deployment to complete.
    
    With this change, we'll always wait for a deployment to complete. This
    allows the Nomad server to be the one to determine if the template has a
    "deployment" rather than levant.
    Mongey committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a707c83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21eb9c4 View commit details
    Browse the repository at this point in the history
  3. Fix panic when a job without update stanza fails deployment

    Currently levant panics if there's a failed deployment for a job without
    an update stanza.
    Mongey committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    95ec856 View commit details
    Browse the repository at this point in the history
  4. Add test

    Mongey committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e04dd53 View commit details
    Browse the repository at this point in the history