Skip to content

Commit 3e48c6d

Browse files
damianujmaTiago Salvado
authored andcommitted
Use larger runners on ES testing jobs (#3248)
(cherry picked from commit 5484294)
1 parent 51e43a6 commit 3e48c6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384

385385
tas_tests_search_api:
386386
name: ${{ matrix.testSuite }} | TAS tests (Search API)
387-
runs-on: ubuntu-latest
387+
runs-on: alfrescoPub-ubuntu2204-16G-4CPU
388388
if: >
389389
(github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
390390
!contains(github.event.head_commit.message, '[skip search]') &&

tests/testcontainers-env/src/main/java/org/alfresco/tas/AlfrescoStackInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ protected GenericContainer<?> createLiveIndexingContainer()
212212
.withEnv("SPRING_ACTIVEMQ_BROKERURL", "nio://activemq:61616")
213213
.withEnv("ALFRESCO_SHAREDFILESTORE_BASEURL", "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file/")
214214
.withEnv("ALFRESCO_ACCEPTEDCONTENTMEDIATYPESCACHE_BASEURL", "http://transform-core-aio:8090/transform/config")
215-
.withEnv("JAVA_TOOL_OPTIONS", "-Xmx2g -agentlib:jdwp=transport=dt_socket,address=*:5005,server=y,suspend=n")
215+
.withEnv("JAVA_TOOL_OPTIONS", "-Xms2g -Xmx2g -agentlib:jdwp=transport=dt_socket,address=*:5005,server=y,suspend=n")
216216
.withExposedPorts(5005);
217217
}
218218

0 commit comments

Comments
 (0)