Skip to content

Commit

Permalink
Makes multiarch tests its own job
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Sep 4, 2023
1 parent 85a2bee commit 08fc5f1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cpaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,26 @@ jobs:
vm_type:
- rhel
- rhel-sap
with:
vm_type: ${{ matrix.vm_type }}
collector-tag: ${{ needs.init.outputs.collector-tag }}-cpaas
offline-mode: true
job-tag: cpaas
needs:
- init
- build-collector-full
secrets: inherit

multiarch-integration-tests:
uses: ./.github/workflows/integration-tests-vm-type.yml
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-integration-tests') ||
contains(github.event.pull_request.labels.*.name, 'run-multiarch-tests') }}
strategy:
# ensure that if one part of the matrix fails, the
# rest will continue
fail-fast: false
matrix:
vm_type:
- rhel-s390x
with:
vm_type: ${{ matrix.vm_type }}
Expand All @@ -123,6 +143,7 @@ jobs:
- build-collector-slim
- build-collector-full
- integration-tests
- multiarch-integration-tests
steps:
- name: Slack notification
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit 08fc5f1

Please sign in to comment.