| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "update-ref", | 5 "update-ref", |
| 6 "refs/heads/master", | 6 "refs/heads/master", |
| 7 "refs/remotes/origin/master" | 7 "refs/remotes/origin/master" |
| 8 ], | 8 ], |
| 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
| 10 "name": "git update-ref" | 10 "name": "git update-ref" |
| (...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 943 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 944 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 944 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 945 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 945 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 946 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 946 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 947 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 947 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 948 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 948 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 949 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 949 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 950 ] | 950 ] |
| 951 }, | 951 }, |
| 952 { | 952 { |
| 953 "cmd": [], | |
| 954 "cwd": "[SLAVE_BUILD]", | |
| 955 "name": "ensure_goma" | |
| 956 }, | |
| 957 { | |
| 958 "cmd": [ | |
| 959 "python", | |
| 960 "-u", | |
| 961 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 962 "--platform", | |
| 963 "linux-amd64", | |
| 964 "--dest-directory", | |
| 965 "[SLAVE_BUILD]/cipd", | |
| 966 "--json-output", | |
| 967 "/path/to/tmp/json" | |
| 968 ], | |
| 969 "cwd": "[SLAVE_BUILD]", | |
| 970 "name": "ensure_goma.install cipd", | |
| 971 "~followup_annotations": [ | |
| 972 "@@@STEP_NEST_LEVEL@1@@@", | |
| 973 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 974 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 975 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 976 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 977 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 978 "@@@STEP_LOG_END@json.output@@@" | |
| 979 ] | |
| 980 }, | |
| 981 { | |
| 982 "cmd": [ | |
| 983 "[SLAVE_BUILD]/cipd/cipd", | |
| 984 "ensure", | |
| 985 "--root", | |
| 986 "[CACHE]/cipd/goma", | |
| 987 "--list", | |
| 988 "infra_internal/goma/client/linux-amd64 release", | |
| 989 "--json-output", | |
| 990 "/path/to/tmp/json", | |
| 991 "--service-account-json", | |
| 992 "/creds/service_accounts/service-account-goma-client.json" | |
| 993 ], | |
| 994 "cwd": "[SLAVE_BUILD]", | |
| 995 "name": "ensure_goma.ensure_installed", | |
| 996 "~followup_annotations": [ | |
| 997 "@@@STEP_NEST_LEVEL@1@@@", | |
| 998 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 999 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 1000 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 1001 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 1002 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 1003 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 1004 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 1005 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 1006 "@@@STEP_LOG_END@json.output@@@" | |
| 1007 ] | |
| 1008 }, | |
| 1009 { | |
| 1010 "cmd": [ | 953 "cmd": [ |
| 1011 "python", | 954 "python", |
| 1012 "-u", | 955 "-u", |
| 1013 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 956 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 1014 "runhooks" | 957 "runhooks" |
| 1015 ], | 958 ], |
| 1016 "cwd": "[SLAVE_BUILD]", | 959 "cwd": "[SLAVE_BUILD]", |
| 1017 "env": { | 960 "env": { |
| 1018 "GYP_CHROMIUM_NO_ACTION": "1", | 961 "GYP_CHROMIUM_NO_ACTION": "1", |
| 1019 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 962 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1", |
| 1020 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 963 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 1021 }, | 964 }, |
| 1022 "name": "gclient runhooks" | 965 "name": "gclient runhooks" |
| 1023 }, | 966 }, |
| 1024 { | 967 { |
| 1025 "cmd": [ | 968 "cmd": [ |
| 1026 "python", | 969 "python", |
| 1027 "-u", | 970 "-u", |
| 1028 "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py", | 971 "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py", |
| 1029 "-w", | 972 "-w", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1063 ], | 1006 ], |
| 1064 "cwd": "[SLAVE_BUILD]", | 1007 "cwd": "[SLAVE_BUILD]", |
| 1065 "name": "Running Bisection" | 1008 "name": "Running Bisection" |
| 1066 }, | 1009 }, |
| 1067 { | 1010 { |
| 1068 "name": "$result", | 1011 "name": "$result", |
| 1069 "recipe_result": null, | 1012 "recipe_result": null, |
| 1070 "status_code": 0 | 1013 "status_code": 0 |
| 1071 } | 1014 } |
| 1072 ] | 1015 ] |
| OLD | NEW |