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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json

Issue 2270963002: Make skia recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 4 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 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 27 matching lines...) Expand all
38 "cwd": "[SLAVE_BUILD]/skia", 38 "cwd": "[SLAVE_BUILD]/skia",
39 "name": "git clean" 39 "name": "git clean"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "config", 46 "config",
47 "--spec", 47 "--spec",
48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l lvm']" 48 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals e, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['llvm']"
49 ], 49 ],
50 "env": { 50 "env": {
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
52 }, 52 },
53 "name": "gclient setup" 53 "name": "gclient setup"
54 }, 54 },
55 { 55 {
56 "cmd": [ 56 "cmd": [
57 "python", 57 "python",
58 "-u", 58 "-u",
59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
60 "sync", 60 "sync",
61 "--verbose",
62 "--with_branch_heads",
61 "--nohooks", 63 "--nohooks",
64 "-j8",
65 "--reset",
62 "--force", 66 "--force",
63 "--verbose", 67 "--upstream",
68 "--no-nag-max",
64 "--delete_unversioned_trees", 69 "--delete_unversioned_trees",
65 "--revision", 70 "--revision",
66 "skia@abc123", 71 "skia@abc123",
67 "--output-json", 72 "--output-json",
68 "/path/to/tmp/json" 73 "/path/to/tmp/json"
69 ], 74 ],
70 "env": { 75 "env": {
71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 76 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
72 }, 77 },
73 "name": "gclient sync", 78 "name": "gclient sync",
74 "~followup_annotations": [ 79 "~followup_annotations": [
75 "@@@STEP_LOG_LINE@json.output@{@@@", 80 "@@@STEP_LOG_LINE@json.output@{@@@",
76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b 694580e5d17ad10748\"@@@",
79 "@@@STEP_LOG_LINE@json.output@ }@@@", 84 "@@@STEP_LOG_LINE@json.output@ }@@@",
80 "@@@STEP_LOG_LINE@json.output@ }@@@", 85 "@@@STEP_LOG_LINE@json.output@ }@@@",
81 "@@@STEP_LOG_LINE@json.output@}@@@", 86 "@@@STEP_LOG_LINE@json.output@}@@@",
82 "@@@STEP_LOG_END@json.output@@@", 87 "@@@STEP_LOG_END@json.output@@@",
83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 88 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1 0748\"@@@"
84 ] 89 ]
85 }, 90 },
86 { 91 {
87 "cmd": [ 92 "cmd": [
88 "python", 93 "python",
89 "-u", 94 "-u",
95 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
96 "recurse",
97 "git",
98 "config",
99 "user.name",
100 "local_bot"
101 ],
102 "env": {
103 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
104 },
105 "name": "gclient recurse (git config user.name)"
106 },
107 {
108 "cmd": [
109 "python",
110 "-u",
111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
112 "recurse",
113 "git",
114 "config",
115 "user.email",
116 "local_bot@example.com"
117 ],
118 "env": {
119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
120 },
121 "name": "gclient recurse (git config user.email)"
122 },
123 {
124 "cmd": [
125 "python",
126 "-u",
90 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 127 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
91 "--path", 128 "--path",
92 "[SLAVE_BUILD]/swarming.client", 129 "[SLAVE_BUILD]/swarming.client",
93 "--url", 130 "--url",
94 "https://chromium.googlesource.com/external/swarming.client.git" 131 "https://chromium.googlesource.com/external/swarming.client.git"
95 ], 132 ],
96 "name": "git setup (swarming_client)" 133 "name": "git setup (swarming_client)"
97 }, 134 },
98 { 135 {
99 "cmd": [ 136 "cmd": [
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 "--", 637 "--",
601 "--workdir", 638 "--workdir",
602 "../../..", 639 "../../..",
603 "skia/swarm_compile", 640 "skia/swarm_compile",
604 "buildername=Build-Win-MSVC-x86_64-Release", 641 "buildername=Build-Win-MSVC-x86_64-Release",
605 "mastername=client.skia.compile", 642 "mastername=client.skia.compile",
606 "buildnumber=1", 643 "buildnumber=1",
607 "slavename=skiabot-dummy-compile-slave", 644 "slavename=skiabot-dummy-compile-slave",
608 "reason=Triggered by Skia swarm_trigger Recipe", 645 "reason=Triggered by Skia swarm_trigger Recipe",
609 "swarm_out_dir=${ISOLATED_OUTDIR}", 646 "swarm_out_dir=${ISOLATED_OUTDIR}",
610 "revision=164710" 647 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
611 ], 648 ],
612 "name": "[trigger] compile_skia on Windows", 649 "name": "[trigger] compile_skia on Windows",
613 "~followup_annotations": [ 650 "~followup_annotations": [
614 "@@@STEP_LOG_LINE@json.output@{@@@", 651 "@@@STEP_LOG_LINE@json.output@{@@@",
615 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Windows /def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\", @@@", 652 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Windows /def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\", @@@",
616 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 653 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
617 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Windows/def456/Test-Win8- MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\": {@@@", 654 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Windows/def456/Test-Win8- MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\": {@@@",
618 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 655 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
619 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 656 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
620 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 657 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 "--", 898 "--",
862 "--workdir", 899 "--workdir",
863 "../../..", 900 "../../..",
864 "skia/swarm_test", 901 "skia/swarm_test",
865 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", 902 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release",
866 "mastername=client.skia", 903 "mastername=client.skia",
867 "buildnumber=5", 904 "buildnumber=5",
868 "slavename=skiabot-linux-swarm-000", 905 "slavename=skiabot-linux-swarm-000",
869 "reason=Triggered by Skia swarm_trigger Recipe", 906 "reason=Triggered by Skia swarm_trigger Recipe",
870 "swarm_out_dir=${ISOLATED_OUTDIR}", 907 "swarm_out_dir=${ISOLATED_OUTDIR}",
871 "revision=164710" 908 "revision=9046e2e693bb92a76e972b694580e5d17ad10748"
872 ], 909 ],
873 "name": "[trigger] test_skia on Windows-2008ServerR2-SP1", 910 "name": "[trigger] test_skia on Windows-2008ServerR2-SP1",
874 "~followup_annotations": [ 911 "~followup_annotations": [
875 "@@@STEP_LOG_LINE@json.output@{@@@", 912 "@@@STEP_LOG_LINE@json.output@{@@@",
876 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Windows-20 08ServerR2-SP1/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\", @@@", 913 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Windows-20 08ServerR2-SP1/def456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\", @@@",
877 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 914 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
878 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Windows-2008ServerR2-SP1/def 456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\": {@@@", 915 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Windows-2008ServerR2-SP1/def 456/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release/5\": {@@@",
879 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 916 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
880 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 917 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
881 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 918 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 "0" 1034 "0"
998 ], 1035 ],
999 "name": "dm_dir" 1036 "name": "dm_dir"
1000 }, 1037 },
1001 { 1038 {
1002 "cmd": [ 1039 "cmd": [
1003 "python", 1040 "python",
1004 "-u", 1041 "-u",
1005 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", 1042 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py",
1006 "[SLAVE_BUILD]/dm", 1043 "[SLAVE_BUILD]/dm",
1007 "164710", 1044 "9046e2e693bb92a76e972b694580e5d17ad10748",
1008 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", 1045 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release",
1009 "5", 1046 "5",
1010 "", 1047 "",
1011 "[SLAVE_BUILD]/skia/common/py/utils" 1048 "[SLAVE_BUILD]/skia/common/py/utils"
1012 ], 1049 ],
1013 "cwd": "[SLAVE_BUILD]/skia", 1050 "cwd": "[SLAVE_BUILD]/skia",
1014 "env": { 1051 "env": {
1015 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 1052 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
1016 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1053 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1017 }, 1054 },
1018 "name": "Upload DM Results" 1055 "name": "Upload DM Results"
1019 }, 1056 },
1020 { 1057 {
1021 "name": "$result", 1058 "name": "$result",
1022 "recipe_result": null, 1059 "recipe_result": null,
1023 "status_code": 0 1060 "status_code": 0
1024 } 1061 }
1025 ] 1062 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698