Skip to content

Commit

Permalink
test (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 authored Aug 31, 2023
1 parent 8b73e5f commit 7b4f653
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 84 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/composites/download-docker-images/action.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/composites/echo-saved-images/action.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/composites/load-docker-images/action.yaml

This file was deleted.

10 changes: 4 additions & 6 deletions .github/workflows/composites/pre-test-actions/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ runs:
- name: cache local maven repository
uses: ./.github/workflows/composites/cache

- name: download docker images
uses: ./.github/workflows/composites/download-docker-images
if: env.BASE_BRANCH != '2.1.x'
- name: build controllers project
uses: ./.github/workflows/composites/build-controllers-project

- name: load docker images into local repo
uses: ./.github/workflows/composites/load-docker-images
if: env.BASE_BRANCH != '2.1.x'
- name: build integration tests project
uses: ./.github/workflows/composites/build-integration-tests-project

- name: download tests
uses: actions/download-artifact@v3
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,30 +92,6 @@ jobs:
echo "number_of_matrix_instances=${{ env.NUMBER_OF_MATRIX_INSTANCES }}" >> $GITHUB_OUTPUT
echo "matrix_array=${{ env.MATRIX_ARRAY }}" >> $GITHUB_OUTPUT
- name: build controllers project
uses: ./.github/workflows/composites/build-controllers-project
if: env.BASE_BRANCH != '2.1.x'

- name: build integration tests project
uses: ./.github/workflows/composites/build-integration-tests-project
if: env.BASE_BRANCH != '2.1.x'

- name: save controller docker images
uses: ./.github/workflows/composites/save-controller-images
if: env.BASE_BRANCH != '2.1.x'

- name: save integration tests docker images
uses: ./.github/workflows/composites/save-integration-tests-images
if: env.BASE_BRANCH != '2.1.x'

- name: echo saved images
uses: ./.github/workflows/composites/echo-saved-images
if: env.BASE_BRANCH != '2.1.x'

- name: upload docker images
uses: ./.github/workflows/composites/upload-docker-images
if: env.BASE_BRANCH != '2.1.x'

test_when_cache_present:
needs: [ build ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b4f653

Please sign in to comment.