Skip to content

Commit 56beef3

Browse files
committed
DOCKER-462 WIP2
1 parent ce095f3 commit 56beef3

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/ci.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,33 +38,33 @@ jobs:
3838
name: test-result
3939
path: /home/runner/work/**/build/reports
4040
retention-days: 2
41-
# integration-test:
42-
# runs-on: ubuntu-latest
43-
# strategy:
44-
# fail-fast: false
45-
# matrix:
46-
# version: [ "community-7.0.0", "community-7.1.1", "community-7.2.0", "community-7.3.0", "community-7.4.0", "community-23.1.0", "community-23.2.0", "enterprise-7.0.1", "enterprise-7.1.0", "enterprise-7.2.0", "enterprise-7.3.0", "enterprise-7.4.0", "enterprise-23.1.0", "enterprise-23.2.0" ]
47-
# steps:
48-
# - uses: actions/checkout@@v4.2.2
49-
# - name: Set up JDK 17
50-
# uses: actions/setup-java@v4.7.0
51-
# with:
52-
# distribution: 'temurin'
53-
# java-version: '17'
54-
# - name: Login to CloudSmith docker registry
55-
# run: echo "${{ secrets.CLOUDSMITH_APIKEY }}" | docker login private.docker.xenit.eu --username "${{ secrets.CLOUDSMITH_USER }}" --password-stdin
56-
# - name: Integration tests
57-
# uses: gradle/gradle-build-action@v3.5.0
58-
# with:
59-
# cache-read-only: false
60-
# arguments: :2repository:${{ matrix.version }}:integrationTests --info --stacktrace
61-
# - name: Upload test artifact
62-
# if: success() || failure()
63-
# uses: actions/upload-artifact@v4.6.0
64-
# with:
65-
# name: integration-test-${{ matrix.version }}-result
66-
# path: /home/runner/work/**/build/reports
67-
# retention-days: 2
41+
integration-test:
42+
runs-on: ubuntu-latest
43+
strategy:
44+
fail-fast: false
45+
matrix:
46+
version: [ "community-7.0.0", "community-7.1.1", "community-7.2.0", "community-7.3.0", "community-7.4.0", "community-23.1.0", "community-23.2.0", "enterprise-7.0.1", "enterprise-7.1.0", "enterprise-7.2.0", "enterprise-7.3.0", "enterprise-7.4.0", "enterprise-23.1.0", "enterprise-23.2.0" ]
47+
steps:
48+
- uses: actions/checkout@@v4.2.2
49+
- name: Set up JDK 17
50+
uses: actions/setup-java@v4.7.0
51+
with:
52+
distribution: 'temurin'
53+
java-version: '17'
54+
- name: Login to CloudSmith docker registry
55+
run: echo "${{ secrets.CLOUDSMITH_APIKEY }}" | docker login private.docker.xenit.eu --username "${{ secrets.CLOUDSMITH_USER }}" --password-stdin
56+
- name: Integration tests
57+
uses: gradle/gradle-build-action@v3.5.0
58+
with:
59+
cache-read-only: false
60+
arguments: :2repository:${{ matrix.version }}:integrationTests --info --stacktrace
61+
- name: Upload test artifact
62+
if: success() || failure()
63+
uses: actions/upload-artifact@v4.6.0
64+
with:
65+
name: integration-test-${{ matrix.version }}-result
66+
path: /home/runner/work/**/build/reports
67+
retention-days: 2
6868
# publish-docker-images:
6969
# needs: [ test, integration-test ]
7070
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)