Skip to content

Commit c932044

Browse files
committed
remove remaining device advisor remnants
1 parent f3aeef8 commit c932044

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,6 @@ jobs:
211211
cd ${{ env.CI_FOLDER }}
212212
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder.pyz')"
213213
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DUSE_CPU_EXTENSIONS=OFF
214-
- name: Running samples in CI setup
215-
run: |
216-
python -m pip install boto3
217-
- name: run DeviceAdvisor
218-
run: |
219-
cd ${{ env.CI_FOLDER }}/aws-iot-device-sdk-cpp-v2
220-
python ./deviceadvisor/script/DATestRun.py
221214
222215
windows-app-verifier:
223216
runs-on: windows-2025

format-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
os.chdir(Path(__file__).parent)
2020

21-
check_dirs = ['deviceadvisor', 'devicedefender', 'discovery', 'eventstream_rpc', 'greengrass_ipc', 'identity', 'iotdevicecommon', 'jobs', 'shadow', 'samples', 'secure_tunneling']
21+
check_dirs = ['devicedefender', 'discovery', 'eventstream_rpc', 'greengrass_ipc', 'identity', 'iotdevicecommon', 'jobs', 'shadow', 'samples', 'secure_tunneling']
2222

2323
filepaths_file = NamedTemporaryFile(delete=False)
2424
for check_dir in check_dirs:

0 commit comments

Comments
 (0)