Skip to content

Commit

Permalink
Debug s390x VM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Aug 30, 2023
1 parent e98d95e commit 240fd06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests-vm-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ jobs:
run: |
make -C "${{ github.workspace }}/ansible" create-ci-vms
- name: DEBUG
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true

- name: Run Tests
if: ${{ ! inputs.run-benchmarks }}
run: |
Expand Down
34 changes: 17 additions & 17 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ on:
default: ""

jobs:
required-integration-tests:
uses: ./.github/workflows/integration-tests-vm-type.yml
strategy:
# ensure that if one part of the matrix fails, the
# rest will continue
fail-fast: false
matrix:
vm_type:
- rhel
- ubuntu-os
with:
vm_type: ${{ matrix.vm_type }}
collector-tag: ${{ inputs.collector-tag }}
job-tag: ${{ inputs.job-tag }}
secrets: inherit
#required-integration-tests:
# uses: ./.github/workflows/integration-tests-vm-type.yml
# strategy:
# # ensure that if one part of the matrix fails, the
# # rest will continue
# fail-fast: false
# matrix:
# vm_type:
# - rhel
# - ubuntu-os
# with:
# vm_type: ${{ matrix.vm_type }}
# collector-tag: ${{ inputs.collector-tag }}
# job-tag: ${{ inputs.job-tag }}
# secrets: inherit

all-integration-tests:
uses: ./.github/workflows/integration-tests-vm-type.yml
Expand All @@ -55,7 +55,7 @@ jobs:

multi-arch-tests:
uses: ./.github/workflows/integration-tests-vm-type.yml
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-multiarch-builds') || github.event_name == 'push' }}
#if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-multiarch-builds') || github.event_name == 'push' }}
strategy:
# ensure that if one part of the matrix fails, the
# rest will continue
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
if: always() && contains(join(needs.*.result, ','), 'failure') && github.event_name == 'push'
needs:
- required-integration-tests
#- required-integration-tests
- all-integration-tests
steps:
- name: Slack notification
Expand Down

0 comments on commit 240fd06

Please sign in to comment.