Skip to content

Conversation

@vkmc
Copy link
Contributor

@vkmc vkmc commented Nov 24, 2025

No description provided.

@vkmc vkmc added the do-not-merge Do Not Merge (WIP) label Nov 24, 2025
@softwarefactory-project-zuul
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/126e69fb80d84d7ca8ed5ffaee0df8c8

stf-crc-ocp_416-local_build FAILURE in 26m 14s
✔️ stf-crc-ocp_418-local_build SUCCESS in 43m 09s
✔️ stf-crc-ocp_416-local_build-index_deploy SUCCESS in 47m 17s
✔️ stf-crc-ocp_418-local_build-index_deploy SUCCESS in 44m 13s
✔️ stf-crc-ocp_416-nightly_bundles-index_deploy SUCCESS in 34m 38s
✔️ stf-crc-ocp_418-nightly_bundles-index_deploy SUCCESS in 31m 44s
stf-crc-ocp_416-catalog_deploy RETRY_LIMIT in 19m 59s
✔️ stf-crc-ocp_418-catalog_deploy SUCCESS in 31m 03s

@vkmc vkmc removed the do-not-merge Do Not Merge (WIP) label Dec 3, 2025
@softwarefactory-project-zuul
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/58e49fe34d6d4c0abb6ac5206c749f2f

stf-crc-ocp_416-local_build NODE_FAILURE Node request 100-0008111333 failed in 0s
stf-crc-ocp_418-local_build NODE_FAILURE Node request 100-0008111334 failed in 0s
stf-crc-ocp_416-local_build-index_deploy NODE_FAILURE Node request 100-0008111335 failed in 0s
stf-crc-ocp_418-local_build-index_deploy NODE_FAILURE Node request 100-0008111336 failed in 0s
✔️ stf-crc-ocp_416-nightly_bundles-index_deploy SUCCESS in 35m 28s
stf-crc-ocp_418-nightly_bundles-index_deploy NODE_FAILURE Node request 100-0008111338 failed in 0s
stf-crc-ocp_416-catalog_deploy NODE_FAILURE Node request 100-0008111339 failed in 0s
stf-crc-ocp_418-catalog_deploy NODE_FAILURE Node request 100-0008111340 failed in 0s

@vkmc
Copy link
Contributor Author

vkmc commented Dec 11, 2025

recheck

@softwarefactory-project-zuul
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/85d27ca9df194e45bbec5a6e5ca0d578

✔️ stf-crc-ocp_416-local_build SUCCESS in 50m 03s
stf-crc-ocp_418-local_build NODE_FAILURE Node request 100-0008112087 failed in 0s
✔️ stf-crc-ocp_416-local_build-index_deploy SUCCESS in 46m 20s
stf-crc-ocp_418-local_build-index_deploy NODE_FAILURE Node request 100-0008112089 failed in 0s
stf-crc-ocp_416-nightly_bundles-index_deploy NODE_FAILURE Node request 100-0008112090 failed in 0s
stf-crc-ocp_418-nightly_bundles-index_deploy NODE_FAILURE Node request 100-0008112091 failed in 0s
stf-crc-ocp_416-catalog_deploy NODE_FAILURE Node request 100-0008112092 failed in 0s
stf-crc-ocp_418-catalog_deploy NODE_FAILURE Node request 100-0008112093 failed in 0s

@vkmc
Copy link
Contributor Author

vkmc commented Dec 11, 2025

recheck

@softwarefactory-project-zuul
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/ec91ee8838f446aa88512d8982bf6354

✔️ stf-crc-ocp_416-local_build SUCCESS in 42m 44s
✔️ stf-crc-ocp_418-local_build SUCCESS in 43m 13s
✔️ stf-crc-ocp_416-local_build-index_deploy SUCCESS in 48m 12s
stf-crc-ocp_418-local_build-index_deploy FAILURE in 38m 12s
✔️ stf-crc-ocp_416-nightly_bundles-index_deploy SUCCESS in 46m 15s
✔️ stf-crc-ocp_418-nightly_bundles-index_deploy SUCCESS in 36m 34s
✔️ stf-crc-ocp_416-catalog_deploy SUCCESS in 41m 43s
✔️ stf-crc-ocp_418-catalog_deploy SUCCESS in 29m 08s

@vkmc vkmc merged commit 9e0945f into master Dec 11, 2025
7 of 8 checks passed
@vkmc vkmc deleted the OSPRH-21874/stf-ocp-420 branch December 11, 2025 14:57
vkmc added a commit that referenced this pull request Jan 22, 2026
* Use operator-sdk v1.39.2 (#170)

Using a newer operator-sdk will make dependency management a lot
easier for downstream hermetic build systems.

* Close stdin on workflow operator-sdk generate bundle calls

An open stdin makes operator-sdk assume it's supposed to take input from
stdin, when we actually want it to look at the working directory. There
is no way to avoid this using command-line flags, so we need to
explicitly close the stdin pipe in all calls to it.

* Bundle changes for Konflux support (#171)

* Use full pullspecs for related images

Renovate, used by Konflux for updating dependency references, works
better with full container pullspecs rather than separate repository
URLs and tags.

This lets us inject pullspecs pinned by digest, which don't quite follow
the repo:tag syntax.

* Don't set update graph metadata in CSV

This was originally added for the benefit of downstream builds, but
those are moving to file-based catalog fragments which don't need update
graph metadata to be embedded in the bundle.

* Refactor pullspec building to make it more readable

* fixup: add tag to oauth-proxy pullspec (#173)

Fixes a mistake introduced in [1]. Noticed while backporting the change
to branch stable-1.5.

[1] #171

* bundle gen: allow passing in pre-generated bundle version (#174)

This improves our support for generating bundles as part of multistage
container builds, as a single pre-generated bundle version can be fed
into the generated bundle and into the bundle container labels.

RELDEL-7554

* Update olm.maxOpenShiftVersion to 4.18

olm.maxOpenShiftVersion in SGO should be 4.18 instead of 4.16

This wrongly set config is preventing STF users to easily perform upgrades to the latest OCP supported version

Closes-Bug: OSPRH-18670

* Update ansible-lint pinned version (#179)

The version of ansible-lint is not compatible with the version of ansible-core we get in ubuntu-latest.
Bump the version of ansible-lint to the next available version that fixes the issue.
https://github.com/ansible/ansible-lint/releases/tag/v25.2.0 fixes the issue.

Related Bug: OSPRH-20316

* Pin to ansible 12.0.0 (#180)

* Use openshift-ansible-operator 4.20 in SGO (#184)

Partially-Closes: OSPRH-21875

* Bump the major supported OCP version for SGO to OCP 4.20 (#183)

* Drop OCP 4.16 from Dockerfile

---------

Co-authored-by: migarcia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant