summary refs log tree commit diff
path: root/kokoro
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@chromium.org>2019-01-18 16:03:22 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-19 13:27:55 -0800
commit284fcac560ea033f2d10e873cd498bb157c74775 (patch)
tree35bc71c0337006341da4c0d4efaa46f69a6c4854 /kokoro
parentdb36427cd8a480433fdad933007bf3396f71278c (diff)
downloadcrosvm-284fcac560ea033f2d10e873cd498bb157c74775.tar
crosvm-284fcac560ea033f2d10e873cd498bb157c74775.tar.gz
crosvm-284fcac560ea033f2d10e873cd498bb157c74775.tar.bz2
crosvm-284fcac560ea033f2d10e873cd498bb157c74775.tar.lz
crosvm-284fcac560ea033f2d10e873cd498bb157c74775.tar.xz
crosvm-284fcac560ea033f2d10e873cd498bb157c74775.tar.zst
crosvm-284fcac560ea033f2d10e873cd498bb157c74775.zip
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 <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: David Tolnay <dtolnay@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/README.md10
1 files changed, 9 insertions, 1 deletions
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
+心