-
Notifications
You must be signed in to change notification settings - Fork 241
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
Have setup_kubernetes_job prioritize services whose git_shas are chan… #3577
base: master
Are you sure you want to change the base?
Conversation
684760c
to
d5cba35
Compare
paasta_tools/kubernetes_tools.py
Outdated
@property | ||
def deployment_version(self): | ||
return DeploymentVersion(self.git_sha, self.image_version) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3
d5cba35
to
285311f
Compare
This also looks a bit too good/easy to close (conflict is minor). But I wouldn't want to just press merge since someone needs to validate everything is okay after rolling out. |
…_versions are changing, so that real bounces take priority over big bounces.
…sary deployment_version property on Application
285311f
to
05ea9f6
Compare
"""This will return 1 if the desired deployment_version matches an existing deployment_version, and 0 | ||
otherwise. This will cause applications that need a new deployment_version to be handled first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on another read: the 0 otherwise
bit isn't 100% accurate since we return 2 for broken apps
…ging, so that real bounces take priority over big bounces.