From 284fcac560ea033f2d10e873cd498bb157c74775 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 18 Jan 2019 16:03:22 -0800 Subject: kokoro: Document command for publishing image TEST=I ran it Change-Id: Ib34e45f9d64561e318e4fbc78758d3a0dc191e87 Reviewed-on: https://chromium-review.googlesource.com/1422682 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: David Tolnay Tested-by: kokoro Reviewed-by: Stephen Barber --- kokoro/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'kokoro') diff --git a/kokoro/README.md b/kokoro/README.md index 300c00a..48a23a2 100644 --- a/kokoro/README.md +++ b/kokoro/README.md @@ -42,6 +42,14 @@ If you have x20 access, move `crosvm-base.tar.xz` to `/teams/chromeos-vm/docker/ owner is `chromeos-vm-ci-read-write`. This owner is used to allow Kokoro to read the base image in during the test run. The updated image will be used for future Kokoro runs until it is replaced. +```shell +prodaccess +cp crosvm-base.tar.xz /google/data/rw/teams/chromeos-vm/docker/ +``` + +The cp command should preserve the right owner but to be sure you can confirm that it is +`chromeos-vm-ci-read-write` in the web ui: https://x20.corp.google.com/teams/chromeos-vm/docker + > **WARNING**: > If the image tarball uploaded to x20 is defective in any way, Kokoro will fail to verify every > crosvm change as if the change itself were defective. Please verify the image is good before @@ -69,4 +77,4 @@ docker container prune docker rmi crosvm-base ``` -心 \ No newline at end of file +心 -- cgit 1.4.1