Skip to content

Conversation

belolipa
Copy link
Contributor

This pull request introduces a new parameter, tobikoPatch, to the Tobiko Custom Resource to allow for testing against specific. [OSPRH-11286]

@belolipa belolipa requested a review from a team as a code owner August 28, 2025 10:56
Copy link
Contributor

openshift-ci bot commented Aug 28, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@belolipa belolipa force-pushed the feature/tobiko-patch branch 2 times, most recently from 645ab24 to 04599c6 Compare August 28, 2025 11:21
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/beb4ca6bec964765a2ce4ffd9f9c78c0

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 55m 58s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 19m 29s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 37m 16s
✔️ cifmw-multinode-tempest SUCCESS in 1h 37m 46s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 29s
cifmw-pod-pre-commit FAILURE in 8m 13s
✔️ build-push-container-cifmw-client SUCCESS in 15m 33s
✔️ cifmw-molecule-test_operator SUCCESS in 3m 19s

Copy link
Contributor

@kstrenkova kstrenkova left a comment

Choose a reason for hiding this comment

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

I have tested the change locally and the variable itself is working as expected 👍 My only concern is in the comment I left, I hope someone will take time to review it.

@@ -206,6 +207,7 @@ cifmw_test_operator_tobiko_config:
containerImage: "{{ stage_vars_dict.cifmw_test_operator_tobiko_image }}:{{ stage_vars_dict.cifmw_test_operator_tobiko_image_tag }}"
testenv: "{{ stage_vars_dict.cifmw_test_operator_tobiko_testenv }}"
version: "{{ stage_vars_dict.cifmw_test_operator_tobiko_version }}"
patch: "{{ stage_vars_dict.cifmw_test_operator_tobiko_patch | default(omit) }}"
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest either having only default(omit) and no default value on line 182 or default({}). Not sure which approach is better but right now it's redundant to set it 2 times. To me it looks like default(omit) is better, but will wait for other reviews.

@danpawlik Could you perhaps review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants