Skip to content

Commit

Permalink
add a community test
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 30, 2024
1 parent a7f26c9 commit a8c0285
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,14 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1

- name: Verify docker-compose

- name: Verify docker-compose (community)
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected]
timeout-minutes: 10
with:
compose_file_path: test/community-docker-compose.yml

- name: Verify docker-compose (enterprise)
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected]
timeout-minutes: 10
with:
Expand Down Expand Up @@ -195,7 +201,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Alfresco/acs-deployment
ref: ${{ env.ACS_CHART_VERSION }}
ref: ${{ env.ACS_CHART_VERSION }}
path: github-source

- name: Setup helm repository
Expand Down
4 changes: 2 additions & 2 deletions test/community-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
version: "2"
services:
alfresco:
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-content-service:${TAG}
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-content-repository:${TAG}
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
- "traefik.http.routers.solrapideny.middlewares=acsfakeauth@docker"

transform-core-aio:
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-transformcore-aio:${TAG}
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-transform-core-aio:${TAG}
mem_limit: 1536m
environment:
JAVA_OPTS: >-
Expand Down

0 comments on commit a8c0285

Please sign in to comment.