@@ -38,34 +38,32 @@ jobs:
3838
3939 echo "scope=$SCOPE" >> $GITHUB_OUTPUT
4040
41- call-core :
41+ call-check-tflite-files :
4242 needs : gatekeeper
4343 if : needs.gatekeeper.outputs.scope != 'none'
44- uses : ./.github/workflows/suite_core .yml
44+ uses : ./.github/workflows/check_tflite_files .yml
4545 with :
4646 trigger-sha : ${{ github.event.pull_request.head.sha }}
47+ pr-number : ${{ github.event.pull_request.number }}
48+ pr-body : ${{ github.event.pull_request.body }}
4749 secrets :
4850 tflm-bot-token : ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
4951
50- call-check-tflite-files :
52+ call-core :
5153 needs : gatekeeper
5254 if : needs.gatekeeper.outputs.scope != 'none'
53- uses : ./.github/workflows/check_tflite_files .yml
55+ uses : ./.github/workflows/suite_core .yml
5456 with :
5557 trigger-sha : ${{ github.event.pull_request.head.sha }}
56- pr-number : ${{ github.event.pull_request.number }}
57- pr-body : ${{ github.event.pull_request.body }}
5858 secrets :
5959 tflm-bot-token : ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
6060
61- call-hexagon :
61+ call-windows :
6262 needs : gatekeeper
6363 if : needs.gatekeeper.outputs.scope != 'none'
64- uses : ./.github/workflows/suite_hexagon .yml
64+ uses : ./.github/workflows/test_windows .yml
6565 with :
6666 trigger-sha : ${{ github.event.pull_request.head.sha }}
67- secrets :
68- tflm-bot-token : ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
6967
7068 call-cortex-m :
7169 needs : gatekeeper
8785 secrets :
8886 tflm-bot-token : ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
8987
88+ call-hexagon :
89+ needs : gatekeeper
90+ if : needs.gatekeeper.outputs.scope != 'none'
91+ uses : ./.github/workflows/suite_hexagon.yml
92+ with :
93+ trigger-sha : ${{ github.event.pull_request.head.sha }}
94+ secrets :
95+ tflm-bot-token : ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
96+
9097 call-riscv :
9198 needs : gatekeeper
9299 if : needs.gatekeeper.outputs.scope == 'all'
97104 tflm-bot-token : ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}
98105
99106 tests-passed :
100- needs : [gatekeeper, call-core, call- check-tflite-files, call-hexagon , call-cortex-m, call-xtensa, call-riscv]
107+ needs : [gatekeeper, call-check-tflite-files, call-core , call-windows, call- cortex-m, call-xtensa, call-hexagon , call-riscv]
101108 if : always()
102109 runs-on : ubuntu-latest
103110 steps :
0 commit comments