Misha Sugakov

Results 125 comments of Misha Sugakov

@dcaravel please merge this one for 4.7.3.

`scanner-db-retag` and `scanner-db-slim-retag` fail builds https://console.redhat.com/application-pipeline/workspaces/rh-acs/applications/acs/pipelineruns/scanner-db-retag-lwv45 https://console.redhat.com/application-pipeline/workspaces/rh-acs/applications/acs/pipelineruns/scanner-db-slim-retag-lbk6t because the corresponding `arm64` image is missing ``` Trying to pull quay.io/rhacs-eng/scanner-db:2.34.x-66-g1ba57bb438-fast-arm64... Error: initializing source docker://quay.io/rhacs-eng/scanner-db:2.34.x-66-g1ba57bb438-fast-arm64: reading manifest 2.34.x-66-g1ba57bb438-fast-arm64 in quay.io/rhacs-eng/scanner-db: manifest unknown...

Will be replaced by https://github.com/stackrox/stackrox/pull/13079

Okay, I [added](https://github.com/stackrox/stackrox/pull/13751/files#diff-9ff08f51e9e9b767c00bc7066e8be6337cc5661d029248adc9557a9e6ab5fa3eR58) a simple `cat ` command and [see](https://github.com/stackrox/stackrox/actions/runs/12673187141/job/35318981830#step:3:173) that the repo contents are indeed clean i.e. there's no `registry` attribute in the checked out copy. Picture ![image](https://github.com/user-attachments/assets/dc4a1a5f-1fed-4fe2-ae18-cd6ddce5cbd7) It...

FWIW, the only possible way to have unmerged GHA workflow code seems to stop using [pull_request](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request) event and use [push](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#push) instead. Note that there's also [pull_request_target](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target) but it seems to...

I needed something like this to compare jobs and configs set up for different branches of the project. I ended up creating a [script](https://github.com/openshift/release/blob/27eb3f902442bb4a8871658c40b4c98e6ba99108/ci-operator/config/stackrox/stackrox/summarize.py) that spits out an HTML page...