Hongkai Liu

Results 19 issues of Hongkai Liu

**What happened**: The plugin [commented](https://github.com/openshift/assisted-service/pull/3572#issuecomment-1157528470): ``` @nmagnezi: [Bugzilla bug 2097696](https://bugzilla.redhat.com/show_bug.cgi?id=2097696) is in an unrecognized state (MODIFIED) and will not be moved to the MODIFIED state. ``` **What you expected to...

area/prow
kind/bug
sig/testing
lifecycle/stale

**What happened**: Pod got stuck with "Terminating" because the finalizer "prow.x-k8s.io/gcsk8sreporter" is there. After removing it manually, the pod is deleted successfully as expected. **What you expected to happen**: The...

area/prow
kind/bug
sig/testing
lifecycle/stale

1. Need scc setup of hostpath plugin: Followed [this doc](https://docs.okd.io/latest/admin_guide/manage_scc.html#use-the-hostpath-volume-plugin) to work it around. 2. the opc cluster is on aws: the node name is like `ip-172-31-10-185.us-west-2.compute.internal` which causes problem...

bug

We do this for logging. It used to work (at least for the logs uploaded to CloudWatch) without it but not any more. Tested the PR locally, it does the...

approved

The command to extend the risks from `blocked-edges/4.18.1-OVNWithMultipleClusterNetworks.yam`: ```console $ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.18&arch=amd64' | jq -r '.nodes[] | .version' | grep '^4[.]18' | sort -V | grep -v '^4.18.1$' |...

do-not-merge/work-in-progress
approved
jira/valid-reference

Refer https://yamllint.readthedocs.io/en/stable/configuration.html - Replace the ignored folders identified by `find` with `ignore` in the inline config. - The default yaml files '*.yaml', '*.yml', and '.yamllint' - ~Add `--list-files` to show...

jira/valid-reference

We have to bump pgp which blocks zeroize which blocks reqwest. This PR is expected to unblock https://github.com/openshift/cincinnati-graph-data/pull/6016. /hold

do-not-merge/hold

dkregistry-rs blocks cincinnati from bumping reqwest version: ```console $ cincinnati git:(o-master) git --no-pager log --pretty=oneline -1 05fabafcd5ba15ed1a483716e5ae925d628433f7 (HEAD -> o-master, origin/master, origin/HEAD) Merge pull request #1007 from hongkailiu/ubi9-everywhere $ cargo...

https://issues.redhat.com/browse/OTA-1552 From [the CI test](https://github.com/camallo/dkregistry-rs/actions/runs/15172773627/job/42666802553?pr=267): ``` failures: net::docker_io::test_dockerio_anonymous_auth net::quay_io::test_quayio_auth_layer_blob net::quay_io::test_quayio_auth_login net::quay_io::test_quayio_auth_manifest net::quay_io::test_quayio_auth_manifestref net::quay_io::test_quayio_auth_manifestref_missing net::quay_io::test_quayio_auth_tags test result: FAILED. 16 passed; 7 failed; 1 ignored; 0 measured; 0 filtered out; finished in...