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

Unified Diff: Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js

Issue 13712005: Move GardeningServer out of BuildSlaveSupport (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js
diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js
deleted file mode 100644
index 1060f0dbf6ad0ffe587c5226e3d15bb225115aaf..0000000000000000000000000000000000000000
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js
+++ /dev/null
@@ -1,226 +0,0 @@
-/*
- * Copyright (C) 2011 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-var config = config || {};
-
-(function() {
-
-config.kBuildNumberLimit = 20;
-
-config.kPlatforms = {
- 'apple' : {
- label : 'Apple',
- buildConsoleURL: 'http://build.webkit.org',
- layoutTestResultsURL: 'http://build.webkit.org/results',
- waterfallURL: 'http://build.webkit.org/waterfall',
- builders: {
- 'Apple Lion Release WK1 (Tests)' : {version: 'lion' },
- 'Apple Lion Debug WK1 (Tests)' : {version: 'lion', debug: true},
- 'Apple Lion Release WK2 (Tests)' : {version: 'lion' },
- 'Apple Lion Debug WK2 (Tests)' : {version: 'lion', debug: true},
- 'Apple MountainLion Release WK1 (Tests)' : {version: 'mountainlion' },
- 'Apple MountainLion Debug WK1 (Tests)' : {version: 'mountainlion', debug: true},
- 'Apple MountainLion Release WK2 (Tests)' : {version: 'mountainlion' },
- 'Apple MountainLion Debug WK2 (Tests)' : {version: 'mountainlion', debug: true},
- // 'Apple Win XP Debug (Tests)' : {version: 'xp',debug: true},
- // 'Apple Win 7 Release (Tests)' : {version: 'win7'},
- },
- haveBuilderAccumulatedResults : false,
- useDirectoryListingForOldBuilds: false,
- useFlakinessDashboard: false,
- resultsDirectoryNameFromBuilderName: function(builderName) {
- return encodeURIComponent(builderName);
- },
- resultsDirectoryForBuildNumber: function(buildNumber, revision) {
- return encodeURIComponent('r' + revision + ' (' + buildNumber + ')');
- },
- _builderApplies: function(builderName) {
- return builderName.indexOf('Apple') != -1;
- },
- },
- 'chromium' : {
- label : 'Chromium',
- buildConsoleURL: 'http://build.chromium.org/p/chromium.webkit',
- layoutTestResultsURL: 'http://build.chromium.org/f/chromium/layout_test_results',
- waterfallURL: 'http://build.chromium.org/p/chromium.webkit/waterfall',
- builders: {
- 'WebKit XP': {version: 'xp'},
- 'WebKit Win7': {version: 'win7'},
- 'WebKit Win7 (dbg)(1)': {version: 'win7', debug: true},
- 'WebKit Win7 (dbg)(2)': {version: 'win7', debug: true},
- 'WebKit Linux': {version: 'lucid', is64bit: true},
- 'WebKit Linux 32': {version: 'lucid'},
- 'WebKit Linux (dbg)': {version: 'lucid', is64bit: true, debug: true},
- 'WebKit Mac10.6': {version: 'snowleopard'},
- 'WebKit Mac10.6 (dbg)': {version: 'snowleopard', debug: true},
- 'WebKit Mac10.7': {version: 'lion'},
- 'WebKit Mac10.7 (dbg)': {version: 'lion', debug: true},
- 'WebKit Mac10.8': {version: 'mountainlion'},
- },
- haveBuilderAccumulatedResults : true,
- useDirectoryListingForOldBuilds: true,
- useFlakinessDashboard: true,
- resultsDirectoryNameFromBuilderName: function(builderName) {
- return base.underscoredBuilderName(builderName);
- },
- resultsDirectoryForBuildNumber: function(buildNumber, revision) {
- return buildNumber;
- },
- _builderApplies: function(builderName) {
- // FIXME: Should garden-o-matic show these? I can imagine showing the deps bots being useful at least so
- // that the gardener only need to look at garden-o-matic and never at the waterfall. Not really sure who
- // watches the GPU bots.
- // The 10.8 Tests bot is really an FYI bot at this point
- // WebKit Android doesn't upload its results yet.
- return builderName.indexOf('GPU') == -1 &&
- builderName.indexOf('deps') == -1 &&
- builderName.indexOf('ASAN') == -1 &&
- builderName.indexOf('WebKit (Content Shell) Android') == -1 &&
- builderName.indexOf('Mac10.8 Tests') == -1 &&
- builderName.indexOf('WebKit Android') == -1;
- },
- },
- 'gtk' : {
- label : 'GTK',
- buildConsoleURL: 'http://build.webkit.org',
- layoutTestResultsURL: 'http://build.webkit.org/results',
- waterfallURL: 'http://build.webkit.org/waterfall',
- builders: {
- 'GTK Linux 32-bit Release' : {version: '32-bit release'},
- 'GTK Linux 64-bit Release' : {version: '64-bit release'},
- 'GTK Linux 64-bit Debug' : {version: '64-bit debug', debug: true},
- },
- haveBuilderAccumulatedResults : false,
- useDirectoryListingForOldBuilds: false,
- useFlakinessDashboard: false,
- resultsDirectoryNameFromBuilderName: function(builderName) {
- return encodeURIComponent(builderName);
- },
- resultsDirectoryForBuildNumber: function(buildNumber, revision) {
- return encodeURIComponent('r' + revision + ' (' + buildNumber + ')');
- },
- _builderApplies: function(builderName) {
- return builderName.indexOf('GTK') != -1;
- },
- },
- 'qt' : {
- label : 'Qt',
- buildConsoleURL: 'http://build.webkit.org',
- layoutTestResultsURL: 'http://build.webkit.org/results',
- waterfallURL: 'http://build.webkit.org/waterfall',
- builders: {
- 'Qt Linux Release' : {version : '32-bit release'},
- },
- haveBuilderAccumulatedResults : false,
- useDirectoryListingForOldBuilds: false,
- useFlakinessDashboard: false,
- resultsDirectoryNameFromBuilderName: function(builderName) {
- return encodeURIComponent(builderName);
- },
- resultsDirectoryForBuildNumber: function(buildNumber, revision) {
- return encodeURIComponent('r' + revision + ' (' + buildNumber + ')');
- },
- _builderApplies: function(builderName) {
- return builderName.indexOf('Qt') != -1;
- },
- },
- 'efl' : {
- label : 'EFL',
- buildConsoleURL: 'http://build.webkit.org',
- layoutTestResultsURL: 'http://build.webkit.org/results',
- waterfallURL: 'http://build.webkit.org/waterfall',
- builders: {
- 'EFL Linux 64-bit Debug WK2' : {version : '64-bit WK2', debug: true},
- 'EFL Linux 64-bit Release WK2' : {version: '64-bit WK2'},
- 'EFL Linux 64-bit Release' : {version: '64-bit'},
- },
- haveBuilderAccumulatedResults : false,
- useDirectoryListingForOldBuilds: false,
- useFlakinessDashboard: false,
- resultsDirectoryNameFromBuilderName: function(builderName) {
- return encodeURIComponent(builderName);
- },
- resultsDirectoryForBuildNumber: function(buildNumber, revision) {
- return encodeURIComponent('r' + revision + ' (' + buildNumber + ')');
- },
- _builderApplies: function(builderName) {
- return builderName.indexOf('EFL') != -1;
- },
- },
-};
-
-config.kBlinkSvnURL = 'svn://svn.chromium.org/blink/trunk';
-config.kBlinkRevisionURL = 'http://src.chromium.org/viewvc/blink';
-config.kSvnLogURL = 'http://build.chromium.org/cgi-bin/svn-log';
-config.kNumberOfRecentCommits = 50;
-
-config.kBugzillaURL = 'https://bugs.webkit.org';
-
-config.kRevisionAttr = 'data-revision';
-config.kTestNameAttr = 'data-test-name';
-config.kBuilderNameAttr = 'data-builder-name';
-config.kFailureCountAttr = 'data-failure-count';
-config.kFailureTypesAttr = 'data-failure-types';
-config.kInfobarTypeAttr = 'data-infobar-type';
-
-var kTenMinutesInMilliseconds = 10 * 60 * 1000;
-config.kUpdateFrequency = kTenMinutesInMilliseconds;
-config.kRelativeTimeUpdateFrequency = 1000 * 60;
-
-config.kExperimentalFeatures = window.location.search.search('enableExperiments=1') != -1;
-
-config.currentPlatform = base.getURLParameter('platform') || 'chromium';
-
-// FIXME: We should add a way to restrict the results to a subset of the builders
-// (or maybe just a single builder) in the UI as well as via an URL parameter.
-config.currentBuilder = base.getURLParameter('builder');
-
-config.currentBuilders = function() {
- var current_builders = {};
- if (config.currentBuilder) {
- current_builders[config.currentBuilder] = config.kPlatforms[config.currentPlatform].builders[config.currentBuilder];
- return current_builders;
- } else {
- return config.kPlatforms[config.currentPlatform].builders;
- }
-};
-
-config.builderApplies = function(builderName) {
- if (config.currentBuilder)
- return builderName == config.currentBuilder;
- return config.kPlatforms[config.currentPlatform]._builderApplies(builderName);
-};
-
-config.setPlatform = function(platform) {
- if (!this.kPlatforms[platform]) {
- window.console.log(platform + ' is not a recognized platform');
- return;
- }
- config.currentPlatform = platform;
-};
-
-config.useLocalResults = Boolean(base.getURLParameter('useLocalResults')) || false;
-
-})();

Powered by Google App Engine
This is Rietveld 408576698