HomeSort by relevance Sort by last modified time
    Searched refs:input_artifacts (Results 1 - 15 of 15) sorted by null

  /external/grpc-grpc/tools/run_tests/artifacts/
build_package_php.sh 23 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/php_*/* artifacts/ || true
build_package_python.sh 24 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/python_*/* artifacts/ || true
build_package_ruby.sh 26 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/ruby_native_gem_*/* artifacts/ || true
44 input_dir="${EXTERNAL_GIT_ROOT}/input_artifacts/protoc_${plat}_${arch}"
  /external/grpc-grpc/test/distrib/python/
test_packages.sh 25 ARCHIVES=("$EXTERNAL_GIT_ROOT"/input_artifacts/grpcio-[0-9]*.whl)
26 TOOLS_ARCHIVES=("$EXTERNAL_GIT_ROOT"/input_artifacts/grpcio_tools-[0-9]*.whl)
29 ARCHIVES=("$EXTERNAL_GIT_ROOT"/input_artifacts/grpcio-[0-9]*.tar.gz)
30 TOOLS_ARCHIVES=("$EXTERNAL_GIT_ROOT"/input_artifacts/grpcio-tools-[0-9]*.tar.gz)
33 HEALTH_ARCHIVES=("$EXTERNAL_GIT_ROOT"/input_artifacts/grpcio-health-checking-[0-9]*.tar.gz)
34 REFLECTION_ARCHIVES=("$EXTERNAL_GIT_ROOT"/input_artifacts/grpcio-reflection-[0-9]*.tar.gz)
35 TESTING_ARCHIVES=("$EXTERNAL_GIT_ROOT"/input_artifacts/grpcio-testing-[0-9]*.tar.gz)
  /external/grpc-grpc/tools/internal_ci/linux/
grpc_distribtests.sh 32 mv ${KOKORO_GFILE_DIR}/github/grpc/artifacts input_artifacts || true
33 ls -R input_artifacts || true
grpc_build_packages.sh 32 mv ${KOKORO_GFILE_DIR}/github/grpc/artifacts input_artifacts || true
33 chmod +x input_artifacts/protoc*/* || true
34 ls -R input_artifacts || true
  /external/grpc-grpc/tools/internal_ci/macos/
grpc_distribtests.sh 24 mv ${KOKORO_GFILE_DIR}/github/grpc/artifacts input_artifacts || true
25 ls -R input_artifacts || true
  /external/grpc-grpc/test/distrib/php/
run_distrib_test.sh 20 cp -r "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*.tgz .
run_distrib_test_macos.sh 20 cp -r "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*.tgz .
  /external/grpc-grpc/test/distrib/ruby/
run_distrib_test.sh 25 cp "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*"$ARCH-$PLATFORM".gem "${GEM_SOURCE}/gems"
  /external/grpc-grpc/tools/internal_ci/windows/
grpc_build_packages.bat 28 powershell -Command "mv %KOKORO_GFILE_DIR%\github\grpc\artifacts input_artifacts"
29 dir input_artifacts
grpc_distribtests.bat 28 powershell -Command "mv %KOKORO_GFILE_DIR%\github\grpc\artifacts input_artifacts"
29 dir input_artifacts
  /external/grpc-grpc/src/csharp/
build_packages_dotnetcli.bat 26 powershell -Command "cp -r ..\..\input_artifacts\csharp_ext_* nativelibs"
30 powershell -Command "cp -r ..\..\input_artifacts\protoc_* protoc_plugins"
build_unitypackage.bat 26 powershell -Command "cp -r ..\..\input_artifacts\csharp_ext_* nativelibs"
30 powershell -Command "cp -r ..\..\input_artifacts\protoc_* protoc_plugins"
  /external/grpc-grpc/test/distrib/csharp/
run_distrib_test.bat 19 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.ZipFile]::ExtractToDirectory('../../../../input_artifacts/csharp_nugets_windows_dotnetcli.zip', 'TestNugetFeed');"

Completed in 1339 milliseconds