aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts
Commit message (Collapse)AuthorAge
* Upmerge v1.13.x into masterGravatar Mehrdad Afshari2018-06-20
|\
| * Build grpcio_testing in Python artifact processGravatar Mehrdad Afshari2018-06-20
| |
| * Add Python 3.7 Linux wheels to artifact buildGravatar Mehrdad Afshari2018-06-14
| |
* | Add Python 3.7 Linux wheels to artifact buildGravatar Mehrdad Afshari2018-06-14
| |
* | Merge pull request #15669 from jtattermusch/csharp_distribtest_protocGravatar Jan Tattermusch2018-06-11
|\ \ | |/ |/| Add codegen test to C# distribtests.
* | RelWithDebInfo config for building C# artifactGravatar Jan Tattermusch2018-06-07
| |
| * wheezy LTS has ended: remove C# distribtestGravatar Jan Tattermusch2018-06-06
|/
* Add Python distribtests for Alpine LinuxGravatar Mehrdad Afshari2018-05-20
| | | | | | This is especially important as Alpine uses `musl` instead of `glibc` and requires a source build for gRPC Python.
* Install futures package only on Python 2Gravatar Mehrdad Afshari2018-05-14
|
* avoid concurrency issues with dotnet restoreGravatar Jan Tattermusch2018-05-10
|
* get rid of Jenkins specific yaml hackGravatar Jan Tattermusch2018-05-10
|
* build C# android artifactGravatar Jan Tattermusch2018-05-09
|
* Merge pull request #15122 from ericgribkoff/remove_old_envGravatar Eric Gribkoff2018-05-01
|\ | | | | Remove old environment variable from Python artifact build
* | Fix the Python source distribtest scriptGravatar Mehrdad Afshari2018-04-27
| |
* | Add Python source distribtest targetsGravatar Mehrdad Afshari2018-04-26
| |
| * Remove old environment variable from Python artifact buildGravatar Eric Gribkoff2018-04-19
|/
* Split binary and source distribtests for PythonGravatar Mehrdad Afshari2018-04-11
|
* Merge branch 'v1.10.x' into v1.11.xGravatar Mehrdad Afshari2018-04-09
|\
| * Ensure Ruby packager adds executable bit on protoc/pluginGravatar Mehrdad Afshari2018-04-09
| |
* | add distribtest for grpc being added with cmake add_subdirectoryGravatar Jan Tattermusch2018-03-29
| |
| * make package builds work on kokoroGravatar Jan Tattermusch2018-03-28
| |
* | cmake "superbuild" example using externalprojectsGravatar Jan Tattermusch2018-03-28
| |
* | PHP: split script for running distrib tests on different systemGravatar ZhouyihaiDing2018-03-26
| |
* | Merge pull request #14652 from ghostwriternr/jobset-loggingGravatar Nathaniel Manista2018-03-26
|\ \ | | | | | | Make logging after success in jobset more apparent.
* | | longer timeout for protoc artifacts on macosGravatar Jan Tattermusch2018-03-20
| | |
* | | ubuntu1504 and 1510 are past their end of lifeGravatar Jan Tattermusch2018-03-14
| | |
* | | make package builds work on kokoroGravatar Jan Tattermusch2018-03-13
| | |
| * | Make logging after success in jobset more apparentGravatar Naresh2018-03-09
|/ / | | | | | | | | | | | | | | | | | | | | | | tools/run_tests/artifacts/artifact_targets.py is used in the artifact build process to create the relevant jobset.JobSpec, but currently prints the console output only if the build fails. jobset.JobSpec has a verbose_success flag that is used to print the process output even if it ends in SUCCESS, but is currently not easily perceivable and is hard to find, making it very difficult to debug SUCCESS cases. Make the flag more apparent by adding it as parameters to jobspec creation methods in artifact_targets.
* | Merge pull request #14630 from kpayson64/increase_mac_artifact_build_timeoutGravatar kpayson642018-03-08
|\ \ | |/ |/| Increase mac Python artifact build timeout
| * Increase mac Python artifact build timeoutGravatar kpayson642018-03-07
| |
* | Delete garbage from Python source packagesGravatar Mehrdad Afshari2018-02-26
|/
* fix python windows artifact buildGravatar Jan Tattermusch2018-02-05
|
* Merge pull request #14071 from mehrdada/shellcheckGravatar Mehrdad Afshari2018-01-18
|\ | | | | Add tools/run_tests/artifacts to shellcheck enforcement list
| * Fix build_artifact_csharp.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-18
| |
| * Make build_artifact_ruby.sh pass shellcheck (with suppressions)Gravatar Mehrdad Afshari2018-01-18
| |
| * Make run_in_workspace.sh pass shellcheck (with suppressions)Gravatar Mehrdad Afshari2018-01-18
| |
| * Fix build_package_ruby.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-16
| |
| * Fix build_package_python.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-16
| |
| * Fix build_package_php.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-16
| |
| * Fix build_artifact_python.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-16
| |
| * Fix build_artifact_protoc.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-16
| |
| * Fix build_artifact_php.sh to pass shellcheckGravatar Mehrdad Afshari2018-01-16
| |
* | Add ruby distrib tests that uses ruby 2.0.0Gravatar Alexander Polcyn2018-01-16
|/
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Fix failing ruby distrib tests on ruby 2.0 imagesGravatar Alexander Polcyn2017-12-15
|
* yapf tools/run_tests/artifactsGravatar ncteisen2017-12-11
|
* add distribtest targetGravatar Jan Tattermusch2017-12-01
|
* Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
|\
* | Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | | | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
| * Use prebuilt ruby artifact docker image from dockerhubGravatar Alexander Polcyn2017-10-18
|/