Searched +full:cancel +full:- +full:previous +full:- +full:runs (Results 1 – 25 of 233) sorted by relevance
12345678910
| /external/dagger2/.github/actions/prechecks/ |
| D | action.yml | 4 runs: 7 # Cancel previous runs on the same branch to avoid unnecessary parallel 8 # runs of the same job. See https://github.com/google/go-github/pull/1821 9 - name: Cancel previous 10 uses: styfle/cancel-workflow-action@0.8.0 13 - name: 'Check out gh-pages repository' 16 ref: 'refs/heads/gh-pages' 17 path: gh-pages 18 - name: 'Validate latest Dagger version' 19 run: ./gh-pages/.github/scripts/validate-latest-dagger-version.sh gh-pages/_config.yml
|
| /external/auto/.github/workflows/ |
| D | ci.yml | 6 - master 9 - master 17 runs-on: ubuntu-latest 19 # Cancel any previous runs for the same branch that are still running. 20 - name: 'Cancel previous runs' 21 uses: styfle/cancel-workflow-action@0.9.1 24 - name: 'Check out repository' 26 - name: 'Cache local Maven repository' 30 key: maven-${{ hashFiles('**/pom.xml') }} 31 restore-keys: | [all …]
|
| /external/truth/.github/workflows/ |
| D | ci.yml | 6 - master 9 - master 17 runs-on: ubuntu-latest 19 # Cancel any previous runs for the same branch that are still running. 20 - name: 'Cancel previous runs' 21 uses: styfle/cancel-workflow-action@0.9.0 24 - name: 'Check out repository' 26 - name: 'Cache local Maven repository' 30 key: maven-${{ hashFiles('**/pom.xml') }} 31 restore-keys: | [all …]
|
| /external/guava/.github/workflows/ |
| D | ci.yml | 6 - master 9 - master 13 name: "${{ matrix.root-pom }} on JDK ${{ matrix.java }}" 17 root-pom: [ 'pom.xml', 'android/pom.xml' ] 18 runs-on: ubuntu-latest 20 ROOT_POM: ${{ matrix.root-pom }} 22 # Cancel any previous runs for the same branch that are still running. 23 - name: 'Cancel previous runs' 24 uses: styfle/cancel-workflow-action@0.9.1 27 - name: 'Check out repository' [all …]
|
| /external/oss-fuzz/.github/workflows/ |
| D | presubmit.yml | 6 - master 10 runs-on: ubuntu-latest 13 - name: Cancel previous 14 uses: styfle/cancel-workflow-action@0.8.0 18 - uses: actions/checkout@v2 20 fetch-depth: 0 21 - run: | 22 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master 24 - name: Setup python environment 25 uses: actions/setup-python@v2 [all …]
|
| D | infra_tests.yml | 5 - 'infra/**' 6 - '.github/workflows/**' 10 runs-on: ubuntu-latest 13 - name: Cancel previous 14 uses: styfle/cancel-workflow-action@0.8.0 18 - uses: actions/checkout@v2 20 fetch-depth: 0 21 - run: | 22 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master 24 - name: Setup python environment [all …]
|
| D | project_tests.yml | 6 - master 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - libfuzzer 17 - address 18 - memory 19 - undefined 20 - coverage 22 - x86_64 24 - engine: afl [all …]
|
| /external/google-java-format/.github/workflows/ |
| D | ci.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 - master 23 - master 29 fail-fast: false 31 os: [ ubuntu-latest ] 37 - os: macos-latest 40 - os: windows-latest 43 - os: ubuntu-latest 44 java: 18-ea 46 runs-on: ${{ matrix.os }} [all …]
|
| /external/openthread/.github/workflows/ |
| D | makefile-check.yml | 34 cancel-previous-runs: 35 runs-on: ubuntu-20.04 37 - uses: rokroskar/workflow-run-cleanup-action@master 42 makefile-check: 43 runs-on: ubuntu-20.04 45 - uses: actions/checkout@v2 48 - name: Check 50 script/check-core-makefiles
|
| D | version.yml | 34 cancel-previous-runs: 35 runs-on: ubuntu-20.04 37 - uses: rokroskar/workflow-run-cleanup-action@master 42 api-version: 43 runs-on: ubuntu-20.04 45 - uses: actions/checkout@v2 48 - name: Check 50 script/check-api-version
|
| D | size.yml | 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 size-report: 44 runs-on: ubuntu-20.04 46 - uses: actions/checkout@v2 47 - name: Bootstrap 50 python3 -m pip install --upgrade setuptools wheel 51 python3 -m pip install git+https://github.com/axiros/terminal_markdown_viewer.git 52 - name: Run [all …]
|
| D | otci.yml | 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 cli-sim: 44 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }} 45 runs-on: ubuntu-20.04 47 fail-fast: false 55 - uses: actions/checkout@v2 56 - name: Bootstrap 58 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update [all …]
|
| D | toranj.yml | 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 toranj-ncp: 44 name: toranj-ncp-${{ matrix.TORANJ_RADIO }} 45 runs-on: ubuntu-18.04 47 fail-fast: false 54 - uses: actions/checkout@v2 57 - name: Bootstrap 61 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update [all …]
|
| D | docker.yml | 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 44 name: buildx-${{ matrix.docker_name }} 45 runs-on: ubuntu-20.04 47 fail-fast: false 50 - docker_name: environment 52 - uses: actions/checkout@v2 56 - name: Prepare 64 TAGS="--tag ${DOCKER_IMAGE}:${VERSION}" [all …]
|
| D | otns.yml | 43 cancel-previous-runs: 44 runs-on: ubuntu-20.04 46 - uses: rokroskar/workflow-run-cleanup-action@master 53 runs-on: ubuntu-20.04 55 - uses: actions/checkout@v2 56 - uses: actions/setup-go@v1 58 go-version: '1.14' 59 - name: Set up Python 3.6 60 uses: actions/setup-python@v1 62 python-version: 3.6 [all …]
|
| /external/ot-br-posix/.github/workflows/ |
| D | openwrt.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 41 cancel-previous-runs: 42 runs-on: ubuntu-latest 44 - uses: rokroskar/workflow-run-cleanup-action@master 50 runs-on: ubuntu-latest 52 - uses: actions/checkout@v2 55 - name: Bootstrap 57 BUILD_TARGET: "openwrt-check" [all …]
|
| D | raspbian.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 41 cancel-previous-runs: 42 runs-on: ubuntu-20.04 44 - uses: rokroskar/workflow-run-cleanup-action@master 49 raspbian-check: 50 runs-on: ubuntu-20.04 52 …rrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-01-12/2021-01-11-raspios-buster-armhf-… 53 BUILD_TARGET: raspbian-gcc [all …]
|
| D | macOS.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 41 cancel-previous-runs: 42 runs-on: ubuntu-20.04 44 - uses: rokroskar/workflow-run-cleanup-action@master 49 build-check: 50 runs-on: macos-12 52 - uses: actions/checkout@v2 55 - name: Bootstrap [all …]
|
| D | documentation.yml | 34 - 'main' 37 cancel-previous-runs: 38 runs-on: ubuntu-latest 40 - uses: rokroskar/workflow-run-cleanup-action@master 46 runs-on: ubuntu-latest 48 - uses: actions/checkout@v2 51 - name: Bootstrap 53 sudo apt-get update 54 sudo apt-get install -y doxygen libdbus-1-dev libglib2.0-dev-bin xmlto 55 - name: Generate [all …]
|
| D | meshcop.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 41 cancel-previous-runs: 42 runs-on: ubuntu-latest 44 - uses: rokroskar/workflow-run-cleanup-action@master 50 runs-on: ubuntu-latest 52 fail-fast: false 56 - uses: actions/checkout@v2 59 - name: Bootstrap [all …]
|
| D | build.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 41 cancel-previous-runs: 42 runs-on: ubuntu-20.04 44 - uses: rokroskar/workflow-run-cleanup-action@master 50 runs-on: ubuntu-20.04 52 - uses: actions/checkout@v2 53 - name: Bootstrap 54 run: BUILD_TARGET=pretty-check tests/scripts/bootstrap.sh [all …]
|
| /external/turbine/.github/workflows/ |
| D | ci.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 - main 23 - main 29 fail-fast: false 31 os: [ ubuntu-latest ] 37 - os: macos-latest 40 - os: windows-latest 43 - os: ubuntu-latest 44 java: 20-ea 46 runs-on: ${{ matrix.os }} [all …]
|
| /external/autotest/utils/frozen_chromite/lib/ |
| D | timeout_util.py | 1 # -*- coding: utf-8 -*- 3 # Use of this source code is governed by a BSD-style license that can be 20 class TimeoutError(Exception): # pylint: disable=redefined-builtin 58 Previous timer, which is a pair of scheduled timeout and interval. 65 error_message='Timeout occurred- waited %(time)s seconds.', 79 a purpose-specific message without overriding the default template in 86 # pylint: disable=unused-argument 101 # Cancel the alarm request and restore the original handler. 105 # Ensure the previous handler will fire if it was meant to. 107 remaining_timeout = previous_timeout - (time.time() - previous_time) [all …]
|
| /external/tensorflow/tensorflow/core/data/service/ |
| D | task_runner.h | 7 http://www.apache.org/licenses/LICENSE-2.0 78 // Cancels in-progress `GetNext` requests. 79 virtual void Cancel() = 0; 82 // A task runner which provides elements on a first-come first-served basis. 95 void Cancel() override; 102 // Runs `PrefetchFn` on a dedicated thread. 118 // A task runner which prefetches elements on a first-come first-served basis 119 // and caches elements in a sliding-window `CrossTrainerCache`. The cache has a 129 // Gets the next element from the cross-trainer cache, blocking if the data is 135 // Cancel the task runner. After cancelling, all the `GetNext` calls will [all …]
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
| D | call_combiner.h | 9 * http://www.apache.org/licenses/LICENSE-2.0 37 // A simple, lock-free mechanism for serializing activity related to a 57 (call_combiner)->Start((closure), (error), __FILE__, __LINE__, (reason)) 59 (call_combiner)->Stop(__FILE__, __LINE__, (reason)) 67 (call_combiner)->Start((closure), (error), (reason)) 69 (call_combiner)->Stop((reason)) 77 /// Registers \a closure to be invoked when Cancel() is called. 86 /// - If Cancel() was called prior to registering the closure, it will be 88 /// - If Cancel() is called after registering the closure, the closure will 90 /// - If SetNotifyOnCancel() is called again to register a new cancellation [all …]
|
12345678910