-
Notifications
You must be signed in to change notification settings - Fork 30
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
[cloud images] rename build_id
to creation_timestamp
tag
#523
Conversation
|
packer/build_image.sh
Outdated
@@ -76,8 +76,8 @@ while [ $# -gt 0 ]; do | |||
shift 2 | |||
;; | |||
"--build-id") |
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.
If the build-id
renamed everywhere, change it here as well
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.
we can completely remove it as we now use date as default
As part of my work in scylladb/scylla-pkg#3827, i need to delete old Azure images based on creation date, it seems that Azure doesn't have this information (make no sense), to overcome this we should have a creation_timestamp date tag so we can use. Also noticed that we don't really use the `build_id` tag, so replacing it for all cloud images and make it internal parameter
Waiting for scylladb/scylla-cluster-tests#7397 |
This was merged. Verified again with https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/next-machine-image/319/ |
As part of my work in https://github.com/scylladb/scylla-pkg/issues/3827, i need to delete old Azure images based on creation date, it seems that Azure doesn't have this information (make no sense), to overcome this we should have a creation_timestamp date tag so we can use.
Also noticed that we don't really use the
build_id
tag, so replacing it for all cloud images