Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 6 of 6) sorted by relevance
/mcuboot-3.7.0/.github/workflows/ |
D | mynewt.yaml | 5 - main 11 group: mynewt-${{ github.event.pull_request.number || github.ref }} 12 cancel-in-progress: true 16 runs-on: ubuntu-latest 18 - uses: actions/checkout@v2 20 fetch-depth: 0 21 - name: Print the environment 23 uname -a 27 - name: Signed commit check 30 ./ci/check-signed-off-by.sh [all …]
|
D | zephyr_build.yaml | 1 # Copyright (c) 2022-2023 Nordic Semiconductor ASA 2 # SPDX-License-Identifier: Apache-2.0 11 - main 14 - main 16 - cron: 0 0 * * * 33 # Only cancel ongoing runs for PRs 35 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 36 cancel-in-progress: true 40 runs-on: ubuntu-latest 44 options: '--entrypoint /bin/bash' [all …]
|
D | espressif.yaml | 1 # SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD 2 # SPDX-License-Identifier: Apache-2.0 8 - main 14 group: espressif-${{ github.event.pull_request.number || github.ref }} 15 cancel-in-progress: true 23 … - "secureboot-sign-rsa2048,secureboot-sign-rsa3072,secureboot-sign-ec256,secureboot-sign-ed25519" 24 - "serialrecovery" 26 - targets: esp32 27 features: "multi-image,multi-boot" 29 - targets: esp32s3 [all …]
|
D | fih_tests.yaml | 4 - main 10 group: fih-${{ github.event.pull_request.number || github.ref }} 11 cancel-in-progress: true 16 fail-fast: false 21 - "RELEASE 2,4,6 SIGNATURE" 22 - "RELEASE 2,4,6 SIGNATURE LOW" 23 - "RELEASE 2,4,6 SIGNATURE MEDIUM" 24 - "RELEASE 8,10 SIGNATURE" 25 - "RELEASE 8,10 SIGNATURE LOW" 26 - "RELEASE 8,10 SIGNATURE MEDIUM" [all …]
|
D | imgtool.yaml | 4 - main 5 - v*-branch 11 group: imgtool-${{ github.event.pull_request.number || github.ref }} 12 cancel-in-progress: true 16 runs-on: ubuntu-latest 19 python-version: ["3.x", "pypy3.9"] 21 - uses: actions/checkout@v4 22 - name: Set up Python ${{ matrix.python-version }} 23 uses: actions/setup-python@v4 25 python-version: ${{ matrix.python-version }} [all …]
|
D | sim.yaml | 5 - main 11 group: sim-${{ github.event.pull_request.number || github.ref }} 12 cancel-in-progress: true 19 - "sig-ecdsa,sig-ecdsa-mbedtls,sig-ed25519,enc-kw,bootstrap" 20 - "sig-rsa,sig-rsa3072,overwrite-only,validate-primary-slot,swap-move" 21 - "enc-rsa,enc-rsa max-align-32" 22 - "enc-aes256-rsa,enc-aes256-rsa max-align-32" 23 - "enc-ec256,enc-ec256 max-align-32" 24 - "enc-aes256-ec256,enc-aes256-ec256 max-align-32" 25 - "enc-x25519,enc-x25519 max-align-32" [all …]
|