Chromium Code Reviews| Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.json |
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.json |
| similarity index 82% |
| copy from scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json |
| copy to scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.json |
| index 91ad0af29495122e0d66d32df8c82317140b924a..13d14e2502df8576122c69f2678fef15efbbbefb 100644 |
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json |
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.json |
| @@ -15,7 +15,7 @@ |
| "--master", |
| "chromium.fyi", |
| "--builder", |
| - "Chromium Win PGO Builder", |
| + "CrWinClang", |
| "--slave", |
| "TestSlavename", |
| "--spec", |
| @@ -76,7 +76,7 @@ |
| "runhooks" |
| ], |
| "env": { |
| - "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1" |
| + "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32" |
|
iannucci
2015/01/14 05:30:08
I would make sure these GYP_DEFINES are how you wa
Nico
2015/01/14 06:03:36
Yup, I checked that this is identical to the GYP_D
|
| }, |
| "name": "gclient runhooks" |
| }, |
| @@ -108,7 +108,7 @@ |
| "--paths", |
| "{\"build\": \"[BUILD]\"}", |
| "--properties", |
| - "{\"buildername\": \"Chromium Win PGO Builder\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}" |
| + "{\"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}" |
| ], |
| "name": "get compile targets for scripts", |
| "~followup_annotations": [ |
| @@ -136,13 +136,28 @@ |
| "--build-tool", |
| "ninja", |
| "--compiler", |
| - "goma", |
| - "--goma-dir", |
| - "[BUILD]\\goma", |
| - "--", |
| - "All", |
| - "chromium_builder_tests" |
| + "clang", |
| + "--" |
| ], |
| "name": "compile" |
| + }, |
| + { |
| + "allow_subannotations": true, |
| + "cmd": [ |
| + "python", |
| + "-u", |
| + "[BUILD]\\scripts\\slave\\zip_build.py", |
| + "--target", |
| + "Release", |
| + "--build-url", |
| + "gs://chromium-fyi-archive/chromium.fyi/CrWinClang", |
| + "--build_revision", |
| + "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| + "--factory-properties", |
| + "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| + "--build-properties", |
| + "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| + ], |
| + "name": "package build" |
| } |
| ] |