Home
last modified time | relevance | path

Searched +full:test +full:- +full:ci (Results 1 – 25 of 1086) sorted by relevance

12345678910>>...44

/external/angle/infra/config/generated/
Dluci-scheduler.cfg1 # Auto-generated by lucicfg.
5 # https://config.luci.app/schemas/projects:luci-scheduler.cfg
8 id: "android-arm-compile"
9 realm: "ci"
10 acl_sets: "ci"
16 server: "cr-buildbucket.appspot.com"
17 bucket: "ci"
18 builder: "android-arm-compile"
22 id: "android-arm-dbg-compile"
23 realm: "ci"
[all …]
Dluci-milo.cfg1 # Auto-generated by lucicfg.
5 # https://config.luci.app/schemas/projects:luci-milo.cfg
8 id: "ci"
9 name: "ANGLE CI Builders"
14 name: "buildbucket/luci.angle.ci/android-arm-compile"
19 name: "buildbucket/luci.angle.ci/android-arm-dbg-compile"
24 name: "buildbucket/luci.angle.ci/android-arm64-dbg-compile"
29 name: "buildbucket/luci.angle.ci/android-arm64-exp-s22-test"
30 category: "test|android|arm64"
34 name: "buildbucket/luci.angle.ci/android-arm64-exp-test"
[all …]
/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/
Dci.yml7 name: CI
11 - master
12 - develop
17 ubuntu-focal:
18 runs-on: ubuntu-20.04
20 fail-fast: false
22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
25 - uses: actions/checkout@v2
27 fetch-depth: '0'
28 - uses: mstachniuk/ci-skip@v1
[all …]
/external/sdv/vsomeip/third_party/boost/config/.github/workflows/
Dci.yml7 name: CI
10 ubuntu-focal:
11 runs-on: ubuntu-20.04
13 fail-fast: false
15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
[all …]
/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/
Dci.yml6 name: CI
9 ubuntu-focal:
10 runs-on: ubuntu-20.04
12 fail-fast: false
14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
[all …]
/external/perfetto/docs/design-docs/
Dcontinuous-integration.md1 # Perfetto CI design document
3 This CI is used on-top of (not in replacement of) AOSP's TreeHugger.
12 ![Architecture diagram](/docs/images/continuous-integration.png)
22 whole CI.
26 The Controller orchestrates the CI. It's the most trusted piece of the system.
32 It uses a non-privileged gmail account and has no meaningful voting power.
36 - It periodically (every 5s) polls Gerrit for CLs updated in the last 24h.
37 - It checks the list of CLs against the list of already known CLs in the DB.
38 - For each new CL it enqueues `N` new jobs in the database, one for each
39 configuration defined in [config.py](/infra/ci/config.py) (e.g. `linux-debug`,
[all …]
/external/igt-gpu-tools/tests/intel-ci/
DREADME1 This directory contains test lists that are used by Intel's CI. The
2 files are passed to piglit with the --test-list parameter directly.
4 The test lists are contained in the IGT repository for several
7 - The lists stay synchronized with the IGT codebase.
8 - Public availability. Kernel developers can see what tests are run,
10 - Explicit test lists in general make it possible to implement a new
11 test without having it run in CI (accidentally or on purpose) before
12 CI is ready for it, and for CI to stop running a test without
13 removing the test or changing its name. The previous method of test
16 Changing the test lists should only happen with approval from the CI
[all …]
/external/mesa3d/docs/ci/
Dindex.rst4 GitLab CI
5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
11 and even then the MR CI runs in the forked repository, which might have been
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of configurations and platforms
17 - Sanity checks (``meson test``)
18 - Most drivers are also tested using several test suites, such as the
19 `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__,
[all …]
/external/perfetto/infra/ci/
Dconfig.py8 # http://www.apache.org/licenses/LICENSE-2.0
15 '''Project-wide configuration
24 GERRIT_HOST = 'android-review.googlesource.com'
26 GERRIT_REVIEW_URL = ('https://android-review.googlesource.com/c/' +
34 PROJECT = 'perfetto-ci'
37 DB = DB_ROOT + '/ci'
40 CI_SITE = 'https://ci.perfetto.dev'
41 GCS_ARTIFACTS = 'perfetto-ci-artifacts'
48 GCE_ZONES = 'us-central1-b us-east1-b us-west1-b'
49 GCE_VM_NAME = 'ci-worker'
[all …]
/external/mesa3d/.gitlab-ci/
Dlava-gitlab-ci.yml2 DISTRIBUTION_TAG: "2020-11-09-kmod-fix"
5 stage: container-2
7 - .ci-run-policy
10 …L: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.10-rc2-for-mesa-ci/linux-v5.10-rc2-for
14 - .gitlab-ci/container/lava_build.sh
18 - .use-x86_build-base
19 - .kernel+rootfs
20 image: "$CI_REGISTRY_IMAGE/debian/x86_build-base:$BASE_TAG"
26 - .use-arm_build
27 - .kernel+rootfs
[all …]
Dprepare-artifacts.sh5 section_switch prepare-artifacts "artifacts: prepare"
7 set -e
8 set -o xtrace
10 CROSS_FILE=/cross_file-"$CROSS".txt
13 rm -rf install/bin install/include
16 if [ -n "$CROSS" ]; then
17 STRIP=$(sed -n -E "s/strip\s*=\s*\[?'(.*)'\]?/\1/p" "$CROSS_FILE")
18 if [ -z "$STRIP" ]; then
25 if [ -z "$ARTIFACTS_DEBUG_SYMBOLS" ]; then
26 find install -name \*.so -exec $STRIP --strip-debug {} \;
[all …]
/external/mesa3d/src/gallium/drivers/zink/ci/
Dgitlab-ci-inc.yml1 .zink-common-rules:
3 - !reference [.test, rules]
4 - !reference [.gl-rules, rules]
5 - changes: &zink_files_list
6 - src/gallium/drivers/zink/*
7 - src/gallium/drivers/zink/nir_to_spirv/*
8 - src/gallium/drivers/zink/ci/gitlab-ci.yml
9 - src/gallium/drivers/zink/ci/gitlab-ci-inc.yml
10 - src/gallium/drivers/zink/ci/deqp-$DEQP_SUITE.toml
11 - src/gallium/drivers/zink/ci/$GPU_VERSION-fails.txt
[all …]
/external/aws-crt-java/.github/workflows/
Dci.yml1 name: CI
5 branches-ignore:
6 - 'main'
7 - 'docs'
13 PACKAGE_NAME: aws-crt-java
14 LINUX_BASE_IMAGE: ubuntu-18-x64
15 RUN: ${{ github.run_id }}-${{ github.run_number }}
19 AWS_REGION: us-east-1
20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region
23 linux-compat:
[all …]
/external/wayland/
D.gitlab-ci.yml1 # This file uses the freedesktop ci-templates to build Wayland and run our
2 # tests in CI.
4 # ci-templates uses a multi-stage build process. First, the base container
21 # Apart from the 'variables', 'include', and 'stages' top-level anchors,
23 # be executed as part of CI, unless the rules specify that it should not be
28 # by the ci-templates.
30 # For more information on GitLab CI, including the YAML syntax, see:
31 # https://docs.gitlab.com/ee/ci/yaml/README.html
36 # For more information on ci-templates, see:
37 # - documentation at https://freedesktop.pages.freedesktop.org/ci-templates/
[all …]
/external/mesa3d/
D.gitlab-ci.yml1 # Types of CI pipelines:
3 # |----------------------|-----------|-------------------------------------------------------------|
5 # | pre-merge pipeline | mesa/mesa | same as above, except its status doesn't affect the MR |
6 # | post-merge pipeline | mesa/mesa | pipeline immediately after merging |
9 # | direct-push pipeline | mesa/mesa | when commits are pushed directly to mesa/mesa, bypassing Mar…
19 # Pre-merge pipelines contain the exact same jobs as merge pipelines.
20 # Post-merge pipelines contain *only* the `pages` job that deploys the new
24 # test jobs (typically "full" variants of pre-merge jobs that only run 1/X
25 # test cases), but not a repeat of the merge pipeline jobs.
26 # Direct-push pipelines contain the same jobs as merge pipelines.
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DREADME.md10 (CI) scripts on tensorflow devel images. The other option is to install
14 ### Run TensorFlow CI Scripts using Docker
25 ### Run TensorFlow CI Scripts Natively on your Machine
29 need to configure the installation to run the CI scripts.
37 tests on either [Jenkins](https://jenkins-ci.org/) or a CI system
44 ### View CI Results
50 CI system.
55 Results from the internal CI system are displayed in the Build Status UI. In
62 * Individual test logs may be available. To see these logs, from the **TARGETS**
64 its test log.
[all …]
/external/mesa3d/src/intel/ci/
Dgitlab-ci-inc.yml1 .intel-common-rules:
4 - changes: &intel_common_file_list
5 - src/intel/*
6 - src/intel/blorp/**/*
7 - src/intel/common/**/*
8 - src/intel/compiler/**/*
9 - src/intel/dev/**/*
10 - src/intel/ds/**/*
11 - src/intel/genxml/**/*
12 - src/intel/isl/**/*
[all …]
/external/mesa3d/src/freedreno/ci/
Dgitlab-ci-inc.yml2 .freedreno-common-rules:
4 - !reference [.test, rules]
5 - !reference [.no_scheduled_pipelines-rules, rules]
6 - changes: &freedreno_core_file_list
7 - src/freedreno/ci/gitlab-ci.yml
8 - src/freedreno/ci/gitlab-ci-inc.yml
9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml
10 - src/freedreno/ci/$GPU_VERSION-fails.txt
11 - src/freedreno/ci/$GPU_VERSION-flakes.txt
12 - src/freedreno/ci/$GPU_VERSION-skips.txt
[all …]
/external/mesa3d/src/panfrost/ci/
Dgitlab-ci.yml1 .panfrost-midgard-rules:
4 - !reference [.test, rules]
5 - !reference [.collabora-farm-rules, rules]
6 - !reference [.gl-rules, rules]
7 - changes: &panfrost_gallium_file_list
8 - src/gallium/drivers/panfrost/**/*
9 - src/gallium/winsys/panfrost/**/*
11 - changes: &panfrost_common_file_list
12 - src/panfrost/ci/gitlab-ci.yml
13 - src/panfrost/ci/deqp-$DEQP_SUITE.toml
[all …]
/external/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml1 .test:
7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
20 - !reference [.never-post-merge-rules, rules]
22 .formatting-check:
[all …]
/external/mesa3d/src/amd/ci/
Dgitlab-ci-inc.yml1 .radeonsi-rules:
4 - !reference [.test, rules]
5 - !reference [.collabora-farm-rules, rules]
6 - !reference [.gl-rules, rules]
7 - changes: &amd_common_file_list
8 - src/amd/*
9 - src/amd/addrlib/**/*
10 - src/amd/ci/gitlab-ci.yml
11 - src/amd/ci/gitlab-ci-inc.yml
12 - src/amd/ci/deqp-$DEQP_SUITE.toml
[all …]
/external/jazzer-api/
D.bazelrc2 startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
3 build --incompatible_strict_action_env
4 build --sandbox_tmpfs_path=/tmp
5 build --enable_platform_specific_config
6 build -c opt
8 build --nozip_undeclared_test_outputs
11 # GCC is supported on a best-effort basis.
12 common --repo_env=CC=clang
13 build --incompatible_enable_cc_toolchain_resolution
14 # Required by abseil-cpp.
[all …]
/external/mesa3d/src/broadcom/ci/
Dgitlab-ci-inc.yml1 .broadcom-common-rules:
3 - changes: &broadcom_file_list
4 - src/broadcom/meson.build
5 - src/broadcom/ci/gitlab-ci.yml
6 - src/broadcom/ci/gitlab-ci-inc.yml
7 - src/broadcom/ci/deqp-$DEQP_SUITE.toml
8 - src/broadcom/ci/$GPU_VERSION-fails.txt
9 - src/broadcom/ci/$GPU_VERSION-flakes.txt
10 - src/broadcom/ci/$GPU_VERSION-skips.txt
11 - src/broadcom/ci/$PIGLIT_TRACES_FILE
[all …]
/external/mesa3d/src/etnaviv/ci/
Dgitlab-ci.yml1 .etnaviv-rules:
4 - !reference [.test, rules]
5 - !reference [.austriancoder-farm-rules, rules]
6 - !reference [.gl-rules, rules]
7 - changes: &etnaviv_file_list
8 - src/etnaviv/*
9 - src/etnaviv/ci/gitlab-ci.yml
10 - src/etnaviv/ci/deqp-$DEQP_SUITE.toml
11 - src/etnaviv/ci/$GPU_VERSION-fails.txt
12 - src/etnaviv/ci/$GPU_VERSION-flakes.txt
[all …]
/external/jcommander/src/test/java/com/beust/jcommander/command/
DCommandAliasTest.java10 * http://www.apache.org/licenses/LICENSE-2.0
24 import org.testng.annotations.Test;
36 @Test
42 jc.parse("a", "-i", "A.java"); in oneCommandWithSingleAlias()
50 @Test
52 testCommitWithAlias("ci"); in oneCommandWithMultipleAliases_commit_ci()
55 @Test
64 jc.addCommand("commit", commit, "ci", "cmt"); in testCommitWithAlias()
65 jc.parse(alias, "--amend", "--author", "jack", "file1.txt"); in testCommitWithAlias()
74 @Test
[all …]

12345678910>>...44