-
Notifications
You must be signed in to change notification settings - Fork 33
Bug 1872080: Add Dockerfile.rhel to match build configuration in ocp-build-data #115
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
Conversation
…build-data This change adds a new Dockerfile.rhel file to control builds that target rhel. It is inspired by the automatically generated patches which ensure that build files match what is in the [ocp-build-data repository](https://github.com/openshift/ocp-build-data/tree/openshift-4.6-rhel-8/images) used for producing release artifacts. After this change merges, the configuration files in https://github.com/openshift/release/blob/master/ci-operator/config/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master.yaml and https://github.com/openshift/ocp-build-data/blob/openshift-4.6/images/ose-openstack-machine-controllers.yml should be updated with the new dockerfile path.
@elmiko: This pull request references Bugzilla bug 1872080, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
In response to this:
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/test-infra repository. |
@elmiko: This pull request references Bugzilla bug 1872080, which is valid. 3 validation(s) were run on this bug
In response to this:
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/test-infra repository. |
1 similar comment
@elmiko: This pull request references Bugzilla bug 1872080, which is valid. 3 validation(s) were run on this bug
In response to this:
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/test-infra repository. |
this patch is intended to replace #113 , the reason i am proposing a new dockerfile is to help enable our community(OKD) users to continue to build these components while not disrupting the rhel-based builds needed for our releases. after this has merged and we have updated the related configurations, we could examine deprecating the .rhel7 file when it is no longer needed. |
/test e2e-openstack |
/approve |
Hi @elmiko, thanks for the patch. This is indeed a better solution if it allows OKD to continue building the images. Will you take care of updating the configs in the release and ocp-build-data repos to point to the new Dockerfile once the patch merges or should we? |
hi @mandre , i will create a patch to update the ocp-build-data and the release repo once this patch lands. to make things simple i am going to coordinate with the other PRs i've placed on the machine-api provider components. so it might take a few days depending on when things merge. my goal is to have all this merged during our current sprint (within the next 2 weeks). |
/retest |
We are having issues with our test infra right now |
/retest |
/retest |
/retest |
@enxebre: changing LGTM is restricted to collaborators In response to this:
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/test-infra repository. |
for some reason Alberto's lgtm didn't get picked up, re-adding /lgtm |
@elmiko: you cannot LGTM your own PR. In response to this:
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/test-infra repository. |
This change is in support of bugzilla 1872080. It modifies the configuration files for the machine-api components by adjusting their dockerfile to match the newly created "Dockerfile.rhel" files. This change also depends on several pull requests and should not be merged until they are: openshift/machine-api-operator#692 openshift/cluster-api-provider-gcp#118 openshift/cluster-api-provider-aws#349 openshift/cluster-api-provider-ovirt#67 openshift/cluster-api-provider-openstack#115 openshift/kubernetes-autoscaler#169 openshift/kubernetes-autoscaler#168 openshift/cluster-api-provider-azure#161 openshift/cluster-api-provider-baremetal#102 openshift/cluster-autoscaler-operator#161 openshift/cluster-machine-approver#83
adding a reference to the dependent PR, openshift-eng/ocp-build-data#636 |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elmiko, enxebre, mandre, michaelgugino, pierreprinetti 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 |
/test e2e-openstack |
1 similar comment
/test e2e-openstack |
OpenStack CI is in the process of switching between infrastructure providers, so CI might not be giving us a great signal. Looking at the most recent failure, I see etcd having trouble forming quorum due to load on the machine. I'm pretty comfortable moving forward with this anyway. /override ci/prow/e2e-openstack |
@crawford: Overrode contexts on behalf of crawford: ci/prow/e2e-openstack In response to this:
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/test-infra repository. |
thanks for the help Alex! |
This change is in support of bugzilla 1872080. It modifies the configuration files for the machine-api components by adjusting their dockerfile to match the newly created "Dockerfile.rhel" files. This change also depends on several pull requests and should not be merged until they are: openshift/machine-api-operator#692 openshift/cluster-api-provider-gcp#118 openshift/cluster-api-provider-aws#349 openshift/cluster-api-provider-ovirt#67 openshift/cluster-api-provider-openstack#115 openshift/kubernetes-autoscaler#169 openshift/kubernetes-autoscaler#168 openshift/cluster-api-provider-azure#161 openshift/cluster-api-provider-baremetal#102 openshift/cluster-autoscaler-operator#161 openshift/cluster-machine-approver#83
What this PR does / why we need it:
This change adds a new Dockerfile.rhel file to control builds that
target rhel. It is inspired by the automatically generated patches which
ensure that build files match what is in the
ocp-build-data
repository
used for producing release artifacts.
After this change merges, the configuration files in
https://github.com/openshift/release/blob/master/ci-operator/config/openshift/cluster-api-provider-openstack/openshift-cluster-api-provider-openstack-master.yaml
and
https://github.com/openshift/ocp-build-data/blob/openshift-4.6/images/ose-openstack-machine-controllers.yml
should be updated with the new dockerfile path.
Which issue(s) this PR fixes
Bugzilla 1872080