File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -46,21 +46,10 @@ steps:
46
46
- ./go.sh $${TARGET}
47
47
- >
48
48
if [ $${TARGET} = "tools" ]; then
49
- buildkite-agent artifact upload zephyr-sdk-$MACHINE-hosttools-standalone-0.9.sh;
49
+ buildkite-agent artifact upload zephyr-sdk-$MACHINE-hosttools-standalone-0.9.sh
50
50
else
51
- cd build/output
52
- case "$${TARGET}" in
53
- xtensa_*)
54
- tar --exclude='build.log.bz2' -jcvf ../../$${TARGET}.$OS.$MACHINE.tar.bz2 xtensa/$${TARGET#xtensa_}/*-zephyr-*;
55
- buildkite-agent artifact upload xtensa/$${TARGET#xtensa_}/*-zephyr-*/build.log.bz2
56
- ;;
57
- *)
58
- tar --exclude='build.log.bz2' -jcvf ../../$${TARGET}.$OS.$MACHINE.tar.bz2 *-zephyr-*;
59
- buildkite-agent artifact upload *-zephyr-*/build.log.bz2
60
- ;;
61
- esac
62
- cd ../..
63
- buildkite-agent artifact upload $${TARGET}.$OS.$MACHINE.tar.bz2;
51
+ buildkite-agent artifact upload build/output/build.$${TARGET}.$OS.$MACHINE.log.bz2
52
+ buildkite-agent artifact upload $${TARGET}.$OS.$MACHINE.tar.bz2
64
53
fi
65
54
parallelism : 17
66
55
env :
You can’t perform that action at this time.
0 commit comments