Searched +full:rebase +full:- +full:strategy (Results 1 – 5 of 5) sorted by relevance
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 …]
6 - main7 - v*-branch8 - collab-*11 - main12 - v*-branch13 - collab-*16 - cron: '0 17 * * 6'19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}20 cancel-in-progress: true23 twister-build-prep:[all …]
4 # SPDX-License-Identifier: Apache-2.06 # Ensure this works also when being source-ed9 typeset -A -g _opt_args12 local -a builtin_cmds=(25 local -a zephyr_ext_cmds=(29 'sign[sign a Zephyr binary for bootloader chain-loading]'34 'zephyr-export[export Zephyr installation as a CMake config package]'40 local -a all_cmds=(${builtin_cmds} ${zephyr_ext_cmds})42 if [[ -v WEST_COMP_CHECK_WORKSPACE ]]; then44 if [ $? -eq 0 ]; then[all …]
20 set -l tokens (commandline -opc)41 set -l tokens (commandline -opc)42 set -l argc (count $argv)43 set -l max $argv[1]44 set -l counter 046 if test $argc -eq 147 if test (math (count $tokens) - 2) -ge $max60 if $counter -ge $max77 set -l tokens (commandline -opc)80 if string match -qr -- "$token*" "$tokens[-1]"[all …]