Skip to content

Commit

Permalink
Fix for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haugoug committed Jan 31, 2019
1 parent 4898b05 commit d0728cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
18 changes: 0 additions & 18 deletions .gitmodules

This file was deleted.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ sdk:
git checkout a22a38846963b9d5273e2de102eae8e3650e0167; \
. configs/pulpissimo.sh; \
. configs/rtl.sh; \
./scripts/update-runtime; \
./scripts/clean; \
./scripts/update-runtime; \
./scripts/build-runtime;


Expand All @@ -72,10 +72,10 @@ test-checkout:
git submodule update --init

test:
./update-tests
cd pulp-builder; \
. sdk-setup.sh; \
. configs/pulpissimo_v2.sh; \
. configs/pulpissimo.sh; \
. configs/rtl.sh; \
export PULP_RISCV_GCC_TOOLCHAIN=/usr/pack/pulpsdk-1.0-kgf/artifactory/pulp-sdk-release/pkg/pulp_riscv_gcc/1.0.9; \
cd ..; \
plptest --threads 16 --stdout
14 changes: 6 additions & 8 deletions update-tests
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/bin/bash -e

if [ ! -e pulp-sdk ]; then
echo "Please first execute update-sw to get the SDK"
exit 1
fi

cd pulp-sdk

plpbuild --p tests checkout
git clone [email protected]:pulp-tests/ml_tests.git
git clone [email protected]:pulp-sw/pulp_tests.git
git clone [email protected]:pulp-tests/rt-tests.git
git clone [email protected]:pulp-sw/parallel_bare_tests.git
git clone [email protected]:pulp-sw/riscv_tests.git
git clone [email protected]:pulp-sw/sequential_bare_tests.git

0 comments on commit d0728cf

Please sign in to comment.