Moved the logic into a function#48
Conversation
This also fixes an overlooked issue with image verification for non-quay images
|
Thanks for bringing it out. I wanted to fill a slightly different issue - what about moving this logic completely out of suite? The suite expects correct and working URI. If it do not work, it halts (the 200 check and friends). From my previous experiments, the original URI was working (I was running Although preferred, The first one is probably bringing to much troubles, as the providers of url are quite dummy and out of control. Also it seems that the the state of URL depends on host. So what about the second one? Anyway merging this, as having it reusable is much better for any upcoming actions. But please, lets continue a discussion. oh, Our internal runner is doing something like Maybe you should amend (if exists) or create this file, with adjusted value (unless it is used elsewhere). Or maybe copy it if it exists and recreate so there is vlaid value, but original is possible to locate? (taht would need jenkins job archiver modification) |
judovana
left a comment
There was a problem hiding this comment.
thanks a lot. Merging now. But the fate of the function shold be please discussed further.
This also fixes an overlooked issue with image verification for non-quay images.