Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Change default test configuration (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielhartmann authored and benclarkwood committed May 2, 2018
1 parent 87f1a47 commit bb2cb8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion tests/scale/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ def _create_random_label(service_name):
"""
mesos_label = "mesos{}".format(sdk_utils.random_string())
jenkins.create_mesos_slave_node(mesos_label,
service_name=service_name)
service_name=service_name,
executorCpus=0.1,
executorMem=1024,
idleTerminationMinutes=1)
return mesos_label


Expand Down
2 changes: 1 addition & 1 deletion universe/marathon.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{
"path": "/service/{{service.name}}",
"portIndex": 0,
"protocol": "HTTP",
"protocol": "MESOS_HTTP",
"gracePeriodSeconds": 30,
"intervalSeconds": 60,
"timeoutSeconds": 20,
Expand Down

0 comments on commit bb2cb8a

Please sign in to comment.