/aosp_15_r20/external/executorch/.github/workflows/ |
H A D | pull.yml | 7 - main 8 - release/* 12 …p: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_n… 13 cancel-in-progress: true 16 gather-models: 17 runs-on: ubuntu-22.04 19 models: ${{ steps.gather-models.outputs.models }} 21 - uses: actions/checkout@v3 24 - uses: actions/setup-python@v4 26 python-version: '3.10' [all …]
|
H A D | trunk.yml | 6 - main 7 - release/* 9 - ciflow/trunk/* 12 - .ci/docker/ci_commit_pins/pytorch.txt 13 - .ci/scripts/** 17 …p: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_n… 18 cancel-in-progress: true 21 gather-models: 22 runs-on: ubuntu-22.04 24 models: ${{ steps.gather-models.outputs.models }} [all …]
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_egg_info.py | 30 from setuptools import setup 32 setup( 42 'setup.py': self.setup_script, 50 def _extract_mv_version(pkg_info_lines: List[str]) -> Tuple[int, int]: 55 def env(self): member in TestEggInfo 56 with contexts.tempdir(prefix='setuptools-test.') as env_dir: 57 env = Environment(env_dir) 59 subs = 'home', 'lib', 'scripts', 'data', 'egg-base' 60 env.paths = dict( 64 list(map(os.mkdir, env.paths.values())) [all …]
|
/aosp_15_r20/external/mksh/src/ |
H A D | check.pl | 3 #- 10 # is granted to deal in this work without restriction, including un- 22 #- 23 # Example test: 24 # name: a-test 26 # a test to show how tests are done 27 # arguments: !-x!-f! 29 # echo -n * 31 # expected-stdout: ! 33 # expected-stderr: [all …]
|
H A D | check.t | 2 # -*- mode: sh -*- 3 #- 23 #- 24 # You may also want to test IFS with the script at 28 # http://svnweb.freebsd.org/base/head/bin/test/tests/legacy_test.sh?view=co&content-type=text%2Fpla… 31 # (2013/12/02 20:39:44) http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress/bin/ksh/?sortby=date 33 expected-stdout: 41 --- 42 expected-stdout: 48 name: KSH_VERSION-modern [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/ |
D | test_dbenv.py | 7 #---------------------------------------------------------------------- 10 def setUp(self): member in DBEnv 12 self.env = db.DBEnv() 15 self.env.close() 16 del self.env 22 self.env.open(self.homeDir, flags) 23 self.assertEqual(flags, self.env.get_open_flags()) 28 self.env.open(self.homeDir, flags) 29 self.assertEqual(flags, self.env.get_open_flags()) 34 self.env.set_lk_partitions(i) [all …]
|
/aosp_15_r20/external/pytorch/.github/workflows/ |
H A D | generated-windows-binary-conda-nightly.yml | 5 name: windows-binary-conda 11 - nightly 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_conda/*' 20 env: 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 25 BUILD_ENVIRONMENT: windows-binary-conda [all …]
|
H A D | generated-windows-binary-wheel-nightly.yml | 5 name: windows-binary-wheel 11 - nightly 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_wheel/*' 20 env: 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 25 BUILD_ENVIRONMENT: windows-binary-wheel [all …]
|
H A D | _binary-test-linux.yml | 1 name: linux-binary-test 17 default: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 67 github-token: 72 test: 73 runs-on: ${{ inputs.runs_on }} 74 timeout-minutes: 240 75 env: 93 AWS_DEFAULT_REGION: us-east-1 94 BINARY_ENV_FILE: /tmp/env 101 - name: Make the env permanent during this workflow (but not the secrets) [all …]
|
H A D | lint.yml | 5 branches-ignore: 6 - nightly 9 - main 10 - release/* 11 - landchecks/* 14 permissions: read-all 15 # The names of steps that actually test the code should be suffixed with `(nonretryable)`. 18 lintrunner-clang: 19 uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4 23 docker-image: pytorch-linux-jammy-cuda11.8-cudnn9-py3.9-linter [all …]
|
H A D | _ios-build-test.yml | 1 name: ios-build-test 6 trigger-event: 11 build-environment: 14 description: Top-level label for what is being built/tested. 15 sync-tag: 21 job with the same `sync-tag` is identical. 22 test-matrix: 35 env: 37 BUILD_ENVIRONMENT: ${{ inputs.build-environment }} 42 runs-on: [self-hosted, linux.large] [all …]
|
H A D | generated-windows-binary-libtorch-debug-nightly.yml | 5 name: windows-binary-libtorch-debug 11 - nightly 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_libtorch/*' 20 env: 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 25 BUILD_ENVIRONMENT: windows-binary-libtorch-debug [all …]
|
H A D | generated-windows-binary-libtorch-release-nightly.yml | 5 name: windows-binary-libtorch-release 11 - nightly 14 # Release candidate tags look like: v1.11.0-rc1 15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 16 - 'ciflow/binaries/*' 17 - 'ciflow/binaries_libtorch/*' 20 env: 22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 24 AWS_DEFAULT_REGION: us-east-1 25 BUILD_ENVIRONMENT: windows-binary-libtorch-release [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/.github/workflows/ |
H A D | continuous_integration.yml | 7 - main 9 permissions: read-all 13 runs-on: ubuntu-22.04 15 fail-fast: false 20 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 21 - uses: lukka/get-cmake@71b7adfe2603f48bb9ed50d2b01a72499ae94885 # v3.31.0 22 - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 24 python-version: '3.7' 25 - name: Setup ccache 26 uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 [all …]
|
/aosp_15_r20/external/jetpack-camera-app/.github/workflows/ |
H A D | PullRequestWorkflow.yaml | 6 group: build-${{ github.ref }} 7 cancel-in-progress: true 9 env: 16 runs-on: ${{ vars.RUNNER }} 17 timeout-minutes: 120 19 - name: Checkout 22 - name: Validate Gradle Wrapper 23 uses: gradle/actions/wrapper-validation@v3 25 - name: Set up JDK 26 uses: actions/setup-java@v4 [all …]
|
/aosp_15_r20/external/lottie/.github/workflows/ |
H A D | validate.yml | 7 - master 10 gradle-wrapper: 11 runs-on: ubuntu-latest 13 - uses: actions/checkout@v3 14 - uses: gradle/wrapper-validation-action@v1 16 runs-on: ubuntu-latest 18 - name: Checkout the code 20 - name: Setup JDK 21 uses: actions/setup-java@v2 24 java-version: 17 [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/.github/workflows/ |
D | continuous_integration.yml | 7 - main 9 permissions: read-all 13 runs-on: ubuntu-22.04 15 fail-fast: false 20 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 21 - uses: lukka/get-cmake@139aae96315b496d9af1b5e9abe53b15ca7eece8 # v3.28.3 22 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 24 python-version: '3.7' 25 - name: Setup ccache 26 uses: hendrikmuhs/ccache-action@faf867a11c028c0b483fb2ae72b6fc8f7d842714 # v1.2.12 [all …]
|
/aosp_15_r20/tools/acloud/setup/ |
H A D | gcp_setup_runner_test.py | 1 #!/usr/bin/env python 3 # Copyright 2018 - The Android Open Source Project 9 # http://www.apache.org/licenses/LICENSE-2.0 16 """Tests for acloud.setup.gcp_setup_runner.""" 24 # pylint: disable=no-name-in-module,import-error,no-member 29 from acloud.setup import gcp_setup_runner 53 # pylint: disable=protected-access 55 """Test GCP Setup steps.""" 57 def setUp(self): member in AcloudGCPSetupTest 72 """Test update config file.""" [all …]
|
/aosp_15_r20/external/aws-crt-java/.github/workflows/ |
H A D | ci.yml | 5 branches-ignore: 6 - 'main' 7 - 'docs' 9 env: 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 …]
|
/aosp_15_r20/external/libxkbcommon/.github/workflows/ |
H A D | main.yml | 11 runs-on: ubuntu-18.04 16 - uses: actions/checkout@v2 17 - uses: actions/setup-python@v1 19 python-version: '3.7' 20 - name: Install dependencies 22 python -m pip install --upgrade pip meson 23 sudo apt update -y 24 sudo env DEBIAN_FRONTEND=noninteractive apt install -y \ 25 doxygen libxcb-xkb-dev valgrind ninja-build \ 26 libwayland-dev wayland-protocols bison graphviz [all …]
|
/aosp_15_r20/external/accompanist/.github/workflows/ |
H A D | build.yml | 1 name: Build & test 6 - main 7 - compose-1.0 8 - compose-1.0 9 - compose-1.1 10 - compose-1.2 11 - compose-1.3 12 - compose-1.4 13 - compose-1.5 14 paths-ignore: [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/ |
H A D | gtest_environment_test.cc | 31 // Tests using global test environments. 37 #include "src/gtest-internal-inl.h" 43 // For testing using global test environments. 48 // Depending on the value of failure_in_set_up_, SetUp() will 49 // generate a non-fatal failure, generate a fatal failure, or 51 void SetUp() override { in SetUp() function in __anon4316a6410111::MyEnvironment 56 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp() 59 FAIL() << "Expected fatal failure in global set-up."; in SetUp() 66 // Generates a non-fatal failure. 69 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest_environment_test.cc | 31 // Tests using global test environments. 36 #include "src/gtest-internal-inl.h" 48 // For testing using global test environments. 53 // Depending on the value of failure_in_set_up_, SetUp() will 54 // generate a non-fatal failure, generate a fatal failure, or 56 void SetUp() override { in SetUp() function in __anond9da49bd0111::MyEnvironment 61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp() 64 FAIL() << "Expected fatal failure in global set-up."; in SetUp() 71 // Generates a non-fatal failure. 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown() [all …]
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest_environment_test.cc | 31 // Tests using global test environments. 36 #include "src/gtest-internal-inl.h" 48 // For testing using global test environments. 53 // Depending on the value of failure_in_set_up_, SetUp() will 54 // generate a non-fatal failure, generate a fatal failure, or 56 void SetUp() override { in SetUp() function in __anon5b8ae7590111::MyEnvironment 61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp() 64 FAIL() << "Expected fatal failure in global set-up."; in SetUp() 71 // Generates a non-fatal failure. 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown() [all …]
|
/aosp_15_r20/external/curl/.github/workflows/ |
H A D | http3-linux.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.circleci/**' 16 - 'appveyor.*' 17 - 'CMake/**' 18 - 'packages/**' [all …]
|