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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_Release__AMD_R5_230_.json

Issue 2467923002: Rename Windows and Mac AMD GPU bots. (Closed)
Patch Set: Created 4 years, 1 month 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/chromium.expected/full_chromium_gpu_fyi_Linux_Release__AMD_R5_230_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_Release__ATI_.json b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_Release__AMD_R5_230_.json
similarity index 92%
rename from scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_Release__ATI_.json
rename to scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_Release__AMD_R5_230_.json
index 277604c152757ebc4d5188f18e5ff4833d3bdab0..d3ce8cdaddd992d5b69fd422f3a6a2bc8548d3e9 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_Release__ATI_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_Release__AMD_R5_230_.json
@@ -4,7 +4,7 @@
"python",
"-u",
"\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
- "[BUILDER_CACHE]/Linux_Release__ATI_",
+ "[BUILDER_CACHE]/Linux_Release__AMD_R5_230_",
"511"
],
"name": "makedirs checkout path",
@@ -40,7 +40,7 @@
"src@1111111",
"--output_manifest"
],
- "cwd": "[BUILDER_CACHE]/Linux_Release__ATI_",
+ "cwd": "[BUILDER_CACHE]/Linux_Release__AMD_R5_230_",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -185,7 +185,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[BUILDER_CACHE]/Linux_Release__ATI_/src",
+ "cwd": "[BUILDER_CACHE]/Linux_Release__AMD_R5_230_/src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
"GYP_CHROMIUM_NO_ACTION": "1",
@@ -198,7 +198,7 @@
"cmd": [
"python",
"-u",
- "[BUILDER_CACHE]/Linux_Release__ATI_/src/testing/scripts/get_compile_targets.py",
+ "[BUILDER_CACHE]/Linux_Release__AMD_R5_230_/src/testing/scripts/get_compile_targets.py",
"--output",
"/path/to/tmp/json",
"--",
@@ -206,9 +206,9 @@
"Release",
"--use-src-side-runtest-py",
"--paths",
- "{\"checkout\": \"[BUILDER_CACHE]/Linux_Release__ATI_/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
+ "{\"checkout\": \"[BUILDER_CACHE]/Linux_Release__AMD_R5_230_/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
"--properties",
- "{\"buildername\": \"Linux Release (ATI)\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
+ "{\"buildername\": \"Linux Release (AMD R5 230)\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
],
"name": "get compile targets for scripts",
"~followup_annotations": [
@@ -221,12 +221,12 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[BUILDER_CACHE]/Linux_Release__ATI_/src/testing/buildbot/chromium.gpu.fyi.json",
+ "[BUILDER_CACHE]/Linux_Release__AMD_R5_230_/src/testing/buildbot/chromium.gpu.fyi.json",
"/path/to/tmp/json"
],
"name": "read test spec (chromium.gpu.fyi.json)",
"~followup_annotations": [
- "@@@STEP_TEXT@path: [BUILDER_CACHE]/Linux_Release__ATI_/src/testing/buildbot/chromium.gpu.fyi.json@@@",
+ "@@@STEP_TEXT@path: [BUILDER_CACHE]/Linux_Release__AMD_R5_230_/src/testing/buildbot/chromium.gpu.fyi.json@@@",
"@@@STEP_LOG_LINE@json.output@{}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -247,7 +247,7 @@
"python",
"-u",
"\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
- "[BUILDER_CACHE]/Linux_Release__ATI_/src/out/Release"
+ "[BUILDER_CACHE]/Linux_Release__AMD_R5_230_/src/out/Release"
],
"name": "rmtree build directory",
"~followup_annotations": [
@@ -274,7 +274,7 @@
"--target",
"Release",
"--src-dir",
- "[BUILDER_CACHE]/Linux_Release__ATI_/src",
+ "[BUILDER_CACHE]/Linux_Release__AMD_R5_230_/src",
"--build-archive-url",
"gs://test-domain/test-archive.zip",
"--master-name",

Powered by Google App Engine
This is Rietveld 408576698