You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David L. Jones
b774da0d42
Change Python kokoro configs to test only their specified version. ( #7927 )
...
Using non-versioned scripts for `build_file` means every Python version is
tested (under Tox), and this is multiplied by each Python version running Tox.
For example, when the `python38` config is used to run Tox, the
Tox layer runs on Python 3.8. This then tests all of the Python versions
individually, including, for example, python27 tests.
This change fixes the `build_file` paths to point to the same-pathed build
script. For example, `kokoro/linux/python27/presubmit.cfg` now uses
`kokoro/linux/python27/build.sh`.
Some additional fixes:
* Use `python -m tox` in tests.sh instead of just `tox`. This helps non-site
installations of tox, where the `tox` script may not be on `$PATH`.
* Ensure tox (and other Python build-related packages) are available in
Python testing images. (New images have been pushed.)
* Disable `--warnings_as_errors` due to deprecated function.
* Remove apt lists per [Docker best practices][1].
[1]: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
4 years ago
..
32-bit
Php 7.3 fix ( #5434 )
6 years ago
64-bit
reverted 64-bit/Dockerfile
5 years ago
bazel
Fix :protobuf_objc bazel target ( #7538 )
5 years ago
benchmark
Set execute bit on files if and only if they begin with (#!). ( #7347 )
5 years ago
cpp_distcheck
Attempt to mitigate "docker pull" failures
5 years ago
cpp_tcmalloc
Create test for protoc with tcmalloc ( #5612 )
6 years ago
csharp
Bump target frameworks of C# programs from netcoreapp1.0 to netcoreapp2.1 ( #5838 )
6 years ago
dist_install
Create test to verify that the dist artifact can be installed. ( #5854 )
6 years ago
dockerfile
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
golang
Shard 64-bit Linux languages into different Kokoro jobs
7 years ago
java_compatibility
Use docker for csharp, java_compatibility, and python_compatibility. Remove prepare_build_linux_rc that is no longer needed.
6 years ago
java_jdk7
Shard 64-bit Linux languages into different Kokoro jobs
7 years ago
java_linkage_monitor
continuous.cfg
5 years ago
java_oracle7
Shard 64-bit Linux languages into different Kokoro jobs
7 years ago
javascript
Upgrade the closure compiler version ( #5955 )
6 years ago
php80
Port php c extension to php8 ( #7793 )
4 years ago
php_all
Php 7.3 fix ( #5434 )
6 years ago
python
Shard 64-bit Linux languages into different Kokoro jobs
7 years ago
python27
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python27_cpp
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python35
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python35_cpp
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python36
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python36_cpp
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python37
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python37_cpp
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python38
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python38_cpp
Change Python kokoro configs to test only their specified version. ( #7927 )
4 years ago
python_compatibility
Use docker for csharp, java_compatibility, and python_compatibility. Remove prepare_build_linux_rc that is no longer needed.
6 years ago
python_cpp
Shard 64-bit Linux languages into different Kokoro jobs
7 years ago
ruby23
Add ruby 2.6 test ( #5528 )
6 years ago
ruby24
Add ruby 2.6 test ( #5528 )
6 years ago
ruby25
Add ruby 2.6 test ( #5528 )
6 years ago
ruby26
Add ruby 2.6 test ( #5528 )
6 years ago
ruby27
Test in Ruby 2.7 ( #7386 )
5 years ago
build_and_run_docker.sh
Attempt to mitigate "docker pull" failures
5 years ago
make_test_output.py
Migrate Jenkins jobs to Kokoro
7 years ago
pull_request_in_docker.sh
Cleanup kokoro scripts.
6 years ago