Lines Matching +full:cancel +full:- +full:in +full:- +full:progress

5 #  Redistribution and use in source and binary forms, with or without
9 # 2. Redistributions in binary form must reproduce the above copyright
10 # notice, this list of conditions and the following disclaimer in the
19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 cli-sim:
49 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}
50 runs-on: ubuntu-24.04
52 fail-fast: false
59 - name: Harden Runner
60 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
62 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
64 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65 - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
67 python-version: '3.12'
69 - name: Bootstrap
71 sudo apt-get update
72 sudo apt-get --no-install-recommends install -y ninja-build
73 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
74 python3 -m pip install pytype adb-shell
75 - name: Style check
77 PYTHONPATH=./tests/scripts/thread-cert pytype tools/otci
78 - name: Build
80 …./script/cmake-build simulation -DOT_THREAD_VERSION=1.4 -DOT_DUA=ON -DOT_MLR=ON -DOT_BACKBONE_ROUT…
81 -DOT_CSL_RECEIVER=ON -DOT_SIMULATION_VIRTUAL_TIME=${VIRTUAL_TIME}
82 - name: Install OTCI Python Library
84 (cd tools/otci && python3 -m pip install .)
85 - name: Run
87 export PYTHONPATH=./tests/scripts/thread-cert/
88 export OT_CLI=./build/simulation/examples/apps/cli/ot-cli-ftd