Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .automation
1 change: 1 addition & 0 deletions .github/stackhpc-pull-request-path-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ aio: &aio
- 'etc/kayobe/ansible/requirements.yml'
- 'etc/kayobe/ansible/scripts/aio-init.sh'
- 'etc/kayobe/environments/ci-aio/**'
- 'etc/kayobe/environments/aio/**'
- 'etc/kayobe/inventory/**'
- 'etc/kayobe/kolla/**'
- 'kayobe-env'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ipa-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
rocky9:
description: Build Rocky Linux 9
type: boolean
default: true
default: false
rocky9-aarch64:
description: Build Rocky Linux 9 aarch64
type: boolean
default: true
default: false
ubuntu-noble:
description: Build Ubuntu 24.04 Noble
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/overcloud-host-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
rocky9:
description: Build Rocky Linux 9
type: boolean
default: true
default: false
rocky9-aarch64:
description: Build Rocky Linux 9 aarch64
type: boolean
default: true
default: false
rocky10:
description: Build Rocky Linux 10
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/overcloud-host-image-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
rocky9:
description: Promote Rocky Linux 9
type: boolean
default: true
default: false
rocky9-aarch64:
description: Promote Rocky Linux 9 aarch64
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/overcloud-host-image-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
rocky9:
description: Upload Rocky Linux 9
type: boolean
default: true
default: false
rocky10:
description: Upload Rocky Linux 10
type: boolean
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
os_release:
description: Host OS release
type: string
default: '9'
default: '10'
architecture:
description: Host architecture
type: string
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
KAYOBE_IMAGE: ${{ inputs.kayobe_image }}
# NOTE(upgrade): Reference the PREVIOUS release here.
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2025.1
# NOTE(upgrade): Reference the PREVIOUS release branch here.
PREVIOUS_BRANCH: stackhpc/2024.1
PREVIOUS_BRANCH: stackhpc/2025.1
steps:
- name: Install Package dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stackhpc-build-kayobe-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
# NOTE(upgrade): Reference only the current release branch here.
- stackhpc/2025.1
- stackhpc/2026.1

workflow_call:
inputs:
Expand All @@ -24,7 +24,7 @@ on:
base_image:
type: string
required: false
default: "rockylinux/rockylinux:9"
default: "rockylinux/rockylinux:10"
if:
description: Whether to run the workflow (workaround for required status checks issue)
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-container-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
description: Build Rocky Linux 9 images?
type: boolean
required: false
default: true
default: false
rocky-linux-10:
description: Build Rocky Linux 10 images?
type: boolean
Expand Down
Loading
Loading