From 22e63b65f5684ddecb359fd68b1c8606dbcb41cf Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Wed, 5 Jun 2024 09:59:50 -0700 Subject: [PATCH] Remove old GG --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2be75951..8b3ec719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -385,14 +385,6 @@ jobs: - name: run MQTT5 Shared Subscription sample run: | python3 ./aws-iot-device-sdk-js-v2/utils/run_in_ci.py --file ./aws-iot-device-sdk-js-v2/.github/workflows/ci_run_mqtt5_shared_subscription_cfg.json - - name: configure AWS credentials (Greengrass) - uses: aws-actions/configure-aws-credentials@v2 - with: - role-to-assume: ${{ env.CI_GREENGRASS_ROLE }} - aws-region: ${{ env.AWS_DEFAULT_REGION }} - - name: run Greengrass Discovery sample - run: | - python3 ./aws-iot-device-sdk-js-v2/utils/run_in_ci.py --file ./aws-iot-device-sdk-js-v2/.github/workflows/ci_run_greengrass_discovery_cfg.json # Runs the Greengrass samples linux-greengrass-tests: