From 7d997b3c6fbd63a6357fae5f86b8aa5ba7d3e4c0 Mon Sep 17 00:00:00 2001 From: "C.J. Collier" Date: Wed, 4 Dec 2024 14:19:47 -0800 Subject: [PATCH] Improve documentation for manual testing Now using the upstream URI instead of the staging value Now referencing the 2024-11 branch instead of the work-in-progress branch of the staging repository. --- gpu/manual-test-runner.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gpu/manual-test-runner.sh b/gpu/manual-test-runner.sh index 7545c1a1e..d67a8ff17 100644 --- a/gpu/manual-test-runner.sh +++ b/gpu/manual-test-runner.sh @@ -4,21 +4,23 @@ # # To run the script, the following will bootstrap # -# git clone git@github.com:LLC-Technologies-Collier/initialization-actions -# git checkout gpu-20241121 +# git clone git@github.com:GoogleCloudDataproc/initialization-actions +# git checkout 2024-11 # cd initialization-actions # cp gpu/env.json.sample env.json # vi env.json # docker build -f gpu/Dockerfile -t gpu-init-actions-runner:latest . # time docker run -it gpu-init-actions-runner:latest gpu/manual-test-runner.sh # -# The bazel run(s) happen in separate screen windows. -# To see a list of screen windows, press ^a " +# The bazel run(s) happen in separate GNU screen[1] windows. +# To create a new screen window, press ^a c (Ctrl-a c) +# To see a list of screen windows, press ^a " (Ctrl-a ") # Num Name # -# 0 monitor +# 0 sh # 1 2.0-debian10 -# 2 sh +# +# [1] https://www.gnu.org/software/screen/ readonly timestamp="$(date +%F-%H-%M)"