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

Drop the default containerImage parameter and use VAR #335

Conversation

lmiccini
Copy link
Contributor

@lmiccini lmiccini commented Jan 17, 2025

Hard coding the containerImage value is problematic b/c our build system would not override the value set in the crd automatically, so the variable ends up being set to the wrong image in the crd definition.
Let's try using RELATED_* vars (set by the infra-operator itself, because we can't have two vars using the same value, see openstack-k8s-operators/openstack-operator#1150).

Jira: OSPRH-13093

@openshift-ci openshift-ci bot requested review from abays and dprince January 17, 2025 09:03
@lmiccini lmiccini force-pushed the drop_default_iha_image branch from 56df2d1 to 502a989 Compare January 17, 2025 09:33
Let's not use the hardcoded default but rely on the RELATED_* vars.

Jira: OSPRH-13093
@lmiccini
Copy link
Contributor Author

/test precommit-check

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/a1302c8b1bbf4305b8ee9357548d0268

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 10m 21s
podified-multinode-edpm-deployment-crc FAILURE in 25m 20s
cifmw-crc-podified-edpm-baremetal FAILURE in 48m 55s

@lmiccini
Copy link
Contributor Author

recheck

Copy link
Contributor

@stuggi stuggi left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link
Contributor

openshift-ci bot commented Jan 17, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bshephar, lmiccini, stuggi

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

The pull request process is described 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

@openshift-merge-bot openshift-merge-bot bot merged commit d7bb082 into openstack-k8s-operators:main Jan 17, 2025
7 checks passed
@lmiccini
Copy link
Contributor Author

/cherrypick 18.0-fr1

@openshift-cherrypick-robot

@lmiccini: new pull request created: #336

In response to this:

/cherrypick 18.0-fr1

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@lmiccini
Copy link
Contributor Author

/cherry-pick 18.0-fr1

@openshift-cherrypick-robot

@lmiccini: new pull request could not be created: failed to create pull request against #18.0-fr1 from head openshift-cherrypick-robot:cherry-pick-335-to-18.0-fr1: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for openshift-cherrypick-robot:cherry-pick-335-to-18.0-fr1."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request","status":"422"}

In response to this:

/cherry-pick 18.0-fr1

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

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.

4 participants