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

Unified Diff: scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_second_sub_range.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_second_sub_range.json
diff --git a/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_second_sub_range.json b/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_second_sub_range.json
index b0f12ef3fd8de89e8554b8fe438949b0bf8b0fc5..1abd258951ad08e5f0f7385773d9db413c972e1b 100644
--- a/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_second_sub_range.json
+++ b/scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_second_sub_range.json
@@ -485,6 +485,9 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "test r7.generate_build_files",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -547,6 +550,9 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "test r7.generate_build_files (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -839,6 +845,9 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "test r3.generate_build_files",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -901,6 +910,9 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "test r3.generate_build_files (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -1189,6 +1201,9 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "test r4.generate_build_files",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -1251,6 +1266,9 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
"name": "test r4.generate_build_files (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"

Powered by Google App Engine
This is Rietveld 408576698