-
Notifications
You must be signed in to change notification settings - Fork 233
NO-ISSUE: Update Konflux references #7581
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
base: cloud_hotfix_releases
Are you sure you want to change the base?
NO-ISSUE: Update Konflux references #7581
Conversation
Signed-off-by: Riccardo Piccoli <[email protected]> Co-authored-by: Riccardo Piccoli <[email protected]>
…works (#7379) With the recent addition of the external LB feature in CMN, enabling multiple machine networks, this PR adjusts the MTU validation to accommodate scenarios with multiple machine networks. Co-authored-by: Linoy Hadad <[email protected]>
Co-authored-by: Rivka Shlomowitz <[email protected]>
…dle (#7363) * NO-ISSUE: Add jq tool This patch adds a tool to simplify running _jq_ queries. Signed-off-by: Juan Hernandez <[email protected]> * MGMT-20060: Add OpenShift AI AMD operator bundle This patch adds a new _Openshift AI (AMD)_ operator bundle that contains the OpenShift AI operator and the AMD GPU operator. The patch also adds the KMM operator, which is a dependency of the AMD GPU operator. The KMM operator builds the modules inside the cluster, using the image stream mechanism, so it includes a setup job to enable the internal image registry. Related: https://issues.redhat.com/browse/MGMT-20060 Signed-off-by: Juan Hernandez <[email protected]> --------- Signed-off-by: Juan Hernandez <[email protected]> Co-authored-by: Juan Hernandez <[email protected]>
This isn't needed, it is only needed by the OpenShift AI AMD bundle, was added by accident. Signed-off-by: Juan Hernandez <[email protected]> Co-authored-by: Juan Hernandez <[email protected]>
We implement the following metrics: Record cache hits and misses The purpose of this metric is to measure efficiency of the cache. This metric should be a counter. The total sum should be the equivalent to the sum of hits+misses (each request served). Errors should be logged instead. assisted_installer_release_cache{hit=(true|false),release="\d.\d"} Labels hit: hit should either be true or false release: release is major and minor openshift version, so that cardinality is contained. if we can't retrive major/minor, we label it as `unknown` Record cache evictions This metric is a counter. The purpose of this metric is to count the number of eviction attempts. For each eviction attempt we should just count one with success=true label if the operation evicted at least one file, false if evicted 0 files). Individual file deletion and possible errors should be logged instead. assisted_installer_release_cache_eviction{success=(true|false)} Labels success: is true if the operation removed at least one file, false otherwise Co-authored-by: Paul Maidment <[email protected]>
…if all reports are checked (#7387) This PR fixes a bug introduced in the previous PR (#7384), where the validation success return was placed too early. As a result, there's a chance that a failure report appears after a success report, causing failed reports to be missed. Co-authored-by: Linoy Hadad <[email protected]>
…nimal ISO is used (#7389) Co-authored-by: dasulin <[email protected]>
* MGMT-20245: Add kernel args for raid (Intel VROC) (#7508) Intel VROC supports raid creation from BIOS and creates raid devices on booted os. When raid is installation disk, reboot fails because device not detectd. Enable kernel args - rd.md=1 and rd.auto=1 Co-authored-by: root <[email protected]> * MGMT-20324: Disable feature validation when creating and updating assisted objects due to an error when user is trying to add hosts on day2 with P/Z arch * MGMT-20302: Remove root=/dev/disk/by-label/dm-mpath-root from kargs added when installation disk is multipath iSCSI (#7507) coreos-installer automatically generates the root=UUID kernel argument, which makes adding a root karg via assisted-service unnecessary. Additionally, it's been found that using root with a by-label value works fine when there's only a single multipath device. However, with multiple multipath devices, it can lead to issues — since the initramfs will scan all available devices for a filesystem with the matching label, potentially causing a race condition. --------- Co-authored-by: Benny Kopilov <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: Elior Erez <[email protected]> Co-authored-by: Linoy Hadad <[email protected]>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux[bot]: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: red-hat-konflux[bot] 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: red-hat-konflux[bot] 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 |
0af8f80
to
91165b3
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
PR needs rebase. 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. |
@red-hat-konflux[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
This PR contains the following updates:
a16437e
->ad68143
dd7b678
->11b1684
0.2
->0.3
b416734
->188a4f6
0.3
->0.4
0.1
->0.2
5619046
->23877bc
Configuration
📅 Schedule: Branch creation - "after 5am on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).