Skip to content

Commit 86309f4

Browse files
committed
remove device advisor
1 parent 68f6178 commit 86309f4

File tree

15 files changed

+0
-1517
lines changed

15 files changed

+0
-1517
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ env:
2020
DA_SHADOW_VALUE_SET: ON
2121
DA_SHADOW_VALUE_DEFAULT: OFF
2222
CI_FLEET_PROVISIONING_ROLE: arn:aws:iam::180635532705:role/service-role/CI_FleetProvisioning_Role
23-
CI_DEVICE_ADVISOR: arn:aws:iam::180635532705:role/CI_DeviceAdvisor_Role
2423
CI_MQTT5_ROLE: arn:aws:iam::180635532705:role/CI_MQTT5_Role
2524
CI_ANDROID_DEVICE_TESTING_ROLE: arn:aws:iam::180635532705:role/CI_Android_Device_Testing_Role
2625
CI_SHADOW_SERVICE_CLIENT_ROLE: arn:aws:iam::180635532705:role/CI_ShadowServiceClient_Role
@@ -76,18 +75,6 @@ jobs:
7675
source utils/test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt us-east-1
7776
mvn test -Dtest=Mqtt5BuilderTest -Dsurefire.failIfNoSpecifiedTests=false
7877
source utils/test_cleanup.sh
79-
- name: Running samples in CI setup
80-
run: |
81-
python -m pip install boto3
82-
mvn install -DskipTests
83-
- name: configure AWS credentials (Device Advisor)
84-
uses: aws-actions/configure-aws-credentials@v2
85-
with:
86-
role-to-assume: ${{ env.CI_DEVICE_ADVISOR }}
87-
aws-region: ${{ env.AWS_DEFAULT_REGION }}
88-
- name: run DeviceAdvisor
89-
run: |
90-
python ./deviceadvisor/script/DATestRun.py
9178
9279
osx-java-compat:
9380
runs-on: macos-latest

deviceadvisor/README.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

deviceadvisor/script/DATestConfig.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)