Searched +full:aws +full:- +full:access +full:- +full:key +full:- +full:id (Results 1 – 11 of 11) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.08 - cron: '50 22 * * *'11 - refs/tags/*15 runs-on: ubuntu-22.0416 if: github.repository == 'zephyrproject-rtos/zephyr'19 - name: Configure AWS Credentials20 uses: aws-actions/configure-aws-credentials@v222 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}23 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}24 aws-region: us-east-1[all …]
3 # SPDX-License-Identifier: Apache-2.011 - main12 - v*14 - completed17 doc-publish:19 runs-on: ubuntu-22.0423 github.repository == 'zephyrproject-rtos/zephyr'26 - name: Download artifacts27 uses: dawidd6/action-download-artifact@v229 workflow: doc-build.yml[all …]
3 # SPDX-License-Identifier: Apache-2.011 - completed14 doc-publish:16 runs-on: ubuntu-22.0420 github.repository == 'zephyrproject-rtos/zephyr'23 - name: Download artifacts24 uses: dawidd6/action-download-artifact@v226 workflow: doc-build.yml27 run_id: ${{ github.event.workflow_run.id }}29 - name: Load PR number[all …]
5 - cron: '*/10 * * * *'10 COMMITTER_NAME: github-actions11 COMMITTER_USERNAME: github-actions15 track-issues:17 runs-on: ubuntu-22.0418 if: github.repository == 'zephyrproject-rtos/zephyr'21 - name: Download configuration file23 …wget -q https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/.github/workflows/issues-report-…25 - name: install-packages27 sudo apt-get update[all …]
2 # SPDX-License-Identifier: Apache-2.014 - cron: '5 14 * * *'19 runs-on: ubuntu-22.0420 if: github.repository_owner == 'zephyrproject-rtos'23 - name: Checkout26 - name: Install Python dependencies28 sudo pip3 install -U setuptools wheel pip29 pip3 install -U pygithub31 - name: Snapshot bugs35 BUGS_PICKLE_FILENAME="zephyr-bugs-$(date -I).pickle.xz"[all …]
6 - cron: '50 1/12 * * *'9 - 'VERSION'10 - '.github/workflows/footprint-tracking.yml'12 - main13 - v*-branch15 # only publish v* tags, do not care about zephyr-v* which point to the17 - 'v*'20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}21 cancel-in-progress: true24 footprint-tracking:[all …]
5 - cron: '25 */3 * * 1-5'8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}9 cancel-in-progress: true13 if: github.repository == 'zephyrproject-rtos/zephyr'14 runs-on: zephyr-runner-linux-x64-4xlarge16 image: ghcr.io/zephyrproject-rtos/ci:v0.26.517 options: '--entrypoint /bin/bash'19 - /repo-cache/zephyrproject:/github/cache/zephyrproject21 fail-fast: false25 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3[all …]
6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}7 cancel-in-progress: true10 clang-build:11 if: github.repository_owner == 'zephyrproject-rtos'12 runs-on: zephyr-runner-linux-x64-4xlarge14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.515 options: '--entrypoint /bin/bash'17 - /repo-cache/zephyrproject:/github/cache/zephyrproject19 fail-fast: false23 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3[all …]
6 - main7 - v*-branch8 - collab-*11 - main12 - v*-branch13 - collab-*16 - cron: '0 3 * * 0'19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}20 cancel-in-progress: true23 twister-build-prep:[all …]
1 .. zephyr:code-sample:: aws-iot-mqtt2 :name: AWS IoT Core MQTT3 :relevant-api: bsd_sockets mqtt_socket dns_resolve tls_credentials json sntp random_api5 Connect to AWS IoT Core and publish messages using MQTT.11 can publish messages to AWS IoT Core using the MQTT protocol. Key features include:13 - Acquiring a DHCPv4 lease14 - Connecting to an SNTP server to obtain the current time15 - Establishing a TLS 1.2 connection with AWS IoT Core servers16 - Subscribing to a topic on AWS IoT Core17 - Publishing data to AWS IoT Core[all …]
17 * CVE-2020-1006618 * CVE-2020-1006919 * CVE-2020-1360120 * CVE-2020-1360232 * :github:`issuenumber` - issue title34 * :github:`18334` - DNS resolution is broken for some addresses in master/2.0-pre35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply36 * :github:`21107` - LL_ASSERT and 'Imprecise data bus error' in LL Controller37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board.38 * :github:`21299` - bluetooth: Controller does not release buffer on central side after peripheral …[all …]