blob: ccf657983f92bf570d702d8773a826d7dd44f85b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
build_file: "gvisor/kokoro/kythe/generate_xrefs.sh"
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73898
keyname: "kokoro-rbe-service-account"
}
}
}
bazel_setting {
project_id: "gvisor-rbe"
local_execution: false
auth_credential: {
keystore_config_id: 73898
keyname: "kokoro-rbe-service-account"
}
bes_backend_address: "buildeventservice.googleapis.com"
foundry_backend_address: "remotebuildexecution.googleapis.com"
upsalite_frontend_address: "https://source.cloud.google.com"
}
action {
define_artifacts {
regex: "**/*.kzip"
fail_if_no_artifacts: true
}
}
|