diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index d625180fc1..cdc49346b1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -28,7 +28,10 @@ jobs: - name: Build with Gradle run: > - ./gradlew clean build runStartUpCheck --info --scan -Partifactory_user=${{ secrets.ARTIFACTORY_USERNAME }} -Partifactory_password=${{ secrets.ARTIFACTORY_PASSWORD }} + ./gradlew clean build --info --scan + - name: Run startup check + run: > + ./gradlew runStartUpCheck --info --scan - name: Store results uses: actions/upload-artifact@v2 if: always() @@ -36,5 +39,11 @@ jobs: name: CITests-${{ env.JOB_ID }} path: | integration-tests/build/reports/** + gateway-service/build/reports/** + api-catalog-services/build/reports/** + caching-service/build/reports/** + cloud-gateway-service/build/reports/** + discovery-service/build/reports/** + metrics-service/build/reports/** - uses: ./.github/actions/teardown diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 43086a452e..0a74edb39a 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -55,12 +55,19 @@ jobs: image: ghcr.io/balhar-jakub/discovery-service:${{ github.run_id }}-${{ github.run_number }} volumes: - /api-defs:/api-defs + discovery-service-2: + image: ghcr.io/balhar-jakub/discovery-service:${{ github.run_id }}-${{ github.run_number }} + volumes: + - /api-defs:/api-defs + env: + APIML_SERVICE_HOSTNAME: discovery-service-2 gateway-service: image: ghcr.io/balhar-jakub/gateway-service:${{ github.run_id }}-${{ github.run_number }} env: APIML_SECURITY_AUTH_JWT_CUSTOMAUTHHEADER: customJwtHeader APIML_SECURITY_AUTH_PASSTICKET_CUSTOMUSERHEADER: customUserHeader APIML_SECURITY_AUTH_PASSTICKET_CUSTOMAUTHHEADER: customPassticketHeader + APIML_SERVICE_CENTRALREGISTRYURLS: https://discovery-service-2:10011/eureka mock-services: image: ghcr.io/balhar-jakub/mock-services:${{ github.run_id }}-${{ github.run_number }} metrics-service: @@ -156,6 +163,8 @@ jobs: APIML_SERVICE_FORWARDCLIENTCERTENABLED: true discoverable-client: image: ghcr.io/balhar-jakub/discoverable-client:${{ github.run_id }}-${{ github.run_number }} + mock-services: + image: ghcr.io/balhar-jakub/mock-services:${{ github.run_id }}-${{ github.run_number }} steps: - uses: actions/checkout@v3 diff --git a/.run/GatewayApplication.run.xml b/.run/GatewayApplication.run.xml index a2e7d831ad..b90d5cf323 100644 --- a/.run/GatewayApplication.run.xml +++ b/.run/GatewayApplication.run.xml @@ -8,7 +8,6 @@