Enable bluepill as part of the presubmit checks.

PiperOrigin-RevId: 302065920
Change-Id: I4ce1aa3752986a3b4ef069923db9aeaf95fe1826
This commit is contained in:
Advait Jain 2020-03-20 11:27:19 -07:00 committed by TensorFlower Gardener
parent 488f27046c
commit 2fd08c48a3

View File

@ -37,9 +37,8 @@ echo "Starting to run micro tests at `date`"
echo "Running Arduino tests at `date`"
tensorflow/lite/micro/tools/ci_build/test_arduino.sh
# TODO(b/151695791): reenable once the root cause is fixed.
#echo "Running bluepill tests at `date`"
#tensorflow/lite/micro/tools/ci_build/test_bluepill.sh
echo "Running bluepill tests at `date`"
tensorflow/lite/micro/tools/ci_build/test_bluepill.sh
echo "Running mbed tests at `date`"
tensorflow/lite/micro/tools/ci_build/test_mbed.sh PRESUBMIT