| Index: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GN.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GN.json b/scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GN.json
|
| index 3510ffd4dbdafd01fe9c6093a5694243592bc3fa..c0045158bcf7c95dbdb340072ef400f4c53fcbca 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GN.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GN.json
|
| @@ -398,6 +398,10 @@
|
| "--output-json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "env": {
|
| + "FORCE_MAC_TOOLCHAIN": "1",
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| "name": "find isolated tests",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| @@ -415,6 +419,10 @@
|
| "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv[1]\nsys.exit(1)\n",
|
| "browser_tests"
|
| ],
|
| + "env": {
|
| + "FORCE_MAC_TOOLCHAIN": "1",
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| "name": "[error] browser_tests",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
| @@ -431,6 +439,10 @@
|
| "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n",
|
| "browser_tests"
|
| ],
|
| + "env": {
|
| + "FORCE_MAC_TOOLCHAIN": "1",
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| "name": "[collect error] browser_tests",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
|
|