Merge branch '2.1.x'

This commit is contained in:
Ryan Baxter
2022-03-14 16:48:02 -04:00
2 changed files with 2 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
test:
parallelism: 5 # parallel containers to split the tests among
machine:
image: "ubuntu-2004:202111-02"
image: ubuntu-2004:202201-02
environment:
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
_SERVICE_OCCURENCE: 5
@@ -89,7 +89,7 @@ jobs:
destination: testartifacts
build:
machine:
image: "ubuntu-2004:202111-02"
image: ubuntu-2004:202201-02
environment:
_JAVA_OPTIONS: "-Xms2g -Xmx2g"
_SERVICE_OCCURENCE: 5

View File

@@ -126,7 +126,6 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>