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

Side by Side Diff: scripts/slave/recipes/infra/infra_continuous.expected/infra_swarming.json

Issue 2051063002: build: remove infra/infra_continuous (moved to infra repo; build copy not used) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master",
8 "chromium.infra",
9 "--builder",
10 "infra-continuous-32",
11 "--slave",
12 "TestSlavename",
13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr a.git'}]",
15 "--root",
16 "infra",
17 "--revision_mapping_file",
18 "{\"infra\": \"got_revision\"}",
19 "--git-cache-dir",
20 "[GIT_CACHE]",
21 "--output_json",
22 "/path/to/tmp/json",
23 "--revision",
24 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee",
25 "--force",
26 "--output_manifest"
27 ],
28 "env": {
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
30 },
31 "name": "bot_update",
32 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97 02df1d807b1ee\"@@@",
38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"infra\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf ra.git\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb bce29610670c756aed\"@@@",
43 "@@@STEP_LOG_LINE@json.output@ }@@@",
44 "@@@STEP_LOG_LINE@json.output@ }, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8 ebbce29610670c756aed\", @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#197293}\"@@@",
50 "@@@STEP_LOG_LINE@json.output@ }, @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
53 "@@@STEP_LOG_LINE@json.output@}@@@",
54 "@@@STEP_LOG_END@json.output@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75 6aed\"@@@",
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@"
57 ]
58 },
59 {
60 "cmd": [
61 "python",
62 "-u",
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
64 "runhooks"
65 ],
66 "cwd": "[SLAVE_BUILD]/infra",
67 "env": {
68 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
69 },
70 "name": "gclient runhooks"
71 },
72 {
73 "cmd": [
74 "python",
75 "-u",
76 "test.py",
77 "test"
78 ],
79 "cwd": "[SLAVE_BUILD]/infra",
80 "name": "infra python tests"
81 },
82 {
83 "cmd": [
84 "python",
85 "-u",
86 "[SLAVE_BUILD]/infra/glyco/tests/run_all_tests.py"
87 ],
88 "cwd": "[SLAVE_BUILD]/infra",
89 "name": "Glyco tests"
90 },
91 {
92 "cmd": [
93 "python",
94 "-u",
95 "[SLAVE_BUILD]/infra/go/env.py",
96 "go",
97 "version"
98 ],
99 "name": "go third parties"
100 },
101 {
102 "cmd": [
103 "python",
104 "-u",
105 "[SLAVE_BUILD]/infra/go/env.py",
106 "python",
107 "[SLAVE_BUILD]/infra/go/test.py"
108 ],
109 "name": "infra go tests"
110 },
111 {
112 "cmd": [],
113 "name": "cipd - not building packages",
114 "~followup_annotations": [
115 "@@@STEP_WARNINGS@@@"
116 ]
117 },
118 {
119 "name": "$result",
120 "recipe_result": null,
121 "status_code": 0
122 }
123 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698