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

[ci_dcn_site] Update repo variables paths #2784

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sbekkerm
Copy link
Contributor

Modified ci_dcn_site_cifmw_repo_path to create its value dynamically from cifmw_architecture_repo

@sbekkerm sbekkerm requested a review from a team as a code owner March 11, 2025 15:09
ci_dcn_site_arch_path: "{{ ci_dcn_site_arch_repo_path }}/examples/dt/dcn"
ci_dcn_site_cifmw_repo_path: /home/zuul/src/github.com/openstack-k8s-operators/ci-framework
ci_dcn_site_cifmw_repo_path: "{{ ci_dcn_site_arch_repo_path | regex_replace('architecture$', 'ci-framework') }}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Finding issue here after a while might be difficult.
Could we leave /home/zuul/src/github.com/openstack-k8s-operators/ci-framework as it was earlier?
Or maybe:

ci_dcn_site_project_path: ' /home/zuul/src/github.com/openstack-k8s-operators'
ci_dcn_site_arch_repo_path: "{{ cifmw_architecture_repo | default(ci_dcn_site_project_path + '/architecture' }}"
ci_dcn_site_cifmw_repo_path: "{{ ci_dcn_site_project_path + '/ci-framework' }}"

Hard to say, what would be easier to debug in the future.

Modified `ci_dcn_site_cifmw_repo_path` to create its value dynamically
from cifmw_architecture_repo
Copy link
Contributor

openshift-ci bot commented Mar 26, 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

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