Home
last modified time | relevance | path

Searched +full:branches +full:- +full:ignore (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/external/robolectric/.github/workflows/
Dgradle_wrapper_validation.yml5 branches: [ master, 'robolectric-*.x' ]
6 paths-ignore:
7 - '**.md'
10 branches: [ master, google ]
11 paths-ignore:
12 - '**.md'
15 group: ${{ github.workflow }}-${{ github.ref }}
16 cancel-in-progress: true
24 runs-on: ubuntu-22.04
26 - uses: actions/checkout@v4
[all …]
Dgraphics_tests.yml5 branches: [ master, 'robolectric-*.x' ]
6 paths-ignore:
7 - '**.md'
10 branches: [ master, google ]
11 paths-ignore:
12 - '**.md'
15 group: ${{ github.workflow }}-${{ github.ref }}
16 cancel-in-progress: true
26 macos-13, # Tests Mac x86_64
27 macos-14, # Tests Mac arm64
[all …]
Dgradle_tasks_validation.yml5 branches: [ master, 'robolectric-*.x' ]
6 paths-ignore:
7 - '**.md'
10 branches: [ master, google ]
11 paths-ignore:
12 - '**.md'
15 group: ${{ github.workflow }}-${{ github.ref }}
16 cancel-in-progress: true
23 runs-on: ubuntu-22.04
26 - uses: actions/checkout@v4
[all …]
Dcheck_code_style.yml5 branches: [ master, 'robolectric-*.x' ]
6 paths-ignore:
7 - '**.md'
10 branches: [ master, google ]
11 paths-ignore:
12 - '**.md'
15 group: ${{ github.workflow }}-${{ github.ref }}
16 cancel-in-progress: true
23 runs-on: ubuntu-22.04
26 - uses: actions/checkout@v4
[all …]
Dtests.yml5 branches: [ master, 'robolectric-*.x', 'google' ]
6 paths-ignore:
7 - '**.md'
10 branches: [ master ]
11 paths-ignore:
12 - '**.md'
15 group: ${{ github.workflow }}-${{ github.ref }}
16 cancel-in-progress: true
22 cache-version: v1
26 runs-on: ubuntu-22.04
[all …]
/external/python/oauth2client/
Dtox.ini21 commands = nosetests --ignore-files=test_appengine\.py --ignore-files=test__appengine_ndb\.py {posa…
27 --with-coverage \
28 --cover-package=oauth2client \
29 --cover-package=tests \
30 --cover-erase \
31 --cover-tests \
32 --cover-branches \
33 --ignore-files=test_appengine\.py \
34 --ignore-files=test__appengine_ndb\.py
36 --with-coverage \
[all …]
/external/curl/.github/workflows/
Dfuzz.yml3 # SPDX-License-Identifier: curl
9 branches:
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dcodeql-analysis.yml3 # SPDX-License-Identifier: curl
9 branches:
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
[all …]
Dlinux32.yml3 # SPDX-License-Identifier: curl
5 name: Linux 32-bit
9 branches:
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
[all …]
Dtorture.yml3 # SPDX-License-Identifier: curl
9 branches:
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dcodespell.yml3 # SPDX-License-Identifier: curl
9 branches:
10 - master
11 - '*/ci'
13 - 'lib/**'
14 - 'src/**'
15 - 'include/**'
17 branches:
18 - master
19 - 'lib/**'
[all …]
Dwolfssl.yml3 # SPDX-License-Identifier: curl
9 branches:
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dlinux-old.yml3 # SPDX-License-Identifier: curl
12 # stretch has ELTS support from Feexian until 2027-06-30
13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/
14 # The Debian key will expire 2025-05-20, after which package signature
23 branches:
24 - master
25 - '*/ci'
26 paths-ignore:
27 - '**/*.md'
28 - '.azure-pipelines.yml'
[all …]
Dawslc.yml3 # SPDX-License-Identifier: curl
5 name: Linux AWS-LC
9 branches:
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodCoverageCalculatorTest.java5 * http://www.eclipse.org/legal/epl-2.0
7 * SPDX-License-Identifier: EPL-2.0
10 * Marc R. Hoffmann - initial API and implementation
85 c.ignore(i1, i1); in should_ignore_single_instruction()
103 c.ignore(i1, i2); in should_ignore_instruction_range()
118 c.ignore(i1, i1); in should_exclude_ignored_instructions_from_computation_of_first_and_last_lines()
119 c.ignore(i3, i3); in should_exclude_ignored_instructions_from_computation_of_first_and_last_lines()
185 assertLine(1, 0, 1, 1, 2); // branches coverage status replaced in should_replace_branches()
224 assertEquals("branches", CounterImpl.getInstance(mb, cb), in assertLine()
228 private InsnNode addInsn(int line, boolean... branches) { in addInsn() argument
[all …]
/external/python/mako/.github/workflows/
Drun-test.yaml4 # run on push in main or rel_* branches excluding changes are only on doc or example folders
6 branches:
7 - main
8 - "rel_*"
9 # branches used to test the workflow
10 - "workflow_test_*"
11 paths-ignore:
12 - "docs/**"
15 run-test:
16 name: ${{ matrix.python-version }}-${{ matrix.os }}
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DIFilterOutput.java5 * http://www.eclipse.org/legal/epl-2.0
7 * SPDX-License-Identifier: EPL-2.0
10 * Evgeny Mandrikov - initial API and implementation
34 void ignore(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive); in ignore() method
48 * Marks instruction whose outgoing branches should be replaced during
52 * instruction which branches should be replaced
54 * new targets of branches
/external/harfbuzz_ng/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
22 - run: pip3 install meson --upgrade
[all …]
/external/rust/crates/gpio-cdev/.github/workflows/
Dci.yml2 push: # Run CI for all branches except GitHub merge queue tmp branches
3 branches-ignore:
4 - "gh-readonly-queue/**"
11 RUSTFLAGS: '--deny warnings'
15 runs-on: ubuntu-latest
20 - aarch64-unknown-linux-gnu
21 - aarch64-unknown-linux-musl
22 - arm-unknown-linux-gnueabi
23 - arm-unknown-linux-gnueabihf
24 - armv7-unknown-linux-gnueabihf
[all …]
/external/gson/.github/workflows/
Dcodeql-analysis.yml1 # Based on default config generated by GitHub, see also https://github.com/github/codeql-action
7 branches: [ master ]
9 branches: [ master ]
12 - cron: '10 16 * * 1'
17 runs-on: ubuntu-latest
19 security-events: write
22 fail-fast: false
27 - name: Checkout repository
31 - name: Initialize CodeQL
32 uses: github/codeql-action/init@v2
[all …]
/external/rust/crates/spin/.github/workflows/
Drust.yml5 branches: [ master ]
7 branches: [ master ]
12 permissions: read-all
16 runs-on: ubuntu-latest
18 fail-fast: false
23 - uses: actions/checkout@v3
24 - name: Install Rust
26 - name: Run Tests
27 run: cargo test --verbose
28 - run: cargo build --all --all-features --all-targets
[all …]
/external/angle/scripts/
Droll_chromium_deps.py4 # Use of this source code is governed by a BSD-style license
40 'third_party/abseil-cpp',
55 'third_party/clang-format/script',
60 'third_party/fuchsia-sdk/sdk',
75 'third_party/Python-Markdown',
76 'third_party/qemu-linux-x64',
77 'third_party/qemu-mac-x64',
88 'tools/luci-go',
108 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$')
109 CLANG_REVISION_RE = re.compile(r'^CLANG_REVISION = \'([-0-9a-z]+)\'')
[all …]
/external/ot-br-posix/.github/workflows/
Dopenwrt.yml33 branches-ignore:
34 - 'dependabot/**'
36 branches:
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
45 runs-on: ubuntu-latest
47 - uses: actions/checkout@v4
50 - name: Bootstrap
52 BUILD_TARGET: "openwrt-check"
[all …]
Draspbian.yml33 branches-ignore:
34 - 'dependabot/**'
36 branches:
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
45 raspbian-check:
46 runs-on: ubuntu-20.04
48 …rrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-01-12/2021-01-11-raspios-buster-armhf-
49 BUILD_TARGET: raspbian-gcc
[all …]
/external/kotlinpoet/.github/workflows/
Dbuild.yml5 branches-ignore:
6 - main
7 tags-ignore:
8 - '**'
12 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
19 - macos-latest
20 - ubuntu-latest
21 - windows-latest
23 runs-on: ${{ matrix.os }}
26 - name: Checkout
[all …]

12345678910>>...27