[ISSUE-67] CI Runner Test Repo & Validation Workflow #2
No reviewers
Labels
No Label
architect:complete
complexity:high
complexity:low
complexity:medium
cross-repo
cross-repo-dev
dev:in-progress
effort:l
effort:m
effort:s
effort:xl
effort:xs
epic
analytics
epic
development
epic
devops
epic
infra
epic
observability
epic
platform
epic
product
lead:complete
needs-decision
pipeline-complete
pipeline-error
pipeline-running
priority
later
priority
next
priority
now
start-pipeline
status
acceptance
status
blocked
status
done
status
in progress
status
in review
status
in testing
status
ready
status
refine
status
triage
subtask
type
analysis
type
bug
type
hygiene
type
mantainence
type
story
user-story
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Hithomelabs/ci-runner-test#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ISSUE-67"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Create the CI Runner Test repository with a minimal Gradle/Java project and validation workflow.
What's Included
build.gradle,settings.gradle.kts,App.java,AppTest.java, committed Gradle wrapper (gradlew,gradlew.bat,gradle/wrapper/).gitea/workflows/test-ci-runner.ymlwithworkflow_dispatchtriggercontainer: 192.168.0.100:8928/hithomelabs/ci-runner:latestactions/setup-java@v4for JDK 17 (Temurin) — required because image is JRE-only./gradlew buildNotes
Dave/ci-runner-test(notHithomelabs/ci-runner-test) due to token scope limitations — needs transfer to orgworkflow_dispatch-only trigger — never triggers on push/var/run/docker.sockis bind-mounted on the runner before triggeringIssues
PR Review: [ISSUE-67] CI Runner Test Repo & Validation Workflow
Code Quality
Security
Checklist Verification
workflow_dispatchonly triggercontainer: 192.168.0.100:8928/hithomelabs/ci-runner:latestactions/setup-java@v4withjava-version: 17,distribution: temurindocker build -t test-image)node --versioncheck in verify tools stepbuild.gradle,settings.gradle.ktsApp.java(com.hithomelabs.App) with main methodAppTest.javawith JUnit 5 testgradlew+gradlew.batcommittedgradle/wrapper/(JAR + properties)README.mddocumenting purpose and how to trigger.gitignorefor GradleRecommendations
/var/run/docker.sockis bind-mounted on the runner.Approval Status
APPROVED - Ready to merge.