Skip to content
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

Merged

Conversation

diegolovison
Copy link
Contributor

@diegolovison diegolovison commented Oct 19, 2023

Please keep two commits.

The compiled yaml file is for manual testing. There is no Polarion Test yet.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jgarciao jgarciao added the needs testing Needs to be tested in Jenkins label Oct 19, 2023
@jgarciao jgarciao added enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) and removed needs testing Needs to be tested in Jenkins labels Oct 20, 2023
@jgarciao jgarciao requested a review from apodhrad October 20, 2023 07:40
_parsed_args = vars(_parser.parse_args())

_outputs = send_file(**_parsed_args)
image: registry.access.redhat.com/ubi8/python-38
Copy link
Contributor

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?

Copy link
Contributor Author

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
Copy link
Contributor

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

Copy link
Contributor Author

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)
Copy link
Contributor

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?

Copy link
Contributor Author

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

@bdattoma
Copy link
Contributor

lgtm, pls check the comments by Andrej

@diegolovison diegolovison merged commit 8106e58 into red-hat-data-services:master Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants