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").
|
||||
ExecutorName(aurora.AURORA_EXECUTOR_NAME).
|
||||
ExecutorData(string(thermosPayload)).
|
||||
CPU(.5).
|
||||
RAM(64).
|
||||
Disk(100).
|
||||
CPU(.1).
|
||||
RAM(16).
|
||||
Disk(50).
|
||||
IsService(true).
|
||||
InstanceCount(2).
|
||||
AddPorts(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue