-
Notifications
You must be signed in to change notification settings - Fork 71
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
Create transformation tests #1480
Conversation
COPY VERSION build.sh ./ | ||
COPY debian debian | ||
COPY pkg pkg | ||
COPY . /work |
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.
Are we breaking any docker image caching assumptions with this 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.
The final build step will now be re-done if anything in the repo changes. But that probably would have caused one of the previous steps to also be different, so I think this build step would have already had different inputs in every case.
COPY VERSION build.sh ./ | ||
COPY debian debian | ||
COPY pkg pkg | ||
COPY . /work |
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.
The final build step will now be re-done if anything in the repo changes. But that probably would have caused one of the previous steps to also be different, so I think this build step would have already had different inputs in every case.
Description
Create a new type of test (transformation tests) that allow developers to test ops agent processors locally.
Related issue
b/282780041
How has this been tested?
New tests pass.
Checklist: