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.
containerMode:
type: "kubernetes"
kubernetesModeWorkVolumeClaim:
accessModes: ["ReadWriteOnce"]
storageClassName: "px-csi-db"
resources:
requests:
storage: 1Gi
Checks
Controller Version
0.13.1
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
runners' values.yaml:
Describe the expected behavior
Additional Context
Controller Logs
due to compliance issue can't attach the runner or controller logsRunner Pod Logs