Skip to content

Instantly share code, notes, and snippets.

@rail
Created May 25, 2016 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rail/f9b5a9454031384494c248fc5a9fc5f7 to your computer and use it in GitHub Desktop.
Save rail/f9b5a9454031384494c248fc5a9fc5f7 to your computer and use it in GitHub Desktop.
# HG changeset patch
# User Rail Aliiev <rail@mozilla.com>
# Date 1464190461 14400
# Wed May 25 11:34:21 2016 -0400
# Node ID 59401589eb605e355e5c19db9c9ae1ec33b45c40
# Parent 05f76cb3988f4e7c9141dc47024bb485053f23a4
Bug 1273286 - Use NVIDIA 361.42 on ~20 talos machines. r=Callek
MozReview-Commit-ID: KmTHXNGdqjd
diff --git a/manifests/moco-nodes.pp b/manifests/moco-nodes.pp
--- a/manifests/moco-nodes.pp
+++ b/manifests/moco-nodes.pp
@@ -9,16 +9,24 @@
node "talos-linux64-ix-024.test.releng.scl3.mozilla.com" {
$pin_puppet_server = "releng-puppet2.srv.releng.scl3.mozilla.com"
$pin_puppet_env = "raliiev"
$aspects = [ 'low-security' ]
$slave_trustlevel = 'try'
include toplevel::slave::releng::test::gpu
}
+node /talos-linux64-ix-0[01].\.test\.releng\.scl3\.mozilla.com/ {
+ $pin_puppet_server = "releng-puppet2.srv.releng.scl3.mozilla.com"
+ $pin_puppet_env = "raliiev"
+ $aspects = [ 'low-security' ]
+ $slave_trustlevel = 'try'
+ include toplevel::slave::releng::test::gpu
+}
+
node /t.*-\d+\.test\.releng\.scl3\.mozilla\.com/ {
# hosts starting with t and ending in -digit.test.releng.scl3.mozilla.com
$aspects = [ 'low-security' ]
$slave_trustlevel = 'try'
include toplevel::slave::releng::test::gpu
}
# AWS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment