Disabling upb tests in python_cpp builds (#10392)

* Disabling upb tests in python_cpp builds

* Adding comment about upb
pull/10385/head
Mike Kruskal 2 years ago committed by mheyndrickx
parent 8fee1dea9d
commit f36b3c286b
  1. 4
      kokoro/linux/python310_cpp/continuous.cfg
  2. 1
      kokoro/linux/python310_cpp/presubmit.cfg
  3. 3
      kokoro/linux/python37_cpp/continuous.cfg
  4. 1
      kokoro/linux/python37_cpp/presubmit.cfg
  5. 3
      kokoro/linux/python38_cpp/continuous.cfg
  6. 1
      kokoro/linux/python38_cpp/presubmit.cfg
  7. 3
      kokoro/linux/python39_cpp/continuous.cfg
  8. 1
      kokoro/linux/python39_cpp/presubmit.cfg

@ -11,7 +11,9 @@ env_vars {
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... @upb//python/..."
# Note: upb tests don't work since the C++ extension takes precedence here.
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/..."
}
env_vars {

@ -11,6 +11,7 @@ env_vars {
env_vars {
key: "BAZEL_TARGETS"
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/..."
}

@ -11,7 +11,8 @@ env_vars {
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... @upb//python/..."
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/..."
}
env_vars {

@ -11,6 +11,7 @@ env_vars {
env_vars {
key: "BAZEL_TARGETS"
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/..."
}

@ -11,7 +11,8 @@ env_vars {
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... @upb//python/..."
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/..."
}
env_vars {

@ -11,6 +11,7 @@ env_vars {
env_vars {
key: "BAZEL_TARGETS"
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/..."
}

@ -11,7 +11,8 @@ env_vars {
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... @upb//python/..."
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/..."
}
env_vars {

@ -11,6 +11,7 @@ env_vars {
env_vars {
key: "BAZEL_TARGETS"
# Note: upb tests don't work since the C++ extension takes precedence here.
value: "//python/..."
}

Loading…
Cancel
Save