-
Notifications
You must be signed in to change notification settings - Fork 462
WIP: Tests for #540 #542
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
WIP: Tests for #540 #542
Conversation
|
/hold |
|
/test all |
|
Well, that was underwhelming… Anyway, the closest to an error report is let’s see if actually including the fix improves things. |
|
/test all |
c00fe2c to
9347cad
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mtrmac If they are not already assigned, you can assign the PR to them by writing 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 |
|
OK, so at least that last e2e-aws-op run failed with a symptom that could very well be caused by the fact this patch didn't work. #530 At the moment whenever I have to debug something like this I end up using libvirt since you can ssh to the bootstrap node easily, get the console logs from the masters, etc. |
... to include ImageConfig.PauseImageAuthFile, so that updateCRIOConfig does not remove the value. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
The path is hard-coded here as well as in the templates that create the file, in templates/*/00-*/_base/files/pull-secret.yaml . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This reverts commit 8b08dfb. We now configure CRI-O to use the Kubelet's path explicitly, so this symlink should no longer be necessary. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
9347cad to
7d0800d
Compare
|
(Tests succeeded, both in #540 and here, after rebasing; while I am waiting for a machine to investigate possible failures in detail, let’s try the “revert both fixes” experiment again.) |
e1b15af to
7d0800d
Compare
|
/test e2e-aws |
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
@cgwalters Tests did pass twice ( https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_machine-config-operator/542/pull-ci-openshift-machine-config-operator-master-e2e-aws/2628/ after this week’s rebase. AFAICS most of the failures in https://openshift-gce-devel.appspot.com/pr/openshift_machine-config-operator/542 are caused by either AWS (Warning: I still have very little idea what I’m doing.) |
|
#540 has been approved so closing this PR since it's not needed anymore. Thanks! |
This attempts to test #540 by hard-coding a permission-required pause image, per #537.
First iteration reverts both of the fixes, so that I can see what the failure looks like; then I’ll drop the revert to test the code from #540.