Skip to content

Commit

Permalink
DAOS-14440 build: Update distro versions in GHA
Browse files Browse the repository at this point in the history
The supported distro versions got missed in 56e3228 for the GitHub
Actions workflow.

Run-GHA: false
Skip-unit-tests: true
Skip-func-test-leap15: false
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true
Skip-func-hw-test-medium-ucx-provider: true
Test-tag: always_passes
Allow-unstable-test: true
Skip-PR-comments: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Jan 15, 2024
1 parent 217aab9 commit c03295f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ env:
# build is done on the lowest version and test on the highest with a "sanity test"
# stage done on all versions in the list ecept the highest
EL8_BUILD_VERSION: 8.6
EL8_VERSION: 8
EL8_VERSION: 8.8
EL9_BUILD_VERSION: 9
EL9_VERSION: 9
LEAP15_VERSION: 15.4
LEAP15_VERSION: 15.5

on:
workflow_dispatch:
Expand Down

0 comments on commit c03295f

Please sign in to comment.