Bug 1335353: add py27_virtualenv on Darwin slaves; r?aki draft
authorDustin J. Mitchell <dustin@mozilla.com>
Fri, 25 Aug 2017 20:54:23 +0000
changeset 5560 9ee250470ac22d41ae6f08e5d9a051eb54512ad6
parent 5559 c32f5edf6a75173a60d79a03f418a87073f3669e
push id2664
push userdmitchell@mozilla.com
push dateFri, 25 Aug 2017 20:57:41 +0000
reviewersaki
bugs1335353
Bug 1335353: add py27_virtualenv on Darwin slaves; r?aki MozReview-Commit-ID: JYlHP2eN4m7
modules/toplevel/manifests/slave/releng.pp
--- a/modules/toplevel/manifests/slave/releng.pp
+++ b/modules/toplevel/manifests/slave/releng.pp
@@ -10,16 +10,20 @@ class toplevel::slave::releng inherits t
     include instance_metadata
     include clean::appstate
 
     # packages common to all slaves
     include packages::mozilla::tooltool
     include packages::wget
     include packages::mozilla::py27_mercurial
 
+    if ($::operatingsystem == Darwin) {
+        include packages::mozilla::py27_virtualenv
+    }
+
     if ($::operatingsystem == Windows) {
         include tweaks::memory_paging
         include tweaks::nouac
         include tweaks::ntfs_options
         include tweaks::process_priority
         include tweaks::pwrshell_options
         include tweaks::server_initialize
         include tweaks::windows_network_opt_netsh