Searched +full:- +full:- +full:oneline (Results 1 – 9 of 9) sorted by relevance
6 - edited7 - opened8 - reopened9 - synchronize13 runs-on: ubuntu-22.0416 - name: Update PATH for west20 - name: Checkout the code24 fetch-depth: 026 - name: Rebase onto the target branch30 git config --global user.email "you@example.com"[all …]
7 runs-on: ubuntu-22.0410 - name: Checkout the code14 fetch-depth: 016 - name: cache-pip20 key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/coding_guidelines.yml') }}22 - name: Install python dependencies27 - name: Install Packages29 sudo apt-get update30 sudo apt-get install coccinelle32 - name: Run Coding Guildeines Checks[all …]
2 # SPDX-License-Identifier: Apache-2.09 - main10 - v*-branch12 - 'scripts/build/**'13 - '.github/workflows/scripts_tests.yml'16 - main17 - v*-branch19 - 'scripts/build/**'20 - '.github/workflows/scripts_tests.yml'23 scripts-tests:[all …]
6 - main7 - v*-branch8 - collab-*11 - main12 - v*-branch13 - collab-*15 - 'scripts/**'16 - '.github/workflows/hello_world_multiplatform.yaml'17 - 'SDK_VERSION'20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}[all …]
18 … if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target'19 runs-on:20 group: zephyr-runner-v2-linux-x64-4xlarge22 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.2024102623 options: '--entrypoint /bin/bash'25 subset: ${{ steps.output-services.outputs.subset }}26 size: ${{ steps.output-services.outputs.size }}27 fullrun: ${{ steps.output-services.outputs.fullrun }}38 - name: Apply container owner mismatch workaround44 git config --global --add safe.directory ${GITHUB_WORKSPACE}[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:13 group: zephyr-runner-v2-linux-x64-4xlarge15 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.2024102616 options: '--entrypoint /bin/bash'18 fail-fast: false22 CCACHE_DIR: /node-cache/ccache-zephyr[all …]
6 - ".github/workflows/bsim-tests.yaml"7 - ".github/workflows/bsim-tests-publish.yaml"8 - "west.yml"9 - "subsys/bluetooth/**"10 - "tests/bsim/**"11 - "boards/nordic/nrf5*/*dt*"12 - "dts/*/nordic/**"13 - "tests/bluetooth/common/testlib/**"14 - "samples/bluetooth/**"15 - "boards/native/**"[all …]
2 # SPDX-License-Identifier: Apache-2.08 - cron: '0 */3 * * *'11 - v*22 # and each sphinx-build process may use more than 2GiB of RAM.26 doc-file-check:28 runs-on: ubuntu-22.0430 github.repository_owner == 'zephyrproject-rtos'32 file_check: ${{ steps.check-doc-files.outputs.any_modified }}34 - name: checkout38 fetch-depth: 0[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 …]