Barcode Betty
5e1cd5fbe0
Skip build-and-push on pull_request events
...
CI / lint (pull_request) Failing after 3s
CI / typecheck (pull_request) Successful in 27s
CI / test (pull_request) Successful in 42s
CI / build-and-push (pull_request) Has been skipped
The build-and-push job was running on PRs and trying to log in to the
Gitea Container Registry, which always fails on PRs because the
github.token has no package write permission. Add if:
github.event_name == 'push' so the job is skipped for PRs and the
overall run can stay green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-02 13:52:54 +00:00
Barcode Betty
84c143c4e7
Remove deploy-dev/deploy-uat CI jobs (CAR-1069) ( #37 )
...
CI / lint (pull_request) Failing after 4s
CI / typecheck (push) Failing after 19s
CI / test (push) Failing after 30s
CI / build-and-push (push) Has been skipped
CI / typecheck (pull_request) Failing after 18s
CI / test (pull_request) Failing after 29s
CI / lint (push) Failing after 3s
CI / build-and-push (pull_request) Has been skipped
Co-authored-by: Barcode Betty <32+cs_betty@noreply.git.farh.net >
Co-committed-by: Barcode Betty <32+cs_betty@noreply.git.farh.net >
2026-05-27 01:56:53 +00:00
Barcode Betty
9659e63208
ci: migrate from ghcr.io to Gitea built-in registry
...
CI / lint (pull_request) Failing after 8s
CI / typecheck (pull_request) Failing after 29s
CI / test (pull_request) Failing after 50s
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
- Update REGISTRY env var: ghcr.io -> git.farh.net
- Replace Docker Hub + GHCR login with Gitea login step
- Remove credentials blocks from postgres and redis service definitions
- Update deploy-dev/deploy-uat kustomize image refs to use $REGISTRY var
Fixes QA FAIL from PR #23 : missing Gitea login step.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-23 22:14:55 +00:00
Flea Flicker
cf4b29b8d3
Fix CI pipeline failures: remove pip cache from setup-python, add missing env vars
...
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled
- Remove 'cache: pip' from setup-python in lint, typecheck, test jobs to fix
intermittent 'archive/tar: write too long' errors on act_runner pods
- Add CARTSNITCH_SERVICE_KEY and CARTSNITCH_FERNET_KEY to test job env
to satisfy Settings pydantic model requirements
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-23 21:57:04 +00:00
Savannah Savings
e429786696
fix(ci): add uat branch to workflow triggers
...
CI / test (pull_request) Failing after 0s
CI / lint (pull_request) Failing after 4s
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
CI / typecheck (pull_request) Failing after 17s
The on.push and on.pull_request triggers only listed [main, dev].
The deploy-uat job condition checks for refs/heads/uat but the
workflow never fires on uat pushes. Add uat to both trigger lists.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-21 14:37:47 +00:00
Barcode Betty
4e38dd4a0e
chore: move workflows from .github to .gitea
...
CI / test (pull_request) Failing after 0s
CI / lint (pull_request) Failing after 3s
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
CI / typecheck (pull_request) Failing after 18s
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-21 12:30:57 +00:00