aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests_matrix.py
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Rollback Dockerfile changesGravatar Ken Payson2017-06-02
|
* 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
|\|
| * Merge branch 'master' into node_electron_buildGravatar murgatroid992017-01-04
| |\
| | * cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
| | |
| | * support --exclude in run_tests_matrix.pyGravatar Jan Tattermusch2016-12-20
| | |
| | * enable running many runs per test without flooding the logsGravatar Jan Tattermusch2016-12-19
| | |
| * | Add Electron tests to portability test matrixGravatar murgatroid992016-12-05
| |/
* | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2016-11-30
|\|
| * Merge remote-tracking branch 'upstream/v1.0.x' into HEADGravatar Jan Tattermusch2016-11-22
| |\
| * \ Merge pull request #8706 from matt-kwong/pull-request-paramsGravatar matt-kwong2016-11-10
| |\ \ | | | | | | | | Show skipped tests not showing up in Jenkins UI
| | * | Fix skipped tests not showing up in Jenkins UIGravatar Matt Kwong2016-11-09
| | | |
| * | | Merge pull request #8461 from matt-kwong/pull-request-paramsGravatar matt-kwong2016-11-08
| |\| | | | | | | | | | Enable pull request test filtering
* | | | Remove C++ native resolver test on windowsGravatar Yuchen Zeng2016-11-08
| | | |
* | | | Add env variable GRPC_DNS_RESOLVERGravatar Yuchen Zeng2016-11-07
|/ / /
* | | Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.XGravatar Matt Kwong2016-11-01
| | |
| * | Add tests for pull request test filteringGravatar Matt Kwong2016-10-31
| | |
| * | Enable pull request test filteringGravatar Matt Kwong2016-10-31
|/ /