Skip to content

Commit

Permalink
Use master
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Dec 10, 2024
1 parent 8305d34 commit d41bd10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/rpm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
strategy:
fail-fast: false
matrix:
# no GHA support on this branch: branch: [master, release/2.4]
# DO NOT LAND - using PR as master for now
# branch: [master]
branch: [bmurrell/gha-refactor]
# ideally we want to test on both master and release/* but there is no
# GHA support on the release/2.6 branch yet
# branch: [master, release/2.6]
branch: [master]
env:
PR_REPO: >-
${{ inputs.NAME }}@PR-${{ github.event.pull_request.number }}:${{ github.run_number }}
Expand All @@ -58,14 +58,11 @@ jobs:
# TODO: rpm-test-version of course needs to either be the latest
# version, or better yet, no version and it installs the latest
# version
client_payload: '{"pr-repos":
"${{ env.PR_REPO }}",
"commit-message":
"Override commit pragmas",
"test-tag":
"load_mpi test_core_files ${{ inputs.TEST_TAG }}",
"functional-test-distros":
"${{ inputs.DISTROS }}"
client_payload: '{"pr-repos": "${{ env.PR_REPO }}",
"commit-message": "Override commit pragmas",
"test-tag": "load_mpi test_core_files ${{ inputs.TEST_TAG }}",
"functional-test-distros": "${{ inputs.DISTROS }}",
"run-gha": "${{ inputs.RUN_GHA }}"
}'
propagate_failure: true
# TODO: investigate how cancelling this can cancel the downstream job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
UPDATE_PACKAGING: true
PACKAGING_DIR: ${{ matrix.repo == 'daos' && 'utils/rpms' ||
needs.Variables.outputs.PACKAGING_DIR }}
BRANCH: ${{ matrix.repo == 'daos' && 'bmurrell/gha-refactor' || 'master' }}
BRANCH: master
RUN_GHA: true

0 comments on commit d41bd10

Please sign in to comment.