The build-server tag has no wiki summary.
1
vote
3answers
139 views
VMWare performance for a build server - awful or wrong tests?
We are looking into virtualizing our C++ Build server(s).
The main reason being that our current toolchain that we use in addition to the build itself in Visual Studio only runs properly on Windows ...
0
votes
2answers
153 views
Which hardware to VM ratio for Build-Server virtualization?
After a few comments and answers and thinking, I hope I can now add a
TL;DR : If I want full performance(a) and (simple) HW failure redundancy, does it make any sense to go for a virtualization ...
1
vote
4answers
113 views
Build a server in KVM linux
I owned a linux server. Now there are several users want to build web services on it, but they require different enviroments. For convenience I give a KVM virtual machine root permission to each user.
...
-1
votes
2answers
62 views
Setting up Hudson on ec2 and configuring with web gui
I would like to setup hudson on a ec2 micro linux instance. My question is exactly how to configure hudson after i install it remotely via ssh on the ec2 instance. I would like to configure using the ...
1
vote
3answers
157 views
CentOS Template for Server Builds
I am working on building a new virtual machine with CentOS installed on it. It takes a lot of time to setup and build servers to include all of the hardening steps, service changes, custom monitoring ...
1
vote
0answers
197 views
(Linux) Python is stopped - preventing me to start a Service
I'm currently running CentOS 5.5 on my machine, and I'm trying to setup a Build Server using Django, MySQL and Apache.
I have basically no experience with any of those, and I've been researching on ...
1
vote
2answers
316 views
Too much memory consumed during TFS automated build
We're running TFS 2010 Standard Edition, and we've set up an automated build to run whenever someone checks in code. We run through all of the automated tests (built with MSTest) as part of the build. ...
1
vote
3answers
307 views
XenServer on i7 Processors?
Was wondering if anyone is using an i7 XenServer.
Didn't see anything in the HCL on the XenServer site.
If you are using it how is the performance and should I build one on i7 or a older Xeon ...
-1
votes
2answers
92 views
Hardware Specs for Apache/SVN Server With High Transaction Level
I have to ask my company to assemble an svn server with apache. The transaction level is quite high. In fact today I was having problems with it with the current server, and I don't know if the issue ...
1
vote
2answers
225 views
Build server: Recycle IIS application pool on remote server without a VPN connection
I have a build server (Windows Server 2008) set up to pull down code from our SVN repository and build the web applications we develop. My current process involves using WinSCP to perform a remote ...
1
vote
1answer
165 views
Recommended Development / Build Server RAID Configuration
I've done a lot of research on RAID configurations; Wikipedia, questions here on serverfault, articles, on random websites: RAID5 vs RAID10; Build Server Capacity Planning.
From my understanding, it ...
6
votes
5answers
520 views
What's the fastest filesystem for developer builds?
I'm putting together a Linux box that will act as a continuous integration build server; we'll mostly build Java stuff, but I think this question applies to any compiled language.
What filesystem and ...
1
vote
3answers
76 views
Building on Idle Servers
I'm doing a build on my build server that can take advantage of multi-core processors, though I only have two - so it takes about 4 to 5 hours. There are several machines that us developers use for ...
5
votes
3answers
285 views
Can a service spawn a login session? Build server woes
To run some acceptance tests on my build server, I need to have a logged in user session open (the white testing framework needs to have a "screen" to test the WPF UIs) all of the time. This is ...
0
votes
1answer
279 views
How do I automatically move artifacts from Team City to virtual directories?
Team city publishes its artifacts to a dynamically changing URL-- the version and build number keeps incrementing.
How can I automate the download of such a file?
Does team city even have a feature ...
0
votes
1answer
230 views
Best linux distribution for Java build server &
we are trying to setup a build server for building our Java projects. Following software will be installed:
* Subversion
* Jira/Confluence/Crucible/Fisheye ...
* Bamboo (continuous integration ...
0
votes
1answer
241 views
Things to consider when building a continuous integration server?
I'm new to continuous integration, but immediately realize its value, and I want to get one set up right away. I have played with TeamCity and have it working in a VM great.
Now, I don't want to ...
0
votes
1answer
116 views
How to obtain fast builds by using a build server and copying object files?
We are developing software on the Windows platform, using C++ and .NET. A full build can take several hours on a developer laptop. A multi-core build server with lots of RAM and SSD disks could reduce ...
1
vote
2answers
323 views
TeamCity Reuse Configuration
I write a lot of little projects, and I'd like to use TeamCity for my build server.
Is there a way for me to reuse the build configurations across multiple projects so that I can have more than 20 ...
0
votes
1answer
263 views
CruiseControl.Net - not able to see Project Statistics
I've made a reinstallation of the buildserver and can no longer see the standard graphs of project statistics. The error message shown is
"Missing/Invalid statistics reports. Please check if you ...
1
vote
3answers
1k views
Building a build server on an Atom Mini-ITX PC
I am planning on turning my 1.6Ghz Atom, 1GB RAM Mini-ITX PC into a build machine. I am thinking about having it build for multiple environments, so I was planning on using Virtual Box to create a VM ...