Home
last modified time | relevance | path

Searched +full:setup +full:- +full:test +full:- +full:env (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/executorch/.github/workflows/
H A Dpull.yml7 - 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 Dtrunk.yml6 - 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/
Dtest_egg_info.py30 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 Dcheck.pl3 #-
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 Dcheck.t2 # -*- 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/
Dtest_dbenv.py7 #----------------------------------------------------------------------
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 Dgenerated-windows-binary-conda-nightly.yml5 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 Dgenerated-windows-binary-wheel-nightly.yml5 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.yml1 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 Dlint.yml5 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.yml1 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 Dgenerated-windows-binary-libtorch-debug-nightly.yml5 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 Dgenerated-windows-binary-libtorch-release-nightly.yml5 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 Dcontinuous_integration.yml7 - 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 DPullRequestWorkflow.yaml6 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 Dvalidate.yml7 - 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/
Dcontinuous_integration.yml7 - 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 Dgcp_setup_runner_test.py1 #!/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 Dci.yml5 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 Dmain.yml11 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 Dbuild.yml1 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 Dgtest_environment_test.cc31 // 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/
Dgtest_environment_test.cc31 // 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/
Dgtest_environment_test.cc31 // 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 Dhttp3-linux.yml3 # 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 …]

12345678910>>...44