-
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
Mark for deployment tags #190
Conversation
8bbb271
to
42ae5c2
Compare
lg2m. ship |
@@ -975,6 +975,10 @@ def get_paasta_branch(cluster, instance): | |||
return 'paasta-%s.%s' % (cluster, instance) | |||
|
|||
|
|||
def get_paasta_tag(cluster, instance): | |||
return get_paasta_branch(cluster, instance) |
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.
I think this is a good start, long term I think we need the type of tag that start/stop does with a timestamp. Otherwise we are moving this same tag over and over which is kinda gross.
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.
+1 do this before you ship this branch
You are going to have to rebase on top of @mjksmith's deploy_group changes carefully. |
29ccd85
to
71adfd6
Compare
ship |
Revert "Merge pull request #190 from Yelp/mark_for_deployment-tags"
In an effort to migrate us from branches to tags, this first pull request updates
mark_for_deployment
to tag as well as create a branch. Since branches are still being created like normal and no other code has been updated to switch from branches to tags, this should be a safe change.The change to CHAGNELOG.md was to make the pre-commit hook happy.