Reducing the resources used by CreateJob test.
This commit is contained in:
parent
d2502f2a93
commit
6db0825caa
1 changed files with 3 additions and 3 deletions
|
@ -188,9 +188,9 @@ func TestRealisClient_CreateJob_Thermos(t *testing.T) {
|
||||||
Name("create_thermos_job_test").
|
Name("create_thermos_job_test").
|
||||||
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
|
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
|
||||||
ExecutorData(string(thermosPayload)).
|
ExecutorData(string(thermosPayload)).
|
||||||
CPU(.5).
|
CPU(.1).
|
||||||
RAM(64).
|
RAM(16).
|
||||||
Disk(100).
|
Disk(50).
|
||||||
IsService(true).
|
IsService(true).
|
||||||
InstanceCount(2).
|
InstanceCount(2).
|
||||||
AddPorts(1)
|
AddPorts(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue