Skip to content

Commit 3572b51

Browse files
nashifgalak
authored andcommitted
ci: remove shippable references
We now use buildkite. Signed-off-by: Anas Nashif <[email protected]>
1 parent ec4a6c7 commit 3572b51

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

scripts/ci/run_ci.sh

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ matrix_builds=1
3535
matrix=1
3636

3737
function handle_coverage() {
38-
# this is for shippable coverage reports
39-
echo "Calling gcovr"
40-
gcovr -r ${ZEPHYR_BASE} -x > shippable/codecoverage/coverage.xml
41-
42-
4338
# Upload to codecov.io only on merged builds or if CODECOV_IO variable
4439
# is set.
4540
if [ -n "${CODECOV_IO}" -o -z "${pull_request_nr}" ]; then
@@ -91,24 +86,6 @@ function on_complete() {
9186
fi
9287

9388
rm -rf ccache $HOME/.cache/zephyr
94-
mkdir -p shippable/testresults
95-
mkdir -p shippable/codecoverage
96-
97-
if [ -e ./twister-out/twister.xml ]; then
98-
echo "Copy ./twister-out/twister.xml"
99-
cp ./twister-out/twister.xml shippable/testresults/
100-
fi
101-
102-
if [ -e ./module_tests/twister.xml ]; then
103-
echo "Copy ./module_tests/twister.xml"
104-
cp ./module_tests/twister.xml \
105-
shippable/testresults/module_tests.xml
106-
fi
107-
108-
if [ -e ${bsim_bt_test_results_file} ]; then
109-
echo "Copy ${bsim_bt_test_results_file}"
110-
cp ${bsim_bt_test_results_file} shippable/testresults/
111-
fi
11289

11390
if [ "$matrix" = "1" ]; then
11491
echo "Skip handling coverage data..."

0 commit comments

Comments
 (0)