Skip to content

Commit

Permalink
bump CI to RL8 and RL9 OFED-enabled images
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Apr 4, 2024
1 parent e9fe323 commit 84485ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ name: Build fat image
# description: Include RL9 image build
# type: boolean
# default: false
push:
branches:
- ofed
# push:
# branches:
# - ofed
jobs:
openstack:
name: openstack-imagebuild
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stackhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
rl9_selected:
- ${{ inputs.use_RL9 == true }} # only potentially true for workflow_dispatch
rl9_branch:
- ${{ startsWith(github.head_ref, 'rl9') == true }} # only potentially for pull_request, always false on merge
#- ${{ startsWith(github.head_ref, 'rl9') == true }} # only potentially for pull_request, always false on merge
- ${{ true }} # only potentially for pull_request, always false on merge
exclude:
- os_version: RL9
rl9_selected: false
Expand Down
4 changes: 2 additions & 2 deletions environments/.stackhpc/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ variable "cluster_image" {
type = map(string)
default = {
# https://github.com/stackhpc/ansible-slurm-appliance/pull/353
RL8: "openhpc-RL8-240313-1028-15f9ab38"
RL9: "openhpc-RL9-240313-1057-15f9ab38"
RL8: "openhpc-ofed-RL8-240404-1407-e9fe3235"
RL9: "openhpc-ofed-RL9-240404-1503-e9fe3235"
}
}

Expand Down

0 comments on commit 84485ed

Please sign in to comment.