Linaro / meta-qcom

OpenEmbedded/Yocto Project BSP layer for Qualcomm based platforms
MIT License
63 stars 75 forks source link

CI: tuxsuite: Remove wrong entry in artifacts field #481

Closed vishalbhoj closed 2 years ago

vishalbhoj commented 2 years ago

Signed-off-by: Vishal Bhoj vishal.bhoj@linaro.org

vishalbhoj commented 2 years ago

artifacts list now expects a list of right directory path relative to deploy_dir path. By default it publishes complete deploy directory

lumag commented 2 years ago

@vishalbhoj The commit doesn't tell why the entry is wrong. Also the original intent was obviously to keep deployed files in artifacts. If it is a default, it should be mentioned in the commit message.

ndechesne commented 2 years ago

Why are you limiting the artifacts to be in DEPLOY_DIR? there could be other useful artifacts, such as log, stamps, .. or binary files when debugging specific issues.

vishalbhoj commented 2 years ago

@lumag I have improved the commit message to describe the right behavior.

@ndechesne We will support other artifacts outside of deploy_dir in future as planned.