ci(container): build image with podman, run tests in docker (backport #1382)#1386
ci(container): build image with podman, run tests in docker (backport #1382)#1386mergify[bot] wants to merge 2 commits intocryostat-v4.1from
Conversation
| /build_test |
| Workflow started at 3/2/2026, 10:06:32 AM. View Actions Run. |
| No GraphQL schema changes detected. |
| WebSocket notifications schema change detected: |
| OpenAPI schema change detected: diff --git a/schema/openapi.yaml b/schema/openapi.yaml index 519350a..0cc5f88 100644 --- a/schema/openapi.yaml +++ b/schema/openapi.yaml @@ -739,21 +739,21 @@ components: info: contact: email: cryostat-development@googlegroups.com name: Cryostat Community url: https://cryostat.io description: Cloud-Native JDK Flight Recorder license: name: Apache 2.0 url: https://github.com/cryostatio/cryostat/blob/main/LICENSE title: Cryostat API - version: 4.1.1 + version: 4.1.2-snapshot openapi: 3.1.0 paths: /api/beta/diagnostics/fs/heapdumps: get: responses: "200": content: application/json: schema: items: |
| /build_test |
| Workflow started at 3/2/2026, 10:20:39 AM. View Actions Run. |
e84f89c to 1e6ff62 Compare 1e6ff62 to ada3f35 Compare | /build_test |
| CI build and push: At least one test failed ❌ |
| CI build and push: At least one test failed ❌ |
| Workflow started at 3/2/2026, 10:22:33 AM. View Actions Run. |
| No OpenAPI schema changes detected. |
| No GraphQL schema changes detected. |
| WebSocket notifications schema change detected: |
| CI build and push: All tests pass ✅ |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
mainbranch[chore, ci, docs, feat, fix, test]To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/mainSee #1377
Description of the change:
Last few PRs merged into
mainare failing after merge, but passing in PR CI.Semi-expected after #1377, so this is an attempt to correct for that.
This is an automatic backport of pull request #1382 done by [Mergify](https://mergify.com).