diff options
Diffstat (limited to 'infra/bots/recipe_modules/flavor/examples')
3 files changed, 3 insertions, 69 deletions
diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Debug-GomaNoFallback.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Debug-GomaNoFallback.json index 2611037a3d..80b8693996 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Debug-GomaNoFallback.json +++ b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Debug-GomaNoFallback.json @@ -172,7 +172,7 @@ "python", "-u", "goma_ctl.py", - "stop" + "ensure_stop" ], "cwd": "[CACHE]/goma", "env": { @@ -189,30 +189,6 @@ "name": "stop goma" }, { - "cmd": [ - "python", - "-u", - "import time; time.sleep(2)" - ], - "cwd": "[CACHE]/goma", - "env": { - "BUILDTYPE": "Debug_x64", - "CHROME_HEADLESS": "1", - "GOMA_FALLBACK": "0", - "GOMA_HERMETIC": "error", - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "[START_DIR]/tmp/jwt_service_account_goma-client.json", - "GOMA_USE_LOCAL": "0", - "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Debug-GomaNoFallback" - }, - "infra_step": true, - "name": "wait for goma_ctl stop", - "~followup_annotations": [ - "@@@STEP_LOG_LINE@python.inline@import time; time.sleep(2)@@@", - "@@@STEP_LOG_END@python.inline@@@" - ] - }, - { "name": "$result", "recipe_result": null, "status_code": 0 diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Release-ANGLE_Goma.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Release-ANGLE_Goma.json index 51e8c81440..e3705f1ede 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Release-ANGLE_Goma.json +++ b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Release-ANGLE_Goma.json @@ -160,7 +160,7 @@ "python", "-u", "goma_ctl.py", - "stop" + "ensure_stop" ], "cwd": "[CACHE]/goma", "env": { @@ -174,27 +174,6 @@ "name": "stop goma" }, { - "cmd": [ - "python", - "-u", - "import time; time.sleep(2)" - ], - "cwd": "[CACHE]/goma", - "env": { - "BUILDTYPE": "Release_x64", - "CHROME_HEADLESS": "1", - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "[START_DIR]/tmp/jwt_service_account_goma-client.json", - "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-ANGLE_Goma" - }, - "infra_step": true, - "name": "wait for goma_ctl stop", - "~followup_annotations": [ - "@@@STEP_LOG_LINE@python.inline@import time; time.sleep(2)@@@", - "@@@STEP_LOG_END@python.inline@@@" - ] - }, - { "name": "$result", "recipe_result": null, "status_code": 0 diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Release-Goma.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Release-Goma.json index 0999cc537f..53daade380 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Release-Goma.json +++ b/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Release-Goma.json @@ -160,7 +160,7 @@ "python", "-u", "goma_ctl.py", - "stop" + "ensure_stop" ], "cwd": "[CACHE]/goma", "env": { @@ -174,27 +174,6 @@ "name": "stop goma" }, { - "cmd": [ - "python", - "-u", - "import time; time.sleep(2)" - ], - "cwd": "[CACHE]/goma", - "env": { - "BUILDTYPE": "Release_x64", - "CHROME_HEADLESS": "1", - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "[START_DIR]/tmp/jwt_service_account_goma-client.json", - "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Goma" - }, - "infra_step": true, - "name": "wait for goma_ctl stop", - "~followup_annotations": [ - "@@@STEP_LOG_LINE@python.inline@import time; time.sleep(2)@@@", - "@@@STEP_LOG_END@python.inline@@@" - ] - }, - { "name": "$result", "recipe_result": null, "status_code": 0 |