Skip to content

Commit

Permalink
Moving buildbot to internal repository.
Browse files Browse the repository at this point in the history
BUG=None
TEST=None

Review URL: https://webrtc-codereview.appspot.com/654007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2428 4adac7df-926f-26a2-2b94-8c16560cd09d
  • Loading branch information
kjellander@webrtc.org committed Jun 20, 2012
1 parent 3168e53 commit ba5a97d
Show file tree
Hide file tree
Showing 45 changed files with 0 additions and 5,125 deletions.
31 changes: 0 additions & 31 deletions tools/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.failed
*.pyc
*~
.*.sw?
Expand All @@ -10,36 +9,6 @@
.pydevproject
.settings
.status_password
/continuous_build/depot_tools
/third_party/bloat
/third_party/gaeunit
/third_party/google-visualization-python
/third_party/oauth2
/third_party/webtreemap

# Buildbot creates these files:
*.new
.manhole
bg_gradient.jpg
changes.pck
changes.pck.old
dropin.cache
events_*
http.log
master.cfg.sample
robots.txt
state.sqlite
state.sqlite-shm
state.sqlite-wal
twistd.log*
twistd.pid

# Chrome buildbot scripts
/continuous_build/build

# Buildbot slave log directories:
/continuous_build/build_internal/masters/master.libvpx/*/
/continuous_build/build_internal/masters/master.webrtc/*/
/continuous_build/build_internal/masters/master.tryserver.webrtc/*/
# Public HTML folder is also a subdirectory, make sure it's not ignored:
!public_html
34 changes: 0 additions & 34 deletions tools/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Use http rather than https; the latter can cause problems for users behind
# proxies.

vars = {
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
}

deps = {
# Used by quality_tracking.
"tools/third_party/gaeunit":
Expand All @@ -15,38 +11,8 @@ deps = {
"tools/third_party/oauth2":
"http://github.com/simplegeo/python-oauth2.git@a83f4a29",

# Chromium buildbot scripts needs to be at the same level as our scripts.
"tools/continuous_build/build":
Var("chromium_trunk") + "/tools/build",

# Chromium buildbot scripts needs their own depot_tools.
"tools/continuous_build/depot_tools":
Var("chromium_trunk") + "/tools/depot_tools",

# Used by tools/quality_tracking/dashboard and tools/python_charts.
"tools/third_party/google-visualization-python":
"http://google-visualization-python.googlecode.com/svn/trunk/@15",

# Used by tools/continuous_build/build_internal/symsrc/calculate_bloat.py.
"tools/third_party/bloat":
"https://github.com/martine/bloat.git@31428aaa491",
"tools/third_party/webtreemap":
"https://github.com/martine/webtreemap.git@7839cf9154",
}

deps_os = {
# Statically built Xvfb to be used for browser tests on headless machines.
"unix": {
"tools/continuous_build/build/third_party/xvfb":
Var("chromium_trunk") + "/tools/third_party/xvfb",
},
}

hooks = [
{
# Make changes needed for customization of WebRTC buildbots.
"pattern": ".",
"action": ["python", "tools/fix_webrtc_buildbots.py"],
},
]

3 changes: 0 additions & 3 deletions tools/continuous_build/OWNERS

This file was deleted.

76 changes: 0 additions & 76 deletions tools/continuous_build/README

This file was deleted.

123 changes: 0 additions & 123 deletions tools/continuous_build/build_internal/masters/master-common.mk

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ba5a97d

Please sign in to comment.