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

Side by Side Diff: scripts/slave/recipes/infra/recipes_py_continuous.expected/basic.json

Issue 2047263003: build: delete infra recipes moved to infra repo except infra_continuous (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
« no previous file with comments | « scripts/slave/recipes/infra/recipes_py_continuous.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'recipes-py', 'url': 'https://chromium.googlesource.com/exter nal/github.com/luci/recipes-py'}]",
9 "--root",
10 "recipes-py",
11 "--revision_mapping_file",
12 "{\"recipes-py\": \"got_revision\"}",
13 "--git-cache-dir",
14 "[GIT_CACHE]",
15 "--output_json",
16 "/path/to/tmp/json",
17 "--revision",
18 "recipes-py@HEAD",
19 "--force",
20 "--output_manifest"
21 ],
22 "env": {
23 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
24 },
25 "name": "bot_update",
26 "~followup_annotations": [
27 "@@@STEP_TEXT@Some step text@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"recipes-py\": \"HEAD\"@@@",
32 "@@@STEP_LOG_LINE@json.output@ }, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"recipes-py\": {@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/rec ipes-py.git\", @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"edcfe0cf57183aad8ad72a 82355d966b34ff412c\"@@@",
37 "@@@STEP_LOG_LINE@json.output@ }@@@",
38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"recipes-py\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"edcfe0cf57183aad8ad7 2a82355d966b34ff412c\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#123695}\"@@@",
44 "@@@STEP_LOG_LINE@json.output@ }, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"root\": \"recipes-py\", @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
47 "@@@STEP_LOG_LINE@json.output@}@@@",
48 "@@@STEP_LOG_END@json.output@@@",
49 "@@@SET_BUILD_PROPERTY@got_revision@\"edcfe0cf57183aad8ad72a82355d966b34ff 412c\"@@@",
50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#123695}\"@@@"
51 ]
52 },
53 {
54 "cmd": [
55 "python",
56 "-u",
57 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
58 "--platform",
59 "linux-amd64",
60 "--dest-directory",
61 "[SLAVE_BUILD]/cipd",
62 "--json-output",
63 "/path/to/tmp/json"
64 ],
65 "name": "install cipd",
66 "~followup_annotations": [
67 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
68 "@@@STEP_LOG_LINE@json.output@{@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
71 "@@@STEP_LOG_LINE@json.output@}@@@",
72 "@@@STEP_LOG_END@json.output@@@"
73 ]
74 },
75 {
76 "cmd": [
77 "[SLAVE_BUILD]/cipd/cipd",
78 "create",
79 "--pkg-def",
80 "[SLAVE_BUILD]/recipes-py/infra/cipd/recipes-py.yaml",
81 "--json-output",
82 "/path/to/tmp/json",
83 "--service-account-json",
84 "/creds/service_accounts/service-account-cipd-builder.json",
85 "--ref",
86 "latest",
87 "--tag",
88 "buildbot_build://-1",
89 "--tag",
90 "git_repository:https://chromium.googlesource.com/external/github.com/luci /recipes-py",
91 "--tag",
92 "git_revision:edcfe0cf57183aad8ad72a82355d966b34ff412c"
93 ],
94 "name": "create recipes-py.yaml",
95 "~followup_annotations": [
96 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
97 "@@@STEP_LOG_END@json.output (invalid)@@@"
98 ]
99 },
100 {
101 "name": "$result",
102 "recipe_result": null,
103 "status_code": 0
104 }
105 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/recipes_py_continuous.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698