build: Remove rocksdb dependencies from Konflux builder stage#14728
build: Remove rocksdb dependencies from Konflux builder stage#14728
Conversation
|
Images are ready for the commit at 506b989. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14728 +/- ##
=======================================
Coverage 49.01% 49.01%
=======================================
Files 2547 2547
Lines 186947 186947
=======================================
+ Hits 91627 91628 +1
+ Misses 88069 88068 -1
Partials 7251 7251
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Main builds succeeded on all arches except for ppc64le where there's currently an outage. |
|
/retest main-on-push |
|
/retest main-on-push |
1 similar comment
|
/retest main-on-push |
There's a build error without `jq` ``` xargs: jq: No such file or directory subprocess exited with status 127 subprocess exited with status 127 Error: building at STEP "RUN . /cachi2/cachi2.env && make main-build-nodeps cli-build && mkdir -p image/rhel/docs/api/v1 && ./scripts/mergeswag.sh 1 generated/api/v1 central/docs/api_custom_routes >image/rhel/docs/api/v1/swagger.json && mkdir -p image/rhel/docs/api/v2 && ./scripts/mergeswag.sh 2 generated/api/v2 >image/rhel/docs/api/v2/swagger.json": exit status 127 ``` https://console.redhat.com/application-pipeline/workspaces/rh-acs/applications/acs/pipelineruns/main-on-push-8rzb6 Supposedly, that's from Swagger generation scripts therefore I separate them to have failures more isolated in the future.
943fce3 to
506b989
Compare
|
@msugakov: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
Ignoring regular e2e test errors because they don't test Konflux images. Merging. |
Conflicts: image/rhel/konflux.Dockerfile
Conflicts: image/rhel/konflux.Dockerfile
Conflicts: image/rhel/konflux.Dockerfile
Conflicts: image/rhel/konflux.Dockerfile
Conflicts: image/rhel/konflux.Dockerfile
Description
Triggered by #14489
User-facing documentation
Testing and quality
Automated testing
No change.
How I validated my change
Only Konflux build CI. If it passes, we're good.