aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests_matrix.py
Commit message (Collapse)AuthorAge
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* yapf run_testsGravatar 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.
* Merge pull request #12596 from matt-kwong/node-testingGravatar Michael Lumish2017-09-28
|\ | | | | Add testing of grpc-node for Linux and MacOS
| * Add testing of grpc-node for Linux and MacOSGravatar Matt Kwong2017-09-20
| |
* | adjust sanitizer timeoutsGravatar Jan Tattermusch2017-09-19
|/
* differentiate run_tests suite runtimeGravatar Jan Tattermusch2017-09-12
|
* adjust run_tests_matrix.py windows portability suitesGravatar Jan Tattermusch2017-08-23
|
* adjust run tests matrixGravatar Jan Tattermusch2017-08-23
|
* Don't rerun flakes when uploading results to BQGravatar Matt Kwong2017-08-16
|
* shard basictestsGravatar Jan Tattermusch2017-07-13
|
* Merge pull request #11516 from murgatroid99/upmerge_1.4.xGravatar Michael Lumish2017-06-19
|\ | | | | Upmerge 1.4.x into Master
| * Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
| |\
* | | make use of --build_only apparentGravatar Jan Tattermusch2017-06-13
|/ /
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Rollback Dockerfile changesGravatar Ken Payson2017-06-02
| |
| * Run tests on Node 8 by default, add Node 7 to portability suiteGravatar murgatroid992017-05-30
|/
* Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.Gravatar Vijay Pai2017-05-10
|
* Merge pull request #10967 from matt-kwong/upload_results2Gravatar Matt Kwong2017-05-09
|\ | | | | Add option to upload Jenkins test result to BQ
* \ Merge pull request #10995 from kpayson64/upgrade_protobufGravatar kpayson642017-05-09
|\ \ | | | | | | Upgrade protobuf to 3.3.0
| | * Add option to upload Jenkins test result to BQGravatar Matt Kwong2017-05-08
| |/ |/|
| * Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
| |
* | Add UBSan to list of tests generatedGravatar Matt Kwong2017-05-04
|/
* Merge pull request #10912 from dgquintas/trying-to-fix-stuffGravatar David G. Quintas2017-05-04
|\ | | | | Upmerge from 1.3.0 to master
* | reports can create subdirsGravatar Jan Tattermusch2017-04-29
| |
| * Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uvGravatar murgatroid992017-04-25
| |\ | |/ |/|
| * Remove non-libuv code from Node extensionGravatar murgatroid992017-04-24
| |
* | Extend time capping to run_tests_matrix scriptsGravatar Craig Tiller2017-04-21
| |
* | Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.xGravatar murgatroid992017-04-19
|\ \
| | * Fix PHP interop testsGravatar Ken Payson2017-04-19
| |/
* | Fix PHP interop testsGravatar Ken Payson2017-04-18
| |
| * Build for more versions of electron, restrict when a Windows warning is shownGravatar murgatroid992017-04-13
|/
* Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
|
* Turn off c_ares resolver by defaultGravatar Yuchen Zeng2017-03-19
|
* Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
|\
* \ Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
|\ \
| | * Merge pull request #10115 from ↵Gravatar Nathaniel Manista2017-03-13
| | |\ | | | | | | | | | | | | | | | | thunderboltsid/update-run-tests-scripts-to-python3.x Make testing scripts python3.x compatible.
| | * \ Merge pull request #10105 from murgatroid99/upmerge_v1.2.xGravatar Michael Lumish2017-03-13
| | |\ \ | | | | | | | | | | Upmerge v1.2.x
| | | | * Modify shebang on python scriptsGravatar Siddharth Shukla2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`.
| | * | | Ignore the number of failed skipped testsGravatar Nathaniel Manista2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jobset.run was changed on 16 October 2015 in e4c3561074ca27fc4bdf1a6bf to return the number of failures and the result set. On 20 October 2016 in 5c691c634de144b50fc1f2e166303219721c19d0 jobset.run was changed to allow jobs to be skipped, but the introduced code path only returned the result set, giving jobset.run inconsistent return value semantics. On 24 October 2016 7e9bd6ca9a2e167dcb6133c78c05cf27584ee062 introduced a use of jobset.run's "skip_jobs" return value semantics, and on 8 March 2017 d159af31fcf300cfe2d7b9b41d789cd664ee4f1b resolved jobset.run's inconsistent return value semantics but failed to correct run_tests_matrix's use of the inconsistent "skip_jobs" return value semantics.
| | | | * Make testing scripts python3.x compatibleGravatar Siddharth Shukla2017-03-12
| | | |/ | | |/| | | | | | | | | | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module.
| | | * Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
| | |/| | | | | | | | | Add uv resolver fallback for named ports, fix portability tests
| | | * Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
| | | |
| | * | make report naming internal-CI compliantGravatar Jan Tattermusch2017-03-08
| | |/
| | * improve script for running windows tests on internal_ciGravatar Jan Tattermusch2017-03-01
| |/
| * Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| |\
| | * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* | | Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-02-08
|\| |
| * | add cmake build to portability testsGravatar Jan Tattermusch2017-02-03
| |/
* | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2017-01-18
|\|