未验证 提交 950230ab 编写于 作者: A Advait Jain 提交者: GitHub

Fixes for Xtensa workflow. (#130)

* Trigger workflow from pull_request_target.
 * Explicitly call third_party_downloads prior to running the tests.

BUG=http://b/190108540
上级 c23ed9c4
......@@ -26,7 +26,7 @@ jobs:
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci:run')) ||
(github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'ci:run')) ||
(github.event_name == 'schedule' && github.repository == 'tensorflow/tflite-micro')
name: Fusion F1 Unit Tests (presubmit)
......
......@@ -24,6 +24,10 @@ pwd
source tensorflow/lite/micro/tools/ci_build/helper_functions.sh
readable_run make -f tensorflow/lite/micro/tools/make/Makefile clean
# TODO(b/143904317): downloading first to allow for parallel builds.
readable_run make -f tensorflow/lite/micro/tools/make/Makefile third_party_downloads
readable_run make -f tensorflow/lite/micro/tools/make/Makefile \
TARGET=xtensa \
TARGET_ARCH=fusion_f1 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册