Delete Kokoro Linux Ruby and Python tests in favor of GHA.

These have already been migrated, this just deleted dead code

PiperOrigin-RevId: 506509796
pull/11764/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent a138e54582
commit d923d6e968
  1. 21
      kokoro/linux/jruby92/common.cfg
  2. 1
      kokoro/linux/jruby92/continuous.cfg
  3. 1
      kokoro/linux/jruby92/presubmit.cfg
  4. 21
      kokoro/linux/jruby93/common.cfg
  5. 1
      kokoro/linux/jruby93/continuous.cfg
  6. 1
      kokoro/linux/jruby93/presubmit.cfg
  7. 21
      kokoro/linux/python310/common.cfg
  8. 1
      kokoro/linux/python310/continuous.cfg
  9. 1
      kokoro/linux/python310/presubmit.cfg
  10. 27
      kokoro/linux/python310_cpp/common.cfg
  11. 1
      kokoro/linux/python310_cpp/continuous.cfg
  12. 1
      kokoro/linux/python310_cpp/presubmit.cfg
  13. 21
      kokoro/linux/python37/common.cfg
  14. 1
      kokoro/linux/python37/continuous.cfg
  15. 1
      kokoro/linux/python37/presubmit.cfg
  16. 27
      kokoro/linux/python37_cpp/common.cfg
  17. 1
      kokoro/linux/python37_cpp/continuous.cfg
  18. 1
      kokoro/linux/python37_cpp/presubmit.cfg
  19. 21
      kokoro/linux/python38/common.cfg
  20. 1
      kokoro/linux/python38/continuous.cfg
  21. 1
      kokoro/linux/python38/presubmit.cfg
  22. 27
      kokoro/linux/python38_cpp/common.cfg
  23. 1
      kokoro/linux/python38_cpp/continuous.cfg
  24. 1
      kokoro/linux/python38_cpp/presubmit.cfg
  25. 21
      kokoro/linux/python39/common.cfg
  26. 1
      kokoro/linux/python39/continuous.cfg
  27. 1
      kokoro/linux/python39/presubmit.cfg
  28. 27
      kokoro/linux/python39_cpp/common.cfg
  29. 1
      kokoro/linux/python39_cpp/continuous.cfg
  30. 1
      kokoro/linux/python39_cpp/presubmit.cfg
  31. 28
      kokoro/linux/python_aarch64/common.cfg
  32. 1
      kokoro/linux/python_aarch64/continuous.cfg
  33. 1
      kokoro/linux/python_aarch64/presubmit.cfg
  34. 21
      kokoro/linux/ruby26/common.cfg
  35. 1
      kokoro/linux/ruby26/continuous.cfg
  36. 1
      kokoro/linux/ruby26/presubmit.cfg
  37. 21
      kokoro/linux/ruby27/common.cfg
  38. 1
      kokoro/linux/ruby27/continuous.cfg
  39. 1
      kokoro/linux/ruby27/presubmit.cfg
  40. 21
      kokoro/linux/ruby30/common.cfg
  41. 1
      kokoro/linux/ruby30/continuous.cfg
  42. 1
      kokoro/linux/ruby30/presubmit.cfg
  43. 21
      kokoro/linux/ruby31/common.cfg
  44. 1
      kokoro/linux/ruby31/continuous.cfg
  45. 1
      kokoro/linux/ruby31/presubmit.cfg

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:jruby-9.2.20.1-6a70afd15ae4a98dd13fa777dbc519025d5d18d0"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//ruby/..."
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:jruby-9.3.4.0-6a70afd15ae4a98dd13fa777dbc519025d5d18d0"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//ruby/..."
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/python:3.10-65526ea124d1034eac33e7c37cc6d65c5bef054f"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... @upb//python/... //python:python_version"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,27 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/python:3.10-65526ea124d1034eac33e7c37cc6d65c5bef054f"
}
env_vars {
key: "BAZEL_TARGETS"
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/... //python:python_version"
}
env_vars {
key: "BAZEL_EXTRA_FLAGS"
value: "--define=use_fast_cpp_protos=true"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/python:3.7-65526ea124d1034eac33e7c37cc6d65c5bef054f"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... @upb//python/... //python:python_version"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,27 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/python:3.7-65526ea124d1034eac33e7c37cc6d65c5bef054f"
}
env_vars {
key: "BAZEL_TARGETS"
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/... //python:python_version"
}
env_vars {
key: "BAZEL_EXTRA_FLAGS"
value: "--define=use_fast_cpp_protos=true"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/python:3.8-65526ea124d1034eac33e7c37cc6d65c5bef054f"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... @upb//python/... //python:python_version"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,27 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/python:3.8-65526ea124d1034eac33e7c37cc6d65c5bef054f"
}
env_vars {
key: "BAZEL_TARGETS"
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/... //python:python_version"
}
env_vars {
key: "BAZEL_EXTRA_FLAGS"
value: "--define=use_fast_cpp_protos=true"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/python:3.9-65526ea124d1034eac33e7c37cc6d65c5bef054f"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... @upb//python/... //python:python_version"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,27 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/python:3.9-65526ea124d1034eac33e7c37cc6d65c5bef054f"
}
env_vars {
key: "BAZEL_TARGETS"
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/... //python:python_version"
}
env_vars {
key: "BAZEL_EXTRA_FLAGS"
value: "--define=use_fast_cpp_protos=true"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,28 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/emulation:aarch64-e863f8ec6b1dfe41f7dc573bac9c8072a0a68b1b"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... //python:aarch64_test"
}
env_vars {
key: "BAZEL_EXTRA_FLAGS"
value: "--define=use_fast_cpp_protos=true "
# TODO(b/262628111) Enable this once conformance tests are fixed.
"--test_tag_filters=-conformance"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:ruby-2.6.0-6a70afd15ae4a98dd13fa777dbc519025d5d18d0"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//ruby/..."
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:ruby-2.7.0-6a70afd15ae4a98dd13fa777dbc519025d5d18d0"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//ruby/..."
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:ruby-3.0.2-6a70afd15ae4a98dd13fa777dbc519025d5d18d0"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//ruby/..."
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1,21 +0,0 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:ruby-3.1.0-6a70afd15ae4a98dd13fa777dbc519025d5d18d0"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//ruby/..."
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.

@ -1 +0,0 @@
# Keep this file empty! Use common.cfg instead.
Loading…
Cancel
Save