Added mozharness config files

This commit is contained in:
Jason Yeo 2013-07-17 17:36:34 -04:00
parent 45e6873f80
commit 514d9ee04f
2 changed files with 11 additions and 0 deletions

8
bld/linux.py Normal file
View file

@ -0,0 +1,8 @@
config = {
'mock_target': 'mozilla-centos6-x86_64',
'mock_packages': ['freetype-devel', 'fontconfig-devel', 'glib2-devel', 'autoconf213', 'git', 'make', 'libX11-devel', 'mesa-libGL-devel', 'freeglut-devel',
'xorg-x11-server-devel', 'libXrandr-devel', 'libXi-devel', 'libpng-devel'],
'mock_files': [('/home/servobld/.ssh', '/home/mock_mozilla/.ssh')],
'concurrency': 6,
'add_actions': ['setup-mock'],
}

3
bld/mac.py Normal file
View file

@ -0,0 +1,3 @@
config = {
'concurrency': 6,
}