aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts/artifact_targets.py
Commit message (Collapse)AuthorAge
* fix linux_extra python artifactsGravatar Jan Tattermusch2018-11-12
|
* use Ninja to build grpc_csharp_ext windows artifactGravatar Jan Tattermusch2018-10-09
|
* yapf codeGravatar Jan Tattermusch2018-10-04
|
* disable assembly optimizations for linux x86Gravatar Jan Tattermusch2018-10-04
|
* build C# artifact using cmakeGravatar Jan Tattermusch2018-10-04
|
* lint fixGravatar Stanley Cheung2018-08-10
|
* Remove if clause tooGravatar Stanley Cheung2018-08-10
|
* No need to build artifact for PHP MacOSGravatar Stanley Cheung2018-08-10
|
* Upmerge branch 'v1.14.x' into masterGravatar Mehrdad Afshari2018-08-07
|\
| * Add Python3.7 32bit build on WindowsGravatar Mehrdad Afshari2018-08-06
| |
* | Grpc.Core: add support for x86 android emulatorGravatar Jan Tattermusch2018-07-24
| |
* | building ios artifactGravatar Jan Tattermusch2018-07-24
| |
* | run yapfGravatar Jan Tattermusch2018-07-20
| |
* | differentiate C# android artifacts by ABIGravatar Jan Tattermusch2018-07-20
|/
* Build 64-bit Python 3.7 packages on macOS and WindowsGravatar Mehrdad Afshari2018-07-09
|
* Add Python 3.7 Linux wheels to artifact buildGravatar Mehrdad Afshari2018-06-14
|
* build C# android artifactGravatar Jan Tattermusch2018-05-09
|
* 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
| |
| * 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.
* Increase mac Python artifact build timeoutGravatar kpayson642018-03-07
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* yapf tools/run_tests/artifactsGravatar ncteisen2017-12-11
|
* 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.
* Upmerge from v1.6.x branch to masterGravatar David Garcia Quintas2017-09-18
|\
* | prevent timeout for node and python windows artifact buildsGravatar Jan Tattermusch2017-09-06
| |
* | build C tests and protoc artifacts on windows with cmakeGravatar Jan Tattermusch2017-08-23
| |
| * Increase Python mac target build time 30m -> 60mGravatar Ken Payson2017-08-22
|/
* increase timeout for builing ruby artifactGravatar Jan Tattermusch2017-07-12
|
* Merge pull request #11680 from jtattermusch/python_32bit_artifactsGravatar Jan Tattermusch2017-07-10
|\ | | | | Improve python artifact building
* \ Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmergeGravatar murgatroid992017-07-06
|\ \
| | * improve python artifact buildingGravatar Jan Tattermusch2017-07-04
| |/ |/|
| * Add ARM Linux Node artifactsGravatar murgatroid992017-06-14
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|/
* Upmerge from v1.3.x branch to masterGravatar Stanley Cheung2017-05-17
|\
| * Add Raspberry Pi Python binariesGravatar Ken Payson2017-05-15
| |
* | make one Node artfact build exclusiveGravatar Jan Tattermusch2017-05-12
| |
* | simplify building artifacts on a single machineGravatar Jan Tattermusch2017-05-12
| |
* | fix C# macos x86 artifact buildGravatar Jan Tattermusch2017-05-09
|/
* Modify shebang on python scriptsGravatar Siddharth Shukla2017-03-12
| | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`.
* Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
|\
| * Add Python3.6 to build artifactsGravatar Ken Payson2017-02-22
| |
* | adjust C# win artifact buildGravatar Jan Tattermusch2017-02-09
|/
* cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22