-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable matrix for testing state propagation
Signed-off-by: Brian J. Murrell <[email protected]>
- Loading branch information
1 parent
2d6be63
commit c5f005e
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 |