Dedupe kokoro builds (#10400)
* Attempt to dedupe Bazel test * Intentionally break a test to make sure presubmits still run * Moving some shared configs to higher directories * Adding root common.cfg * Adding action cfgs at root directory * Adding empty presubmit/continuous * Going back to leaf directories * Adding empty presubmit/continuous * Unify continuous and presubmit configs * Consolidate all presubmit/continuous into a common config file * Revert "Intentionally break a test to make sure presubmits still run" This reverts commit 978eb19f80ea46f4a0e07789f86e791c5f9790ac. * Fixing POC config filespull/10532/head
parent
9c40a8447b
commit
fcd26beabe
168 changed files with 892 additions and 1553 deletions
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/32-bit/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/32-bit/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/32-bit/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,16 @@ |
||||
# Default setup for the all of our Kokoro builds. |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 15 |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,16 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 15 |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,16 +1 @@ |
||||
# Config file for running C++ Bazel tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 15 |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake_install/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake_install/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake_install/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake_ninja/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake_ninja/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake_ninja/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cmake/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,21 @@ |
||||
# 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: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,21 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/tcmalloc/linux:64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,21 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/tcmalloc/linux:64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,21 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/tcmalloc/linux:64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//src/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,27 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/csharp/linux:3.1.415-6.0.100-6bbe70439ba5b0404bb12662cebc0296909389fa" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//csharp/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--action_env=DOTNET_CLI_TELEMETRY_OPTOUT=1 " |
||||
"--test_env=DOTNET_CLI_HOME=/home/bazel" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,27 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/csharp/linux:3.1.415-6.0.100-6bbe70439ba5b0404bb12662cebc0296909389fa" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//csharp/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--action_env=DOTNET_CLI_TELEMETRY_OPTOUT=1 " |
||||
"--test_env=DOTNET_CLI_HOME=/home/bazel" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,27 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/csharp/linux:3.1.415-6.0.100-6bbe70439ba5b0404bb12662cebc0296909389fa" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//csharp/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--action_env=DOTNET_CLI_TELEMETRY_OPTOUT=1 " |
||||
"--test_env=DOTNET_CLI_HOME=/home/bazel" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/csharp_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/csharp_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/csharp_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,21 @@ |
||||
# 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: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,20 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 120 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,16 @@ |
||||
# 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: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,16 +1 @@ |
||||
# 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: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,16 +1 @@ |
||||
# Config file for running Linkage Monitor in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
timeout_mins: 120 |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,21 @@ |
||||
# 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: "gcr.io/protobuf-build/java/linux:17-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/java/linux:17-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,21 +1 @@ |
||||
# Config file for running Linkage Monitor 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: "gcr.io/protobuf-build/java/linux:17-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//java/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,12 @@ |
||||
# Config file for running Linkage Monitor in Kokoro |
||||
# https://github.com/GoogleCloudPlatform/cloud-opensource-java/tree/master/linkage-monitor |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/java_linkage_monitor/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/java_linkage_monitor/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,12 +1 @@ |
||||
# Config file for running Linkage Monitor in Kokoro |
||||
# https://github.com/GoogleCloudPlatform/cloud-opensource-java/tree/master/linkage-monitor |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/java_linkage_monitor/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,26 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:jruby-9.2.20.1-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=java" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:jruby-9.2.20.1-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=java" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:jruby-9.2.20.1-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=java" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,26 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:jruby-9.3.4.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=java" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:jruby-9.3.4.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=java" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:jruby-9.3.4.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=java" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/php_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/php_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/php_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/php_all/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/php_all/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/php_all/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,21 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.10-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.10-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.10-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,27 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.10-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,28 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.10-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# 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 { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,27 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.10-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,21 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.7-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.7-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.7-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,27 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.7-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,27 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.7-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,27 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.7-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,21 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.8-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.8-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.8-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,27 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.8-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,27 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.8-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,27 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.8-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,21 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.9-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.9-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,21 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.9-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//python/... @upb//python/..." |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,27 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.9-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,27 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.9-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,27 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/python/linux:3.9-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
# Note: upb tests don't work since the C++ extension takes precedence here. |
||||
value: "//python/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=use_fast_cpp_protos=true" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/python_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/python_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/python_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,26 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.5.1-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.5.1-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.5.1-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,26 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.6.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.6.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.6.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,26 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.7.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.7.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-2.7.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,26 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-3.0.2-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-3.0.2-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-3.0.2-2f706fd1ab49f4e97af769388be486069b63efee" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,26 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-3.1.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-3.1.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,26 +1 @@ |
||||
# 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: "gcr.io/protobuf-build/ruby/linux:ruby-3.1.0-64e8944e4f18d7d6c9649112a8a93be57e693cd8" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/ruby_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/ruby_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -1,11 +1 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/ruby_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
# Keep this file empty! Use common.cfg instead. |
||||
|
@ -0,0 +1,13 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/macos-next/cpp/build.sh" |
||||
timeout_mins: 1440 |
||||
|
||||
# Upload logs |
||||
action: { |
||||
define_artifacts: { |
||||
regex: "**/*sponge_log.log" |
||||
regex: "**/*sponge_log.xml" |
||||
} |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue