# 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.*" | |
} | |
} |