Skip to content
Snippets Groups Projects
Commit b0431d78 authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

.oniro-ci: Make abicheck's artifact name job specific


We need to analyse ABI and keep ABI data for different images/arches
thus artifact name should be job specific

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 6d66aa7a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !218. Comments created here will be created in the context of that merge request.
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
fi fi
# Compress and copy artifacts of do_abicheck task (if any) # Compress and copy artifacts of do_abicheck task (if any)
if test -n "$CI_ONIRO_ABICHECK_TOPDIR" && test -d "$BITBAKE_TOPDIR"/"$CI_ONIRO_ABICHECK_TOPDIR"; then if test -n "$CI_ONIRO_ABICHECK_TOPDIR" && test -d "$BITBAKE_TOPDIR"/"$CI_ONIRO_ABICHECK_TOPDIR"; then
tar -cJf "$CI_PROJECT_DIR"/artifacts/abicheck-"$CI_COMMIT_SHA".tar.xz "$BITBAKE_TOPDIR"/"$CI_ONIRO_ABICHECK_TOPDIR"/*/*/binaryaudit tar -cJf "$CI_PROJECT_DIR"/artifacts/abicheck-"$CI_COMMIT_SHA"-"$CI_JOB_NAME".tar.xz "$BITBAKE_TOPDIR"/"$CI_ONIRO_ABICHECK_TOPDIR"/*/*/binaryaudit
fi fi
set +x set +x
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment