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

Side by Side 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 unified diff | Download patch
OLDNEW
1 @@@CURRENT_TIMESTAMP@1457949601@@@ 1 @@@CURRENT_TIMESTAMP@1457949601@@@
2
2 @@@SEED_STEP recipe bootstrap@@@ 3 @@@SEED_STEP recipe bootstrap@@@
3 4
4 @@@STEP_CURSOR recipe bootstrap@@@ 5 @@@STEP_CURSOR recipe bootstrap@@@
5 6
6 @@@CURRENT_TIMESTAMP@1457949602@@@ 7 @@@CURRENT_TIMESTAMP@1457949602@@@
7 @@@STEP_STARTED@@@ 8 @@@STEP_STARTED@@@
8 9
9 @@@SET_BUILD_PROPERTY@path_config@kitchen@@@ 10 @@@SET_BUILD_PROPERTY@path_config@kitchen@@@
10 11
11 @@@SET_BUILD_PROPERTY@slavename@fakeslave@@@ 12 @@@SET_BUILD_PROPERTY@slavename@fakeslave@@@
(...skipping 12 matching lines...) Expand all
24 state without impacting any branches by performing another checkout. 25 state without impacting any branches by performing another checkout.
25 26
26 If you want to create a new branch to retain commits you create, you may 27 If you want to create a new branch to retain commits you create, you may
27 do so (now or later) by using -b with the checkout command again. Example: 28 do so (now or later) by using -b with the checkout command again. Example:
28 29
29 git checkout -b <new-branch-name> 30 git checkout -b <new-branch-name>
30 31
31 HEAD is now at 3b6bb3e... Roll recipe dependencies (trivial). 32 HEAD is now at 3b6bb3e... Roll recipe dependencies (trivial).
32 Cloning into '/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine'... 33 Cloning into '/tmp/run6L2Uju/build/scripts/slave/.recipe_deps/recipe_engine'...
33 34
35 @@@CURRENT_TIMESTAMP@1457949603@@@
36 @@@STEP_CLOSED@@@
37
34 @@@HONOR_ZERO_RETURN_CODE@@@ 38 @@@HONOR_ZERO_RETURN_CODE@@@
35 39
36 @@@SEED_STEP setup_build@@@ 40 @@@SEED_STEP setup_build@@@
37 41
38 @@@STEP_CURSOR setup_build@@@ 42 @@@STEP_CURSOR setup_build@@@
39 43
40 @@@CURRENT_TIMESTAMP@1457949602@@@ 44 @@@CURRENT_TIMESTAMP@1457949603@@@
41 @@@STEP_STARTED@@@ 45 @@@STEP_STARTED@@@
42 46
43 @@@STEP_LOG_LINE@run_recipe@To repro this locally, run the following line from a build checkout:@@@ 47 @@@STEP_LOG_LINE@run_recipe@To repro this locally, run the following line from a build checkout:@@@
44 48
45 @@@STEP_LOG_LINE@run_recipe@@@@ 49 @@@STEP_LOG_LINE@run_recipe@@@@
46 50
47 @@@STEP_LOG_LINE@run_recipe@./scripts/tools/run_recipe.py v8 --properties-file - <<EOF@@@ 51 @@@STEP_LOG_LINE@run_recipe@./scripts/tools/run_recipe.py v8 --properties-file - <<EOF@@@
48 52
49 @@@STEP_LOG_LINE@run_recipe@{u'slavename': u'abc', 'recipe': 'v8', u'mastername' : u'client.v8', u'buildername': u'V8 Linux - builder'}@@@ 53 @@@STEP_LOG_LINE@run_recipe@{u'slavename': u'abc', 'recipe': 'v8', u'mastername' : u'client.v8', u'buildername': u'V8 Linux - builder'}@@@
50 54
51 @@@STEP_LOG_LINE@run_recipe@EOF@@@ 55 @@@STEP_LOG_LINE@run_recipe@EOF@@@
52 56
53 @@@STEP_LOG_LINE@run_recipe@@@@ 57 @@@STEP_LOG_LINE@run_recipe@@@@
54 58
55 @@@STEP_LOG_LINE@run_recipe@To run on Windows, you can put the JSON in a file an d redirect the@@@ 59 @@@STEP_LOG_LINE@run_recipe@To run on Windows, you can put the JSON in a file an d redirect the@@@
56 60
57 @@@STEP_LOG_LINE@run_recipe@contents of the file into run_recipe.py, with the < operator.@@@ 61 @@@STEP_LOG_LINE@run_recipe@contents of the file into run_recipe.py, with the < operator.@@@
58 62
59 @@@STEP_LOG_END@run_recipe@@@ 63 @@@STEP_LOG_END@run_recipe@@@
60 64
61 Running recipe with {u'slavename': u'abc', 'recipe': 'v8', u'mastername': u'clie nt.v8', u'buildername': u'V8 Linux - builder'} 65 Running recipe with {u'slavename': u'abc', 'recipe': 'v8', u'mastername': u'clie nt.v8', u'buildername': u'V8 Linux - builder'}
62 66
63 @@@STEP_TEXT@<br/>running recipe: "v8"@@@ 67 @@@STEP_TEXT@<br/>running recipe: "v8"@@@
64 68
65 @@@STEP_CURSOR setup_build@@@ 69 @@@STEP_CURSOR setup_build@@@
66 70
67 @@@CURRENT_TIMESTAMP@1457949603@@@
68 @@@STEP_CLOSED@@@
69
70 @@@STEP_CURSOR recipe bootstrap@@@
71 @@@CURRENT_TIMESTAMP@1457949604@@@ 71 @@@CURRENT_TIMESTAMP@1457949604@@@
72 @@@STEP_CLOSED@@@ 72 @@@STEP_CLOSED@@@
73 73
74 @@@SEED_STEP bot_update@@@
75
76 @@@STEP_CURSOR bot_update@@@
77
74 @@@CURRENT_TIMESTAMP@1457949605@@@ 78 @@@CURRENT_TIMESTAMP@1457949605@@@
79 @@@STEP_STARTED@@@
80
81 python -u build/scripts/slave/bot_update.py --master client.v8 --builder 'V8 Lin ux - 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/tmpn Zr9kN.json --output_json /tmp/tmpHHthow.json --revision v8@HEAD --no_shallow --o utput_manifest
82 in dir /tmp/kitchen-132832531:
83 allow_subannotations: False
84 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.ch romium.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']
85 cwd: /tmp/kitchen-132832531
86 name: bot_update
87 full environment:
88 HOME: /home/chrome-bot
89 PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
90 PWD: /
91 USER: chrome-bot
92 USERNAME: ${USER}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698