Questions tagged [buildfarm]
10 questions
33
votes
8 answers
Operating System compile time
This is just a general question - I was sitting and waiting for a bit of software to compile (we use Incredibuild here but can still take 10/15 mins) and it got me wondering, does anyone know how long it took to compile Windows XP or Vista?
I did…

Konrad
- 39,751
- 32
- 78
- 114
4
votes
5 answers
Using make to execute independent tasks in parallel
I have a bunch of commands I would like to execute in parallel. The commands are nearly identical. They can be expected to take about the same time, and can run completely independently. They may look like:
command -n 1 > log.1
command -n 2 >…

Pascal Cuoq
- 79,187
- 7
- 161
- 281
3
votes
1 answer
Buildfarms : Options
We use Incredibuild here to compile our code in a distributed fashion. I was wondering if there are any open source (or free) alternatives to use on a home network?
Failing that, are there any other simple solutions with good integration with…

Konrad
- 39,751
- 32
- 78
- 114
1
vote
1 answer
Failed to query remote execution capabilities: connection timed out
I'm trying to run a remote build execution with bazel buildfarm memory workers on our k8s cluster.
I've set up the server pods, worker pods, and redis clusters, as buildfarm's architecture requires it, along with k8s services and ingresses to allow…

M80
- 191
- 1
- 14
1
vote
1 answer
Building TensorFlow with bazel-buildfarm
I'm trying to build TensorFlow from-source using remote execution+caching with bazel-buildfarm. I have setup a bazel-buildfarm server and worker using example configuration files @ https://github.com/bazelbuild/bazel-buildfarm (see examples/…

esw405
- 23
- 3
1
vote
1 answer
Best way to scale up Bazel cache server?
I have set up a Bazel cache server in our company and have been using it quite smoothly. I simply followed the instruction here to set up a Nginx server. The underlying storage is on a solid state disk.
However, as our number of users grows,…

Zhuo Zhang
- 11
- 1
1
vote
0 answers
Jenkins Distributed Builds: Build Farm for separation of build environments
I currently have one Jenkins master setup for our continuous integration project. Several different projects will need to be built using this Jenkins instance, each with different project dependencies as well as system dependencies.
From what I have…

J0991
- 977
- 2
- 9
- 16
1
vote
2 answers
Different Versions of an application in same java application server
We are utilizing citrix netscalar with more than 20 glassfish java application servers. Unfortunately we have to remove previous application before deploying a new version of it since we have same context for these two different application. This…

Cem
- 11
- 2
0
votes
0 answers
Efficiently keeping a single git repository, while having multiple checked-out versions active concurrently?
TLDR:
I have a single git repo for an application with many branches for different in-progress version. I need to have multiple copies of this repo, which can be checked out (wrong term?) in different branches or commits, but without actually…

memorableusername
- 442
- 2
- 11
0
votes
0 answers
How to download latest build from buildfarm
It is probably a noob question but I want to ask about a BuildFarm.
For example, I went to OpenCV's official site and found a link to BuildFarm.
http://build.opencv.org/#/summary/
It has listings of all the latest builds by BuildBot on various…

Manish Kumar Sharma
- 12,982
- 9
- 58
- 105