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

Side by Side Diff: scripts/slave/recipe_modules/service_account/example.expected/service_account_no_authutil.json

Issue 1954753003: Service account module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Sorting deps. Created 4 years, 7 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
(Empty)
1 [
2 {
3 "cmd": [
4 "/opt/infra-tools/authutil",
5 "token",
6 "-service-account-json=/creds/service_accounts/service-account-fake-accoun t.json"
7 ],
8 "name": "get access token",
9 "stdout": "/path/to/tmp/",
10 "~followup_annotations": [
11 "step returned non-zero exit code: 1",
12 "@@@STEP_LOG_LINE@Authutil not found@The authutil binary was not found at the default location.@@@",
13 "@@@STEP_LOG_LINE@Authutil not found@@@@",
14 "@@@STEP_LOG_LINE@Authutil not found@Build the following go module: infra/ go/infra/tools/authutil@@@",
15 "@@@STEP_LOG_LINE@Authutil not found@and deploy it to: /opt/infra-tools/au thutil@@@",
16 "@@@STEP_LOG_END@Authutil not found@@@",
17 "@@@STEP_FAILURE@@@"
18 ]
19 },
20 {
21 "name": "$result",
22 "reason": "Step('get access token') failed with return_code 1",
23 "status_code": 1
24 }
25 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698