This is an automated email from the ASF dual-hosted git repository.
jevans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-ci.git
The following commit(s) were added to refs/heads/master by this push:
new 550f1db Add new mxnetlinux-gpu-g5 type nodes for testing Nvidia A10G
GPUs. (#43)
550f1db is described below
commit 550f1dba5326ef41518651da4771c559957cc3b5
Author: Joe Evans <[email protected]>
AuthorDate: Mon Feb 7 22:09:36 2022 -0800
Add new mxnetlinux-gpu-g5 type nodes for testing Nvidia A10G GPUs. (#43)
---
.../jenkins-autoscaling/lambda_mxnet_ci/autoscaling/handler.py | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git
a/services/jenkins-autoscaling/lambda_mxnet_ci/autoscaling/handler.py
b/services/jenkins-autoscaling/lambda_mxnet_ci/autoscaling/handler.py
index 3cce28a..610ca95 100755
--- a/services/jenkins-autoscaling/lambda_mxnet_ci/autoscaling/handler.py
+++ b/services/jenkins-autoscaling/lambda_mxnet_ci/autoscaling/handler.py
@@ -811,6 +811,7 @@ echo '{SLAVE_NAME}' > /home/jenkins_slave/jenkins_slave_name
'mxnetlinux-gpu',
'restricted-mxnetlinux-gpu',
'mxnetlinux-gpu-g4',
+ 'mxnetlinux-gpu-g5',
'restricted-mxnetlinux-gpu-g4',
'mxnetlinux-gpu-p3-8xlarge',
'utility',
@@ -1278,6 +1279,15 @@ def _get_slave_configuration():
'tunnel': _get_jenkins_private_tunnel_address(),
'job_name_restriction_regex': '^(?!restricted-).+' # Run only
unrestricted jobs
},
+ 'mxnetlinux-gpu-g5': {
+ 'num_executors':
_get_nb_executors_per_label()['mxnetlinux-gpu-g5'], # Number of executors
+ 'node_description': '[AUTOSCALING] MXNet slave running Ubuntu on
g5',
+ 'remote_fs': '/home/jenkins_slave', # Remote workspace location
+ 'labels': 'mxnetlinux-gpu-g5', # Space separated labels string
+ 'exclusive': True, # Only run jobs assigned to it
+ 'tunnel': _get_jenkins_private_tunnel_address(),
+ 'job_name_restriction_regex': '^(?!restricted-).+' # Run only
unrestricted jobs
+ },
'restricted-mxnetlinux-gpu-g4': {
'num_executors':
_get_nb_executors_per_label()['restricted-mxnetlinux-gpu-g4'], # Number of
executors
'node_description': '[AUTOSCALING] MXNet slave running Ubuntu on
g4',