-
Notifications
You must be signed in to change notification settings - Fork 81
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
Compiled upload download yaml for testing purpose #982
Compiled upload download yaml for testing purpose #982
Conversation
edd26c6
to
4394e13
Compare
Kudos, SonarCloud Quality Gate passed!
|
_parsed_args = vars(_parser.parse_args()) | ||
|
||
_outputs = send_file(**_parsed_args) | ||
image: registry.access.redhat.com/ubi8/python-38 |
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.
ubi8/python-38 sounds pretty old, is that ok to have such an old 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.
This is the compiled file. I can update it on next PR
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun'] | ||
- image: registry.redhat.io/ubi8/python-39@sha256:3523b184212e1f2243e76d8094ab52b01ea3015471471290d011625e1763af61 |
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.
and now we have ubi8/python-39@sha256:3523b...
probably it is ok but using the same python image might be a good idea
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.
Ok. Going to sync all in other PR
- sh | ||
- -ec | ||
- | | ||
program_path=$(mktemp) |
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.
Have you considered storing the script logic in a configmap?
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 is the compiled file
lgtm, pls check the comments by Andrej |
Please keep two commits.
The compiled yaml file is for manual testing. There is no Polarion Test yet.