-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't workinggha-runner-scale-setRelated to the gha-runner-scale-set modeRelated to the gha-runner-scale-set modeneeds triageRequires review from the maintainersRequires review from the maintainers
Description
Checks
- I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide.
- I am using charts that are officially provided
Controller Version
0.13.1
Deployment Method
Helm
Checks
- This isn't a question or user support case (For Q&A and community support, go to Discussions).
- I've read the Changelog before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes
To Reproduce
There are two issues:
1. When we use container image (non-root) the pod does not actually runs any actions but pipelines shows passed, to reproduce this, created a container file with non-root(example 1001) and push to container registry, and use the same image in github workflows, and it says pipelines are passed, but it wont execute any steps mentioned.
2. When we use container image(root) the pod does run the actions but the error code wont propagate back to actions, when there is failure it wont fails the pipeline.Describe the bug
runners' values.yaml:
containerMode:
type: "kubernetes"
kubernetesModeWorkVolumeClaim:
accessModes: ["ReadWriteOnce"]
storageClassName: "px-csi-db"
resources:
requests:
storage: 1Gi
Describe the expected behavior
- Expected non-root container images working properly and run the specified actions.
- Expected root container propagating the error code from runner to action
Additional Context
runners' values.yaml:
containerMode:
type: "kubernetes"
kubernetesModeWorkVolumeClaim:
accessModes: ["ReadWriteOnce"]
storageClassName: "px-csi-db"
resources:
requests:
storage: 1GiController Logs
due to compliance issue can't attach the runner or controller logsRunner Pod Logs
same as aboveReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggha-runner-scale-setRelated to the gha-runner-scale-set modeRelated to the gha-runner-scale-set modeneeds triageRequires review from the maintainersRequires review from the maintainers