Skip to content

new ci - #2420

Merged
p-hoffmann merged 9 commits into
developfrom
p-hoffmann/newci
May 9, 2026
Merged

new ci#2420
p-hoffmann merged 9 commits into
developfrom
p-hoffmann/newci

Conversation

@p-hoffmann

Copy link
Copy Markdown
Member

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.

  • Automated Tests (Jasmine integration tests, Unit tests, and/or Performance tests)
  • Updated Manual tests / Demo Config
  • Documentation (Application guide, Admin guide, Markdown, Readme and/or Wiki)
  • Verified that local development environment is working with latest changes (integrated with latest develop branch)
  • following best practices in code review doc

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yaml to 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.

Comment thread .github/workflows/docker-build-push.yaml Outdated
Comment thread .github/workflows/docker-build-push.yaml Outdated
Comment thread README.md Outdated
@p-hoffmann
p-hoffmann merged commit 240986e into develop May 9, 2026
59 checks passed
@p-hoffmann
p-hoffmann deleted the p-hoffmann/newci branch May 9, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants