Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move string buffers from 'private to tesh' to 'public in xbt' (I'm gonna use them...
[simgrid.git] / build / buildbot / account.py
1 # -*- python -*-
2 # ex: set syntax=python:
3
4 # This file defines all the slave bots, and the password used to connect to them    
5
6 bots = [("bob_pthreads", "maxwell"),
7         ("bob_ucontext", "maxwell"),
8         ("blaise_pthreads", "maxwell"),
9         ("blaise_ucontext", "maxwell"),
10         ("windows_slave", "maxwell"),
11         ("artimon_pthreads", "maxwell"), 
12         ("artimon_ucontext", "maxwell"),
13         ("fastnet_pthreads","maxwell"),
14         ("fastnet_ucontext","maxwell")]
15
16
17