Skip to content

Commit

Permalink
Back to using the matrix
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 c5f005e commit 6d0047f
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/rpm-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,15 @@ jobs:
name: Test RPMs on EL 8
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,8 +170,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: bmurrell/gha-self-hosted-runner-2.2
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 6d0047f

Please sign in to comment.