Home
last modified time | relevance | path

Searched full:artifacts (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/third_party/grpc/examples/python/
DMakefile17 ARTIFACTS= macro
19 ARTIFACTS += helloworld/helloworld_pb2.py
20 ARTIFACTS += helloworld/helloworld_pb2_grpc.py
21 ARTIFACTS += helloworld/helloworld_pb2.pyi
23 ARTIFACTS += timeout/helloworld_pb2.py
24 ARTIFACTS += timeout/helloworld_pb2_grpc.py
25 ARTIFACTS += timeout/helloworld_pb2.pyi
27 ARTIFACTS += keep_alive/helloworld_pb2.py
28 ARTIFACTS += keep_alive/helloworld_pb2_grpc.py
29 ARTIFACTS += keep_alive/helloworld_pb2.pyi
[all …]
/third_party/rust/crates/bindgen/.github/workflows/
Drelease.yml7 # * builds artifacts with cargo-dist (archives, installers, hashes)
8 # * uploads those artifacts to temporary workflow zip
9 # * on success, uploads the artifacts to a Github Release
80 name: artifacts-plan-dist-manifest
84 build-local-artifacts:
85 name: build-local-artifacts (${{ join(matrix.targets, ', ') }})
115 - name: Fetch local artifacts
118 pattern: artifacts-*
124 - name: Build artifacts
138 … jq --raw-output ".artifacts[]?.path | select( . != null )" dist-manifest.json >> "$GITHUB_OUTPUT"
[all …]
/third_party/mesa3d/.gitlab-ci/
Dprepare-artifacts-python.sh8 section_switch prepare-artifacts "artifacts: prepare"
13 mkdir -p artifacts/
17 echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" > artifacts/VERSION
18 cp -Rp .gitlab-ci/report-flakes.py artifacts/
19 cp -Rp .gitlab-ci/setup-test-env.sh artifacts/
20 cp -Rp .gitlab-ci/common artifacts/ci-common
21 cp -Rp .gitlab-ci/b2c artifacts/
22 cp -Rp .gitlab-ci/bare-metal artifacts/
23 cp -Rp .gitlab-ci/lava artifacts/
24 cp -Rp .gitlab-ci/bin/*_logger.py artifacts/
[all …]
Dprepare-artifacts.sh8 section_switch prepare-artifacts "artifacts: prepare"
15 # Delete unused bin and includes from artifacts to save space.
19 # Strip the drivers in the artifacts to cut 80% of the artifacts size.
76 mkdir -p artifacts/
77 tar -cf artifacts/install.tar install
78 cp -Rp .gitlab-ci/common artifacts/ci-common
79 cp -Rp .gitlab-ci/lava artifacts/
80 cp -Rp .gitlab-ci/b2c artifacts/
81 cp bin/ci/structured_logger.py artifacts/
86 zstd --quiet --threads ${FDO_CI_CONCURRENT:-0} artifacts/install.tar -o ${S3_ARTIFACT_NAME}
[all …]
/third_party/grpc/tools/release/
Dverify_python_release.py16 """Verifies that all gRPC Python artifacts have been successfully published.
18 This script is intended to be run from a directory containing the artifacts
19 that have been uploaded and only the artifacts that have been uploaded. We use
65 """Get a set of artifacts representing all files in the cwd."""
72 """Get a list of artifacts based on PyPi's json metadata.
77 artifacts = set()
84 artifacts.add(
87 return artifacts
91 artifacts = set()
93 artifacts |= _get_remote_artifacts_for_package(package, version)
[all …]
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml17 # per-job build artifacts
21 S3_ARTIFACT_NAME: "mesa-python-ci-artifacts"
30 - . artifacts/setup-test-env.sh
31 - ./artifacts/lava/lava-submit.sh
32 artifacts:
48 artifacts: false
50 artifacts: false
51 - job: python-artifacts
52 artifacts: false
69 artifacts: false
[all …]
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_distribtests_python.sh34 # Build all python linux artifacts (this step actually builds all the binary wheels and source arch…
37 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
40 cp -r artifacts/* input_artifacts/ || true
42 # This step simply collects python artifacts from subdirectories of input_artifacts/ and copies the…
45 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
46 # in addition to that, preserve the contents of "artifacts" directory since we want kokoro
47 # to upload its contents as job output artifacts
50 cp -r artifacts/* input_artifacts/ || true
53 # We run the distribtests even if some of the artifacts have failed to build, since that gives
57 # This step checks if any of the artifacts exceeds a per-file size limit.
Dgrpc_distribtests_php.sh26 # Build all PHP linux artifacts
29 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
32 cp -r artifacts/* input_artifacts/ || true
34 # This step simply collects php artifacts from subdirectories of input_artifacts/ and copies them t…
37 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
38 # in addition to that, preserve the contents of "artifacts" directory since we want kokoro
39 # to upload its contents as job output artifacts
42 cp -r artifacts/* input_artifacts/ || true
45 # We run the distribtests even if some of the artifacts have failed to build, since that gives
Dgrpc_distribtests_gcp_python.sh34 # Build all python linux artifacts (this step actually builds all the binary wheels and source arch…
37 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
40 cp -r artifacts/* input_artifacts/ || true
42 mv artifacts artifacts_from_build_artifacts_step || true
44 # This step simply collects python artifacts from subdirectories of input_artifacts/ and copies the…
47 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
48 # in addition to that, preserve the contents of "artifacts" directory since we want kokoro
49 # to upload its contents as job output artifacts
52 cp -r artifacts/* input_artifacts/ || true
Dgrpc_distribtests_ruby.sh32 # Build all ruby linux artifacts (this step actually builds all the native and source gems)
40 # The next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
41 # in addition to that, preserve the contents of "artifacts" directory since we want kokoro
42 # to upload its contents as job output artifacts.
45 cp -r artifacts/ruby_native_gem_*/* input_artifacts/ || true
46 # Also copy the gems directly to the "artifacts" directory, but do that without invoking ruby's "bu…
48 cp -r artifacts/ruby_native_gem_*/* artifacts/ || true
51 # We run the distribtests even if some of the artifacts have failed to build, since that gives
Dgrpc_distribtests_csharp.sh34 # Build all protoc linux artifacts
37 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
40 cp -r artifacts/* input_artifacts/ || true
44 # (this is required as we only have the linux artifacts at hand)
47 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
48 # in addition to that, preserve the contents of "artifacts" directory since we want kokoro
49 # to upload its contents as job output artifacts
52 cp -r artifacts/* input_artifacts/ || true
55 # We run the distribtests even if some of the artifacts have failed to build, since that gives
/third_party/grpc/tools/internal_ci/macos/
Dgrpc_distribtests_csharp.sh27 # Build all protoc macos artifacts
30 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
33 cp -r artifacts/* input_artifacts/ || true
37 # (this is required as we only have the macos artifacts at hand)
40 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
41 # in addition to that, preserve the contents of "artifacts" directory since we want kokoro
42 # to upload its contents as job output artifacts
45 cp -r artifacts/* input_artifacts/ || true
48 # We run the distribtests even if some of the artifacts have failed to build, since that gives
Dgrpc_distribtests_php.sh27 # Build all PHP macos artifacts
30 # PHP's "build_package" step is basically just a passthough, so the build artifacts can be used
33 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
34 # in addition to that, preserve the contents of "artifacts" directory since we want kokoro
35 # to upload its contents as job output artifacts
38 # We could also copy the PHP artifact to artifacts/, but we intentionally don't do that
40 # The macos-built artifact will still show up in job's uploaded artifacts under the
42 cp -r artifacts/php_pecl_package_macos_*/* input_artifacts/ || true
45 # We run the distribtests even if some of the artifacts have failed to build, since that gives
Dgrpc_distribtests_python.sh36 # Build all python macos artifacts (this step actually builds all the binary wheels and source arch…
39 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
42 cp -r artifacts/* input_artifacts/ || true
44 # Collect the python artifact from subdirectories of input_artifacts/ to artifacts/
45 # TODO(jtattermusch): when collecting the artifacts that will later be uploaded as kokoro job artif…
46 # potentially skip some file names that would clash with linux-created artifacts.
47 cp -r input_artifacts/python_*/* artifacts/ || true
52 # This step checks if any of the artifacts exceeds a per-file size limit.
/third_party/grpc/tools/internal_ci/windows/
Dgrpc_distribtests_python.bat31 @rem Build all python windows artifacts
34 @rem the next step expects to find the artifacts from the previous step in the "input_artifacts" fo…
35 bash -c "rm -rf input_artifacts; mkdir -p input_artifacts; cp -r artifacts/* input_artifacts/ || tr…
37 @rem Collect the python artifact from subdirectories of input_artifacts/ to artifacts/
38 @rem TODO(jtattermusch): when collecting the artifacts that will later be uploaded as kokoro job ar…
39 @rem potentially skip some file names that would clash with linux-created artifacts.
40 bash -c "cp -r input_artifacts/python_*/* artifacts/ || true"
45 @rem This step checks if any of the artifacts exceeds a per-file size limit.
Dgrpc_distribtests_csharp.bat41 @rem Build all protoc windows artifacts
44 @rem the next step expects to find the artifacts from the previous step in the "input_artifacts" fo…
45 bash -c "rm -rf input_artifacts; mkdir -p input_artifacts; cp -r artifacts/* input_artifacts/ || tr…
49 @rem (this is required as we only have the windows artifacts at hand)
53 @rem the next step expects to find the artifacts from the previous step in the "input_artifacts" fo…
54 @rem in addition to that, preserve the contents of "artifacts" directory since we want kokoro
55 @rem to upload its contents as job output artifacts
56 bash -c "rm -rf input_artifacts; mkdir -p input_artifacts; cp -r artifacts/* input_artifacts/ || tr…
59 @rem We run the distribtests even if some of the artifacts have failed to build, since that gives
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Dtoolchain.ts17 filter?: (artifacts: CompilationArtifact[]) => CompilationArtifact[];
48 // produce 2 artifacts: {"kind": "bin"} and {"kind": "test"}
49 result.filter = (artifacts) => artifacts.filter((it) => it.isTest);
56 const artifacts: CompilationArtifact[] = []; constant
66 artifacts.push({
84 return spec.filter?.(artifacts) ?? artifacts;
88 const artifacts = await this.getArtifacts(Cargo.artifactSpec(args)); constant
90 if (artifacts.length === 0) {
91 throw new Error("No compilation artifacts");
92 } else if (artifacts.length > 1) {
[all …]
/third_party/grpc/tools/bazelify_tests/
Dgrpc_build_artifact_task.sh29 # Extract all input archives with artifacts into input_artifacts directory
33 # all remaining args are .tar.gz archives with input artifacts
36 # extract the .tar.gz with artifacts into a directory named after a basename
38 # Note that input artifacts from different dependencies can have files
49 mkdir -p artifacts
58 # there was an error building the artifacts.
63 # collect the artifacts
65 tar -czvf ../"${ARTIFACTS_OUT_FILE}" artifacts
/third_party/grpc/tools/internal_ci/linux/release/
Dgrpc_collect_all_packages.sh26 # Move artifacts generated by the previous step in the build chain to a place
29 mv ${KOKORO_GFILE_DIR}/github/grpc/artifacts input_artifacts || true
33 # Collect the packages from the "build artifacts" phase and simply copy
35 # artifacts from the "build artifacts" phase are actually combined
43 cp artifacts/csharp_nugets_windows_dotnetcli.zip artifacts/csharp_nugets_windows_dotnetcli_multipla…
/third_party/grpc/tools/run_tests/artifacts/
Dartifact_targets.py15 """Definition of targets to build artifacts."""
41 environ["ARTIFACTS_OUT"] = "artifacts/%s" % name
50 "OUTPUT_DIR": "artifacts",
83 environ["ARTIFACTS_OUT"] = os.path.join("..", "artifacts", name)
86 "tools/run_tests/artifacts/run_in_workspace.sh",
89 environ["ARTIFACTS_OUT"] = os.path.join("artifacts", name)
111 """Builds Python artifacts."""
161 "tools/run_tests/artifacts/build_artifact_python.sh",
193 "tools/run_tests/artifacts/build_artifact_python.sh",
213 "tools/run_tests/artifacts/build_artifact_python.sh",
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml10 - tar -xf artifacts/install.tar
14 artifacts:
126 # This is for the guest artifacts from debian-android which will be
135 artifacts: true # On the host we want the Linux build
137 artifacts: false # The Android build will be downloaded later
139 artifacts: false
144 artifacts:
153 artifacts:
178 artifacts:
187 artifacts:
[all …]
/third_party/grpc/src/csharp/
Dbuild_nuget.sh20 mkdir -p ../../artifacts
22 # Collect protoc artifacts built by the previous build step
33 # we provide a way of building "partial" nugets that only include artifacts
35 # contain placeholders (empty files) for artifacts that normally need
43 # create placeholders for artifacts that can't be built
55 dotnet pack --configuration Release Grpc.Tools --output ../../artifacts
58 cd ../../artifacts
/third_party/grpc/tools/internal_ci/helper_scripts/
Dstore_artifacts_from_moved_src_tree.sh17 # and the script produces artifacts to be stored by kokoro, run this
33 # we need to copy the artifacts produced by the build to a location that's stored by kokoro.
35 # artifacts in this directory will be stored by kokoro
36 mkdir -p "${GRPC_TEST_REPORT_BASE_DIR}/artifacts"
37 time cp -r artifacts/* "${GRPC_TEST_REPORT_BASE_DIR}/artifacts" || true
/third_party/mbedtls/
D.gitignore6 # CMake build artifacts:
19 # Test coverage build artifacts:
33 # Unix-like build artifacts:
36 # MSVC build artifacts:
42 # Python build artifacts:
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dfind_vendored.rs5 let artifacts = openssl_src::Build::new().build(); in get_openssl() localVariable
9 artifacts.lib_dir().parent().unwrap().display() in get_openssl()
13 vec![artifacts.lib_dir().to_path_buf()], in get_openssl()
14 artifacts.include_dir().to_path_buf(), in get_openssl()

12345678910>>...32