add some debug to old jenkins plugin tests#18865
add some debug to old jenkins plugin tests#18865openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, gabemontero The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
So on the image-eco failure, the jenkins deployment for jenkins_plugins.go failed. In looking at the pod status, it shows In looking at the logs, it is using the image we currently have where we try to do the plugin mgr / update center stuff on startup ... the PR to update jenkins-2-centos:latest, openshift/jenkins#531, is still pending as we try to get the s2i test to pass so we can merge Also, are template update into master PR #18832 is yet to merge with test flakes I'll get another test run here while I circle back to those two PRs |
|
/retest |
|
the debug added to this PR helped me with diagnosing the image_ecosysetm failure (in that it allowed me to rule out some possibilities ;-) ) turns out, it looks like the so, I believe this is "environmental" or, is it another flavor of the tar / stdin stuff, in that git clone is trying to inject data into the build pod ... @bparees - thoughts ? |
|
@gabemontero From what I can see, this is the the tar/stdin closure issue. the git clone container finished(it is not what hung). The container doing the tar injection ("frontend-1-build"/"sti-build"). Because of where it hangs, there's no output yet generated unless you have a higher build loglevel set. (and there's no output from managedockerfile because it had nothing to do) |
|
ok cool thanks for the confirmation @bparees so am I correct in assuming a vendor bump for source-to-image into origin is coming? |
|
sorry, just saw ... it is #18882 |
|
/retest |
|
Automatic merge from submit-queue (batch tested with PRs 18836, 18865, 18466, 18869, 18838). |
@openshift/sig-developer-experience ptal