mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
Add postsubmit test config for crosvm-direct binary on x86_64. BUG=b:220292205 TEST=./ci/kokoro/simulate.py ./ci/kokoro/build-x86_64-direct.sh Change-Id: I326c52924cc154485c5941cec82be56547d7d862 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3715071 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com>
9 lines
320 B
Bash
Executable file
9 lines
320 B
Bash
Executable file
#!/bin/bash
|
|
# Copyright 2022 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
source "$(dirname $0)/common.sh"
|
|
|
|
./tools/dev_container --hermetic ./tools/run_tests --target=host \
|
|
--crosvm-direct -v
|