Commit Graph

5 Commits

Author SHA1 Message Date
2d4c755cc2 Merge pull request '[ISSUE-76] Fix Gradle build failure — replace setup-java with Alpine JDK package' (#5) from Dave/ci-runner-test:ISSUE-76 into main
All checks were successful
Test CI Runner Image / validate (push) Successful in 1m21s
Reviewed-on: #5
Reviewed-by: hitanshu <hitanshu98@gmail.com>
2026-07-05 06:34:35 +00:00
455505a6d6 Hithomelabs/HomeLabDocker#76: Fix Gradle build failure — replace setup-java with Alpine JDK package
The actions/setup-java@v4 step downloads a glibc-compiled JDK (Temurin)
which cannot execute on Alpine's musl libc. Replace with Alpine's native
openjdk17-jdk package via apk, which is compiled for musl and works
correctly with gradlew.
2026-07-05 06:27:45 +00:00
27c73459c0 [ISSUE-75] Update workflow trigger to push on test/main branches (#3)
Some checks failed
Test CI Runner Image / validate (push) Failing after 36s
## Summary
Change the CI runner test workflow trigger from `workflow_dispatch` only to also include `push` on `test` and `main` branches, enabling automatic execution when code is pushed.

## Changes
- `.gitea/workflows/test-ci-runner.yml`: Added `push` trigger targeting `test` and `main` branches while retaining `workflow_dispatch` for manual triggering

## Issues
- Hithomelabs/HomeLabDocker#75

## Testing
- [ ] Push to `test` branch triggers workflow automatically
- [ ] Push to `main` branch triggers workflow automatically
- [ ] Manual `workflow_dispatch` still works via UI

Reviewed-on: #3
Reviewed-by: hitanshu <hitanshu98@gmail.com>
Co-authored-by: Dave the Dev <davethedev@hithomelabs.com>
Co-committed-by: Dave the Dev <davethedev@hithomelabs.com>
2026-07-04 19:06:38 +00:00
0ab8e3ebe7 Initial commit: CI runner test project 2026-07-04 23:47:25 +05:30
3ef54e46a2 Initial commit 2026-07-04 23:43:27 +05:30