You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the problem was in the create_installer_windows job configuration:
| Max # of builds to keep with artifacts
was set to 1 !!!
So as soon as the next job started the previous artifact was deleted potentially bewfore it's upstream job had copied it...
I have changed it to 20
create_installer_mac had the same problem too, changed to 20 as well
M-Davies
added
bug
Issues that are problems in the code as reported by the community
installer
Issues that relate to our installer jobs or installer repo
labels
Jul 1, 2020
Evidence from build failure: https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk15/job/jdk15-windows-x64-openj9/27/console
and the fact that #5320 the subsequent create_installer_windows job ran at 05:41 (5 mins before above job tried to copy artifacts from #5319):
https://ci.adoptopenjdk.net/job/build-scripts/job/release/job/create_installer_windows/5320/console
and that the contents of the wix/ReleaseDir only contains the #5320 output:
The text was updated successfully, but these errors were encountered: