mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
49c169a410
This is hard to test. I verified that kokoro can access the github token and use it to access github by adding a git clone into the x86 presubmit build file in patchset 3. But we can only really test the full process by submitting this CL and have it pass through the continuous builder. BUG=b:199692764 TEST=Needs to be tested in prod... Change-Id: Ifdcd385552c61ecea75a43fb71b08950e8b036ca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3229941 Tested-by: Dennis Kempin <denniskempin@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
13 lines
290 B
INI
13 lines
290 B
INI
# Format: //devtools/kokoro/config/proto/build.proto
|
|
|
|
build_file: "crosvm/ci/kokoro/build-push-to-github.sh"
|
|
|
|
before_action {
|
|
fetch_keystore {
|
|
keystore_resource {
|
|
keystore_config_id: 76320
|
|
keyname: "github_token"
|
|
backend: "blade:keystore-fastconfigpush"
|
|
}
|
|
}
|
|
}
|