From 1bbb692b8ab86f7b8a260a07412bb4633784b1ee Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Thu, 1 Aug 2024 16:07:41 +0200 Subject: [PATCH] Run all integration tests (#1766) --- .github/workflows/integration-tests.yml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e5ff9559ba..c5eca026d8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -38,7 +38,7 @@ on: default: false jobs: - amd64-required-integration-tests: + amd64-integration-tests: uses: ./.github/workflows/integration-tests-vm-type.yml strategy: # ensure that if one part of the matrix fails, the @@ -48,24 +48,6 @@ jobs: vm_type: - rhcos - ubuntu-os - with: - vm_type: ${{ matrix.vm_type }} - collector-tag: ${{ inputs.collector-tag }} - collector-qa-tag: ${{ inputs.collector-qa-tag }} - collector-tests-tag: ${{ inputs.collector-tests-tag }} - job-tag: ${{ inputs.job-tag }} - collector-repo: ${{ inputs.collector-repo }} - secrets: inherit - - amd64-all-integration-tests: - uses: ./.github/workflows/integration-tests-vm-type.yml - if: contains(github.event.pull_request.labels.*.name, 'all-integration-tests') || github.event_name != 'pull_request' - strategy: - # ensure that if one part of the matrix fails, the - # rest will continue - fail-fast: false - matrix: - vm_type: - cos - flatcar - fedora-coreos @@ -145,8 +127,7 @@ jobs: runs-on: ubuntu-latest if: always() && contains(join(needs.*.result, ','), 'failure') && github.event_name != 'pull_request' needs: - - amd64-required-integration-tests - - amd64-all-integration-tests + - amd64-integration-tests - arm64-integration-tests - s390x-integration-tests - ppc64le-integration-tests