Commit Graph
18 Commits
Author SHA1 Message Date
Story Crater Bot 43e06fbd4e fix(orchestrator): clone correct repo and fix paths
ci / test (push) Successful in 43s
- Clone from poimen-workflows.git (correct repo)
- Remove unnecessary gcc and musl-dev (not needed for running Go binaries)
- Fix cd path from /app/workflows to /app
2026-08-22 05:57:44 -07:00
Story Crater Bot 7e4a86e158 fix(worker): clone correct repo and fix working directory
ci / test (push) Successful in 45s
- Clone from poimen-workflows.git (where worker code actually lives)
- Remove unnecessary packages from apk add
- Change workdir to /app (no /workflows subdirectory)
- Fix go run path to ./cmd/worker
2026-08-22 05:55:53 -07:00
Story Crater Bot a3da04f406 fix(kustomize): remove duplicate configmap resource & use literals
ci / test (push) Successful in 44s
- Remove configmap.yaml from resources (conflicted with configMapGenerator)
- Define TEMPORAL_* vars as literals in configMapGenerator
- This fixes the namespace transformation ID conflict
2026-08-22 05:54:52 -07:00
Story Crater Bot c5c07cdc73 fix(kustomize): use create behavior for generators
ci / test (push) Successful in 44s
Change configMapGenerator and secretGenerator behavior from 'merge'
to 'create' since target ConfigMap/Secret don't exist on first deploy.
'merge' only works when the resource already exists.
2026-08-22 05:54:13 -07:00
Story Crater Bot 60ec02bcfb test(ci): verify multi-package build to directory
ci / test (push) Successful in 44s
2026-08-22 01:04:42 -07:00
Story Crater Bot b2f0c129a2 fix(ci): build multiple cmd packages to directory not file
ci / test (push) Successful in 44s
go build -o flag with ./cmd/... builds multiple binaries. The -o path
must be a directory when building multiple packages, not a file.
2026-08-22 01:04:41 -07:00
Story Crater Bot 38c2af9f39 test(git): verify main branch creation in tests
ci / test (push) Failing after 35s
2026-08-22 01:03:04 -07:00
Story Crater Bot 5530e9154b fix(tests): create main branch after initial commit for worktree tests
ci / test (push) Failing after 37s
Tests were failing because git worktree add -b branch worktree origin/main
requires origin/main to exist. Now all test setups create main branch after
initial commit so cloned repos have the expected branch.
2026-08-22 01:03:02 -07:00
Story Crater Bot 8765d2d6b6 test(build): verify unused import removal
ci / test (push) Failing after 35s
2026-08-22 01:01:33 -07:00
Story Crater Bot 03c8ae6168 fix(action): remove unused fmt import
ci / test (push) Failing after 33s
Fixes build failure: action/integration_test.go uses only context and exec,
not fmt. Import was unused and causing build failure.
2026-08-22 01:01:32 -07:00
Story Crater Bot 25e0431e92 test(git): verify git commit with configured user
ci / test (push) Failing after 35s
2026-08-22 00:57:59 -07:00
Story Crater Bot d74644d197 fix(action): configure git user in worktree before commit
ci / test (push) Failing after 35s
Worktrees don't inherit git config from main repo, causing 'git commit'
to fail with exit status 128 when user.name/user.email are not set.
Configure with poimen agent identity before each commit.
2026-08-22 00:57:57 -07:00
Story Crater Bot 7d4a3e2230 test(ci): verify git clone checkout
ci / test (push) Failing after 34s
2026-08-22 00:47:18 -07:00
Story Crater Bot 69c717a851 fix(ci): use git clone instead of Node.js actions/checkout
ci / test (push) Failing after 34s
2026-08-22 00:47:11 -07:00
Story Crater Bot b863a92ade test(ci): verify node installation for actions
ci / test (push) Failing after 4s
2026-08-22 00:45:40 -07:00
Story Crater Bot fc29a7db53 fix(ci): install node in golang container for actions/checkout
ci / test (push) Failing after 4s
2026-08-22 00:45:39 -07:00
Story Crater Bot e0947c5ed3 test(ci): verify main-branch trigger
ci / test (push) Failing after 11s
2026-08-21 21:24:24 -07:00
Story Crater Bot 30a7f4fec6 ci(main): add Go test and build workflow
ci / test (push) Failing after 45s
2026-08-21 21:23:40 -07:00