Changeset 93527 in webkit


Ignore:
Timestamp:
Aug 22, 2011 12:03:59 PM (13 years ago)
Author:
dpranke@chromium.org
Message:

fix the GPU bot names on the layout test dashboard
https://bugs.webkit.org/show_bug.cgi?id=66697

Reviewed by Dimitri Glazkov.

  • TestResultServer/static-dashboards/builders.js:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r93522 r93527  
     12011-08-22  Dirk Pranke  <dpranke@chromium.org>
     2
     3        fix the GPU bot names on the layout test dashboard
     4        https://bugs.webkit.org/show_bug.cgi?id=66697
     5
     6        Reviewed by Dimitri Glazkov.
     7
     8        * TestResultServer/static-dashboards/builders.js:
     9
    1102011-08-22  Dimitri Glazkov  <dglazkov@chromium.org>
    211
  • trunk/Tools/TestResultServer/static-dashboards/builders.js

    r93242 r93527  
    145145    ['Webkit Linux (dbg)(1) - GPU'],
    146146    ['Webkit Linux (dbg)(2) - GPU'],
    147     ['Webkit Mac10.5 - GPU'],
    148     ['Webkit Mac10.5 (dbg)(1) - GPU'],
    149     ['Webkit Mac10.5 (dbg)(2) - GPU'],
    150     ['Webkit Mac10.6 - GPU'],
    151     ['Webkit Mac10.6 (dbg) - GPU']
     147    ['Webkit Mac10.5 (CG) - GPU'],
     148    ['Webkit Mac10.5 (CG)(dbg)(1) - GPU'],
     149    ['Webkit Mac10.5 (CG)(dbg)(2) - GPU'],
     150    ['Webkit Mac10.6 (CG) - GPU'],
     151    ['Webkit Mac10.6 (CG)(dbg) - GPU']
    152152];
    153153associateBuildersWithMaster(CHROMIUM_GPU_MESA_BUILDERS, CHROMIUM_WEBKIT_BUILDER_MASTER);
Note: See TracChangeset for help on using the changeset viewer.