new ci - #2420
Merged
Merged
Conversation
p-hoffmann
requested review from
SantanM,
brandantck,
csafreen,
mwaiyee,
satish-a0 and
suwarnoong
as code owners
May 7, 2026 02:36
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restructures the repository’s CI by consolidating multiple plugin build/test workflows into the main Docker build workflow, and introduces automated cleanup of PR/MG-scoped container tags.
Changes:
- Updated
docker-build-push.yamlto incorporate image builds, plugin builds, demo setup flows, HTTP tests, promotion, and PR tag cleanup logic. - Removed several legacy/duplicated GitHub Actions workflows (plugin CI and HTTP test workflows).
- Updated README CI badges and added a scheduled workflow to clean up stale PR/MG container tags.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates CI badge table to reflect the new CI layout. |
| .github/workflows/ui-plugin-ci.yml | Removes legacy UI plugin workflow. |
| .github/workflows/plugin-ci.yml | Removes legacy consolidated plugin workflow (now folded elsewhere). |
| .github/workflows/functions-plugin-ci.yml | Removes legacy functions plugin workflow. |
| .github/workflows/functions-plugin-ci.yml | Removes legacy functions plugin workflow. |
| .github/workflows/functions-http-tests-hana.yml | Removes legacy HANA HTTP test workflow. |
| .github/workflows/functions-http-tests-duckdb.yml | Removes legacy DuckDB HTTP test workflow. |
| .github/workflows/flows-plugin-ci.yml | Removes legacy flows plugin workflow. |
| .github/workflows/docker-build-push.yaml | Major consolidation/expansion of CI pipeline to build/push images, build plugins, run demo/e2e & HTTP tests, and manage image tags. |
| .github/workflows/d2e-demosetup-hana.yml | Removes legacy demo setup workflow (now consolidated). |
| .github/workflows/d2e-demosetup-dev.yml | Removes legacy dev demo setup workflow (now consolidated). |
| .github/workflows/cleanup-stale-pr-tags.yml | Adds scheduled/manual cleanup of stale PR/MG container tags. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
Please cross check this list if additions / modifications needs to be done on top of your core changes and tick them off. Reviewer can as well glance through and help the developer if something is missed out.
developbranch)