Revert changes to CloudStack output glob #2567
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The "fix" in #2565 actually failed Cloudstack builds because these builds, unlike OVA and Raw image builds, output their final build artifacts in the location
output/build-name/build-name
. OVA and Raw also generate similar files in a nestedbuild-name
directory but due to post processing (compression/archival), the final artifacts end up asoutput/build-name.ova
andoutput/build-name.gz
. No such post-processing occurs for cloudstack, so the output artifact is the QCOW2 image inoutput/build-name/build-name
(without extension).By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.