Skip to content

Commit

Permalink
Add mark-linux-vmware slave.
Browse files Browse the repository at this point in the history
  • Loading branch information
schani committed Nov 13, 2015
1 parent 2c18c17 commit fe9b6b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions machines/mark-linux-vmware.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Name": "mark-linux-vmware",
"DefaultTimeout": 120,
"architecture": "x86_64",
"BenchmarkTimeouts": {
"msbiology": 360
},
"ExcludeBenchmarks": [ "except" ]
}
3 changes: 3 additions & 0 deletions performancebot/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,9 @@ def create_slaves():
assert 'bernhard-linux-vbox' in slaves
_mk_benchmarker(MONO_BASEURL, MONO_SOURCETARBALL_URL, Lane.Master, 'bernhard-linux-vbox', 'debian-amd64', config_name)

assert 'mark-linux-vmware' in slaves
_mk_benchmarker(MONO_BASEURL, MONO_SOURCETARBALL_URL, Lane.Master, 'mark-linux-vmware', 'debian-amd64', config_name)

assert 'benchmarker' in slaves
_mk_benchmarker(MONO_BASEURL, MONO_SOURCETARBALL_URL, Lane.Master, 'benchmarker', 'debian-amd64', 'auto-sgen-noturbo', enable_scheduling=False)
_mk_benchmarker(MONO_BASEURL, MONO_SOURCETARBALL_URL, Lane.Master, 'benchmarker', 'debian-amd64', 'auto-sgen-noturbo-binary')
Expand Down

0 comments on commit fe9b6b5

Please sign in to comment.