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

Add sync test pipeline #39

Merged
merged 6 commits into from
Jul 31, 2023

Conversation

natifridman
Copy link
Contributor

No description provided.

Copy link
Member

@novacain1 novacain1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just some general questions around resources and credentials above.

- ReadWriteOnce
resources:
requests:
storage: 10Gi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be interesting to understand how much storage is required in the long run, as 10Gi seems like a lot on paper with examples in tekton.dev showing 16Mb in examples.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point this is way too much and not needed. This is leftover from the previous test pipeline and is not needed anymore since we take the test output.
I removed the use of workspace


fi
- name: VERSION
value: '4.12'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed this, this is the openshift-client used on the cluster running Pipelines (Tekton), for us its 4.12 for now. Something to keep in mind to put into the README in case futures require running the pipeline on 4.13+ Hub clusters.

Copy link
Member

@novacain1 novacain1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, minus one comment around 4.12 OCP client. Not enough to require feedback / things to address before merging.

@novacain1 novacain1 merged commit 70caffb into redhat-partner-solutions:main Jul 31, 2023
@natifridman natifridman deleted the sync-test branch July 31, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants