-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix: flag built images as infrastructure for tooling purposes #660
Conversation
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.
lgtm based on b/351470247#comment6 internal-guide and what Neha linked in the team chat. Tagging @bajajneha27 for review, thanks!
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.
It seems like the 3.12 unit test is impacted by this codecov issue, which is currently being patched. Regardless we can merge the yaml file change
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.
Overall LGTM, just one comment.
@@ -25,7 +25,15 @@ steps: | |||
"gcr.io/cloud-devrel-public-resources/storage-testbench:$TAG_NAME", | |||
"gcr.io/cloud-devrel-public-resources/storage-testbench:latest", | |||
] | |||
- name: gcr.io/cloud-builders/docker |
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'm not 100% sure but you may have to add waitFor
since we are going to have multiple tags for this image now. For example: python-docker-image
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.
So far this hasn't seemed to be necessary but I'll keep an eye on it with the next release, thank you Neha!
No description provided.