Closed mthalman closed 1 month ago
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
There can be scenarios where the pipeline ends up not publishing any images. This is true in the case of PR builds, for example, where all the images are cached (see example build). This means that no image info files are output by the
publishImageInfo
command. This then causes a failure in thegenerateEolAnnotationData
because these image info files are expected to exist:This is fixed by specifically checking whether the files exist, and skipping the processing if they do not. A message is logged in this case for diagnostics. I also added some more logging to the command.