-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packaging job on ci.jenkins.io never completes - retries fail #4106
Comments
The pipeline logs shows errors like the following, indicating that the pod agents failed to be started (created in Kubernetes but never reached the "Running" state with an active connection to the controller):
|
FWIW, last successful build was the 10 of May 2024. Since then we've moved the ci.jenkins.io Linux container agent workloads from AWS/DigitalOcean to Azure: might (or might not be related). Currently checking the pipeline agent label and setup, along with other errors in the controller and pods. |
Oh: this pipeline uses a custom pod template definitions: https://github.com/jenkinsci/packaging/blob/3bb91b8dcb84387f4c04497d118109f029681fe2/Jenkinsfile#L12 (https://github.com/jenkinsci/packaging/blob/master/KubernetesPod.yaml). This is most probably broken since #3954. Let's see if we can reuse the "all in one container image" here (cc @smerle33 FYI) |
Confirmed the issue: the "custom" pod template definition is missing tolerations which forbids it to be scheduled. As it uses the We might have to update the definition to inherit from existing pod template (to get the admin-defined parameters) and only override what is needed (at least the image). |
PR opened in jenkinsci/packaging#465. I can't tell if it fails because I'm not a maintainer of the repo, or if it is an issue due to my PR. |
PR merged, agents are running |
Service(s)
ci.jenkins.io
Summary
Packaging job on ci.jenkins.io has failed to allocate an agent for last 8 hours
Reproduction steps
The text was updated successfully, but these errors were encountered: