blob: da86517fab0a0d911c5b12263f40f22dbccb34da [file] [log] [blame]
# -*- protobuffer -*-
# proto-file: google3/devtools/kokoro/config/proto/build.proto
# proto-message: BuildConfig
# Location of the bash script. Should have value <git_on_borg_scm.name>/<path_from_repository_root>.
# git_on_borg_scm.name is specified in the job configuration (next section).
build_file: "vscode-plugins/.kokoro/gcp_ubuntu/build.sh"
action {
define_artifacts {
regex: "output/**/sponge_log.xml"
regex: "output/**/sponge_log.log"
# NB(sollyross): we *don't* upload the resulting plugin, under the
# assumption that that'd be a bit noisy (and to avoid uploading plugins
# till a googler has given the +2 on them)
}
}