From 514d9ee04f6b49ee76f41e61a72952684d3478ae Mon Sep 17 00:00:00 2001 From: Jason Yeo Date: Wed, 17 Jul 2013 17:36:34 -0400 Subject: [PATCH] Added mozharness config files --- bld/linux.py | 8 ++++++++ bld/mac.py | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 bld/linux.py create mode 100644 bld/mac.py diff --git a/bld/linux.py b/bld/linux.py new file mode 100644 index 00000000000..767f088a6dc --- /dev/null +++ b/bld/linux.py @@ -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'], +} diff --git a/bld/mac.py b/bld/mac.py new file mode 100644 index 00000000000..c97f935bce2 --- /dev/null +++ b/bld/mac.py @@ -0,0 +1,3 @@ +config = { + 'concurrency': 6, +}