Commit Graph

10 Commits

Author SHA1 Message Date
4d8fe047e1 fixing actions
Some checks failed
Test Actions (self-test) / AMD64 - Build tiny multi-arch image (runner-full-amd64) (push) Failing after 1s
Test Actions (self-test) / Test SSH deploy action (runner-full-amd64) (push) Failing after 2s
Test Actions (self-test) / Test Kubernetes actions (runner-full-amd64) (push) Failing after 7s
Test Actions (self-test) / ARM64 - Build tiny multi-arch image (runner-full-arm64) (push) Failing after 14s
Test Actions (self-test) / Test SSH deploy action (runner-slim-amd64) (push) Failing after 5s
Test Actions (self-test) / AMD64 - Build tiny multi-arch image (runner-slim-amd64) (push) Successful in 14s
Test Actions (self-test) / Test Kubernetes actions (runner-full-arm64) (push) Failing after 33s
Test Actions (self-test) / Test SSH deploy action (runner-full-arm64) (push) Failing after 20s
Test Actions (self-test) / Test SSH deploy action (runner-slim-arm64) (push) Failing after 29s
Test Actions (self-test) / ARM64 - Build tiny multi-arch image (runner-slim-arm64) (push) Successful in 1m3s
Test Actions (self-test) / Test Kubernetes actions (runner-slim-amd64) (push) Successful in 1m12s
Test Actions (self-test) / Test Kubernetes actions (runner-slim-arm64) (push) Successful in 1m52s
2026-07-13 21:58:30 -03:00
e77fd4075e improving and adding tests to the slim version
Some checks failed
Test Actions (self-test) / AMD64 - Build tiny multi-arch image (runner-full-amd64) (push) Failing after 2s
Test Actions (self-test) / AMD64 - Build tiny multi-arch image (runner-slim-amd64) (push) Failing after 4s
Test Actions (self-test) / AMD64 - Test Kubernetes actions (runner-full-amd64) (push) Failing after 2s
Test Actions (self-test) / AMD64 - Test SSH deploy action (runner-full-amd64) (push) Failing after 1s
Build and Push Runner Images / Build Full Runner Image (push) Successful in 10s
Test Actions (self-test) / AMD64 - Test Kubernetes actions (runner-slim-amd64) (push) Successful in 6s
Test Actions (self-test) / ARM64 - Build tiny multi-arch image (runner-full-arm64) (push) Failing after 23s
Test Actions (self-test) / ARM64 - Test Kubernetes actions (runner-full-arm64) (push) Failing after 26s
Build and Push Runner Images / Build Slim Runner Image (push) Successful in 29s
Test Actions (self-test) / ARM64 - Test SSH deploy action (runner-full-arm64) (push) Failing after 25s
Test Actions (self-test) / ARM64 - Build tiny multi-arch image (runner-slim-arm64) (push) Failing after 48s
Test Actions (self-test) / ARM64 - Test SSH deploy action (runner-slim-arm64) (push) Failing after 25s
Test Actions (self-test) / ARM64 - Test Kubernetes actions (runner-slim-arm64) (push) Failing after 1m0s
Test Actions (self-test) / AMD64 - Test SSH deploy action (runner-slim-amd64) (push) Failing after 7m7s
2026-07-13 21:31:00 -03:00
8c999e2838 testing on the new images!
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Test Kubernetes actions (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Test SSH deploy action (runner-full-arm64) (push) Has been cancelled
Test Actions (self-test) / Build tiny multi-arch image (runner-full-amd64) (push) Failing after 1s
Test Actions (self-test) / Test SSH deploy action (runner-full-amd64) (push) Failing after 1s
Test Actions (self-test) / Test Kubernetes actions (runner-full-amd64) (push) Failing after 2s
2026-07-13 21:23:13 -03:00
b41dfb68c6 fixing whitespaces
All checks were successful
Build and Push Runner Images / Build Slim Runner Image (push) Successful in 10s
Build and Push Runner Images / Build Full Runner Image (push) Successful in 11s
2026-07-13 21:20:37 -03:00
ef3dd4f81c adding build images
All checks were successful
Test Actions (self-test) / Test Kubernetes actions (push) Successful in 8s
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 9s
Test Actions (self-test) / Test SSH deploy action (push) Successful in 15s
Build and Push Runner Images / Build Slim Runner Image (push) Successful in 1m24s
Build and Push Runner Images / Build Full Runner Image (push) Successful in 3m51s
2026-07-13 21:11:42 -03:00
de1ecdf5bd fixing kubernetes tests
All checks were successful
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 9s
Test Actions (self-test) / Test SSH deploy action (push) Successful in 18s
Test Actions (self-test) / Test Kubernetes actions (push) Successful in 21s
2026-07-13 21:05:51 -03:00
cc5d2088bd fixing ssh
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 9s
Test Actions (self-test) / Test Kubernetes actions (push) Failing after 16s
Test Actions (self-test) / Test SSH deploy action (push) Successful in 19s
2026-07-13 21:04:12 -03:00
e8eb378541 add self-test workflow
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 13s
Test Actions (self-test) / Test SSH deploy action (push) Failing after 17s
Test Actions (self-test) / Test Kubernetes actions (push) Failing after 54s
2026-07-13 21:03:08 -03:00
dec613eb63 fix(build-and-push): hard-timeout the SSH probe so it can't hang
All checks were successful
Test build-and-push (self-test) / Build tiny multi-arch image (push) Successful in 8s
ConnectTimeout only bounds the TCP handshake; wrap ssh in a 25s timeout
plus keepalives so a firewall that accepts SYN then drops packets fails
fast with a clear diagnostic instead of hanging the runner.
2026-07-12 13:38:33 -03:00
677c57e6f9 test(ci): add self-test workflow for build-and-push action
Some checks failed
Test build-and-push (self-test) / Build tiny multi-arch image (push) Has been cancelled
Builds a tiny inline alpine image through build-and-push against the
remote buildx builder and asserts the pushed manifest is multi-arch.
Pushes to a throwaway :citest tag so it never touches real images.
Triggered on workflow_dispatch and on changes to the action.
2026-07-12 13:27:26 -03:00