Skip to content

Commit

Permalink
Disable matrix for testing state propagation
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Nov 24, 2022
1 parent 2d6be63 commit c5f005e
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/rpm-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ jobs:
runs-on: [self-hosted, mockbuilder]
needs: [Build-EL8-RPM]
# needs: [Import-commit-message, Import-commit-pragmas, Import-commit-pragmas2]
strategy:
fail-fast: false
matrix:
branch: [master, release/2.2]
include:
- branch: master
use_branch: bmurrell/gha-self-hosted-runner
- branch: release/2.2
use_branch: bmurrell/gha-self-hosted-runner-2.2
# strategy:
# fail-fast: false
# matrix:
# branch: [master, release/2.2]
# include:
# - branch: master
# use_branch: bmurrell/gha-self-hosted-runner
# - branch: release/2.2
# use_branch: bmurrell/gha-self-hosted-runner-2.2
steps:
- name: Test RPMs with DAOS
uses: convictional/[email protected]
Expand All @@ -171,7 +171,8 @@ jobs:
github_token: ${{ secrets.GHA_WORKFLOW_TRIGGER }}
comment_downstream_url: ${{ github.event.pull_request.comments_url }}
workflow_file_name: 'rpm-build-and-test.yml'
ref: ${{ matrix.use_branch }}
# ref: ${{ matrix.use_branch }}
ref: bmurrell/gha-self-hosted-runner-2.2
wait_interval: 10
client_payload: '{"pr-repos": "argobots@PR-${{ github.event.pull_request.number }}"}'
propagate_failure: true

0 comments on commit c5f005e

Please sign in to comment.