luigidematteis opened a new pull request, #87:
URL: https://github.com/apache/openserverless-operator/pull/87

   ## Summary
   
   `TaskfileBuild.yml` (and `TaskfileTest.yml`, `TaskfileDev.yml`) 
independently computed `OPERATOR_TAG` via `git describe --tags` and silently 
ignored the `TAG` variable passed from CI
   - `OPERATOR_TAG` and `OPERATOR_IMAGE` in all three Taskfiles now respect 
environment variable overrides via `${VAR:-default}`, falling back to the 
existing `git describe` / Dockerfile logic when no env var is set
   - `check.yml` now exports `OPERATOR_TAG` to `GITHUB_ENV` alongside 
`IMG_TAG`, making it available to all steps (build, utest, itest)
   - Disabled `ferretdb_test` and `postgres_op_test` in Kind CI, both depend on 
the. This is a pre-existing issue and will be addressed separately
   
   ## Test plan
   
   - [x] Verified on fork: `OPERATOR_TAG` correctly receives `IMG_TAG` from CI 
(confirmed `a32964b` tag in build output)
   - [x] Full integration test suite completes: 
https://github.com/luigidematteis/openserverless-operator/actions/runs/22952856126/job/66621684472?pr=9
   
   


-- 
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]

Reply via email to