mengw15 opened a new issue, #6273: URL: https://github.com/apache/texera/issues/6273
### Task Summary `amber-integration` is the infra-provisioned home for `amber`'s integration tests. The platform services (`config-service`, `access-control-service`, `file-service`, `computing-unit-managing-service`, `workflow-compiling-service`, `notebook-migration-service`) have no equivalent — their build jobs provision only postgres. Add a `platform-integration` job, modeled on `amber-integration`, that provisions the full infra (postgres + MinIO + LakeFS/Lakekeeper) and hosts the platform services' integration tests — e.g. `file-service`'s S3 / LakeFS paths, or a boot smoke test that needs a service's real dependencies up. The infra is provisioned once for the whole tier, not per test. ### Proposal - Add a `platform-integration` job (matrix over the platform services) mirroring `amber-integration`'s infra provisioning. - Feed each service's dist via **CI artifact** (build job uploads, `platform-integration` downloads) rather than rebuilding. ### Open decisions - **Naming / shape:** a dedicated `platform-integration` job, or a generic `integration` job with a matrix over services? - **OS coverage:** ubuntu-only, or mirror `amber-integration`'s ubuntu + macos matrix. ### Task Type - [ ] Refactor / Cleanup - [x] DevOps / Deployment / CI - [x] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
