Skip to content

Commit

Permalink
Remove useless file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhui-xie committed Dec 12, 2023
1 parent 5b1cef1 commit 43cea01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 434 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/azure_iot_test.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cmake_path: ./test/cmake/netxduo64
result_affix: NetXDuo64
skip_deploy: true
NetXDuo_fast:
NetXDuo_Fast:
permissions:
contents: read
issues: read
Expand All @@ -86,7 +86,7 @@ jobs:
build_script: ./scripts/build_nxd_fast.sh
test_script: ./scripts/test_nxd_fast.sh
cmake_path: ./test/cmake/netxduo_fast
result_affix: NetXDuo_fast
result_affix: NetXDuo_Fast
skip_deploy: true
skip_coverage: true
Azure_IoT:
Expand Down Expand Up @@ -136,8 +136,8 @@ jobs:
pull-requests: write
pages: write
id-token: write
needs: [NetXDuo, Web, MQTT, NetXDuo64, NetXDuo_fast, Azure_IoT]
needs: [NetXDuo, Web, MQTT, NetXDuo64, NetXDuo_Fast, Azure_IoT]
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master
with:
skip_test: true
deploy_list: "NetXDuo Web MQTT NetXDuo64 NetXDuo_fast Azure_IoT"
deploy_list: "NetXDuo Web MQTT NetXDuo64 NetXDuo_Fast Azure_IoT"
Loading

0 comments on commit 43cea01

Please sign in to comment.