Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2444)

Unified Diff: appengine/cmd/milo/swarming/testdata/build-running

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: address comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/cmd/milo/swarming/testdata/build-running
diff --git a/appengine/cmd/milo/swarming/testdata/build-timeout b/appengine/cmd/milo/swarming/testdata/build-running
similarity index 61%
copy from appengine/cmd/milo/swarming/testdata/build-timeout
copy to appengine/cmd/milo/swarming/testdata/build-running
index 7d8ab9f29c17095f721389834c65ed59dcb7ba02..d7d243e56cae7290f0d848156c52d18370cc43e8 100644
--- a/appengine/cmd/milo/swarming/testdata/build-timeout
+++ b/appengine/cmd/milo/swarming/testdata/build-running
@@ -1,4 +1,5 @@
@@@CURRENT_TIMESTAMP@1457949601@@@
+
@@@SEED_STEP recipe bootstrap@@@
@@@STEP_CURSOR recipe bootstrap@@@
@@ -31,13 +32,16 @@ do so (now or later) by using -b with the checkout command again. Example:
HEAD is now at 3b6bb3e... Roll recipe dependencies (trivial).
Cloning into '/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine'...
+@@@CURRENT_TIMESTAMP@1457949603@@@
+@@@STEP_CLOSED@@@
+
@@@HONOR_ZERO_RETURN_CODE@@@
@@@SEED_STEP setup_build@@@
@@@STEP_CURSOR setup_build@@@
-@@@CURRENT_TIMESTAMP@1457949602@@@
+@@@CURRENT_TIMESTAMP@1457949603@@@
@@@STEP_STARTED@@@
@@@STEP_LOG_LINE@run_recipe@To repro this locally, run the following line from a build checkout:@@@
@@ -64,11 +68,25 @@ Running recipe with {u'slavename': u'abc', 'recipe': 'v8', u'mastername': u'clie
@@@STEP_CURSOR setup_build@@@
-@@@CURRENT_TIMESTAMP@1457949603@@@
-@@@STEP_CLOSED@@@
-
-@@@STEP_CURSOR recipe bootstrap@@@
@@@CURRENT_TIMESTAMP@1457949604@@@
@@@STEP_CLOSED@@@
+@@@SEED_STEP bot_update@@@
+
+@@@STEP_CURSOR bot_update@@@
+
@@@CURRENT_TIMESTAMP@1457949605@@@
+@@@STEP_STARTED@@@
+
+python -u build/scripts/slave/bot_update.py --master client.v8 --builder 'V8 Linux - builder' --slave abc --spec $'cache_dir = None\nsolutions = [{\'custom_vars\': {\'chromium_trunk\': \'svn://svn-mirror.golo.chromium.org/chrome/trunk\'}, \'deps_file\': \'DEPS\', \'managed\': True, \'name\': \'v8\', \'url\': \'https://chromium.googlesource.com/v8/v8\'}]' --root v8 --revision_mapping_file /tmp/tmpnZr9kN.json --output_json /tmp/tmpHHthow.json --revision v8@HEAD --no_shallow --output_manifest
+in dir /tmp/kitchen-132832531:
+ allow_subannotations: False
+ cmd: ['python', '-u', 'build/scripts/slave/bot_update.py', '--master', 'client.v8', '--builder', 'V8 Linux - builder', '--slave', 'abc', '--spec', "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", '--root', 'v8', '--revision_mapping_file', '/tmp/tmpnZr9kN.json', '--output_json', '/tmp/tmpHHthow.json', '--revision', 'v8@HEAD', '--no_shallow', '--output_manifest']
+ cwd: /tmp/kitchen-132832531
+ name: bot_update
+full environment:
+ HOME: /home/chrome-bot
+ PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PWD: /
+ USER: chrome-bot
+ USERNAME: ${USER}

Powered by Google App Engine
This is Rietveld 408576698