specify machine image
This commit is contained in:
@@ -28,7 +28,7 @@ workflows:
|
||||
jobs:
|
||||
test:
|
||||
parallelism: 5 # parallel containers to split the tests among
|
||||
machine: true
|
||||
machine:
|
||||
image: "ubuntu-2004:202111-02"
|
||||
environment:
|
||||
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
|
||||
@@ -148,7 +148,8 @@ jobs:
|
||||
path: ~/junit/
|
||||
destination: testartifacts
|
||||
build:
|
||||
machine: true
|
||||
machine:
|
||||
image: "ubuntu-2004:202111-02"
|
||||
environment:
|
||||
_JAVA_OPTIONS: "-Xms2g -Xmx2g"
|
||||
_SERVICE_OCCURENCE: 5
|
||||
|
||||
Reference in New Issue
Block a user