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

Side by Side Diff: testing/buildbot/chromium.chromiumos.json

Issue 2886553002: Rename ash_mus_unittests builder step to "ash_unittests --mus" (Closed)
Patch Set: build file Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 27 matching lines...) Expand all
38 }, 38 },
39 { 39 {
40 "swarming": { 40 "swarming": {
41 "can_use_on_swarming_builders": true 41 "can_use_on_swarming_builders": true
42 }, 42 },
43 "test": "ash_content_unittests" 43 "test": "ash_content_unittests"
44 }, 44 },
45 { 45 {
46 "args": [ 46 "args": [
47 "--mus", 47 "--mus",
48 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_un ittests.filter" 48 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_unitte sts_mus.filter"
49 ], 49 ],
50 "name": "ash_mus_unittests", 50 "name": "ash_unittests --mus",
51 "override_isolate_target": "ash_unittests", 51 "override_isolate_target": "ash_unittests",
52 "swarming": { 52 "swarming": {
53 "can_use_on_swarming_builders": true 53 "can_use_on_swarming_builders": true
54 }, 54 },
55 "test": "ash_unittests" 55 "test": "ash_unittests"
56 }, 56 },
57 { 57 {
58 "swarming": { 58 "swarming": {
59 "can_use_on_swarming_builders": true 59 "can_use_on_swarming_builders": true
60 }, 60 },
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 }, 1201 },
1202 { 1202 {
1203 "swarming": { 1203 "swarming": {
1204 "can_use_on_swarming_builders": true 1204 "can_use_on_swarming_builders": true
1205 }, 1205 },
1206 "test": "wm_unittests" 1206 "test": "wm_unittests"
1207 } 1207 }
1208 ] 1208 ]
1209 } 1209 }
1210 } 1210 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698