mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 09:51:22 +00:00
Added allow-unsafe-pr-checkout: true (#3615)
This commit is contained in:
parent
5fa112687b
commit
ca0b8b1308
8 changed files with 23 additions and 0 deletions
6
.github/workflows/suite_cortex_m.yml
vendored
6
.github/workflows/suite_cortex_m.yml
vendored
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install Pillow
|
||||
|
|
@ -63,6 +64,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- name: Test
|
||||
uses: docker://ghcr.io/tflm-bot/tflm-ci:0.6.7
|
||||
with:
|
||||
|
|
@ -84,6 +86,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install Pillow
|
||||
|
|
@ -104,6 +107,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install Pillow
|
||||
|
|
@ -123,6 +127,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
|
@ -152,6 +157,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
|
|
|||
1
.github/workflows/suite_hexagon.yml
vendored
1
.github/workflows/suite_hexagon.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Hexagon Build Test
|
||||
env:
|
||||
|
|
|
|||
1
.github/workflows/suite_riscv.yml
vendored
1
.github/workflows/suite_riscv.yml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- name: Test
|
||||
uses: docker://ghcr.io/tflm-bot/tflm-ci:0.6.7
|
||||
with:
|
||||
|
|
|
|||
8
.github/workflows/suite_xtensa.yml
vendored
8
.github/workflows/suite_xtensa.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Vision P6 Build
|
||||
env:
|
||||
|
|
@ -46,6 +47,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Hifi5 Unit Tests
|
||||
env:
|
||||
|
|
@ -65,6 +67,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Hifi5 Unit Tests with Compression
|
||||
env:
|
||||
|
|
@ -84,6 +87,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Hifi3z Unit Tests
|
||||
env:
|
||||
|
|
@ -103,6 +107,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Hifi3z Unit Tests with Compression
|
||||
env:
|
||||
|
|
@ -124,6 +129,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Fusion F1 Unit Tests
|
||||
env:
|
||||
|
|
@ -143,6 +149,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Vision P6 Unit Tests
|
||||
env:
|
||||
|
|
@ -162,6 +169,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- run: rm -rf .git
|
||||
- name: Hifimini Unit Tests
|
||||
env:
|
||||
|
|
|
|||
1
.github/workflows/test_bazel.yml
vendored
1
.github/workflows/test_bazel.yml
vendored
|
|
@ -34,6 +34,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha || github.ref }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- uses: bazel-contrib/setup-bazel@0.18.0
|
||||
with:
|
||||
bazelisk-cache: true
|
||||
|
|
|
|||
1
.github/workflows/test_makefile.yml
vendored
1
.github/workflows/test_makefile.yml
vendored
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha || github.ref }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- name: Test
|
||||
run: |
|
||||
tensorflow/lite/micro/tools/ci_build/test_makefile.sh
|
||||
|
|
|
|||
3
.github/workflows/test_misc.yml
vendored
3
.github/workflows/test_misc.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- name: Check
|
||||
run: tensorflow/lite/micro/tools/ci_build/test_code_style.sh
|
||||
|
||||
|
|
@ -32,6 +33,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha || github.ref }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- uses: bazel-contrib/setup-bazel@0.18.0
|
||||
with:
|
||||
bazelisk-cache: true
|
||||
|
|
@ -52,6 +54,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- uses: bazel-contrib/setup-bazel@0.18.0
|
||||
with:
|
||||
bazelisk-cache: true
|
||||
|
|
|
|||
2
.github/workflows/test_windows.yml
vendored
2
.github/workflows/test_windows.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
|
@ -54,6 +55,7 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.trigger-sha }}
|
||||
allow-unsafe-pr-checkout: true
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: MINGW64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue