Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/amphora-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sudo /etc/init.d/ssh start

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: src/kayobe-config

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
pip install -r ../src/kayobe-config/requirements.txt

- name: Install terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3

- name: Initialise terraform
run: terraform init
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
if: steps.build_amphora.outcome == 'failure'

- name: Upload logs & image artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: amphora-image-build-log
path: ./artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amphora-image-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: src/kayobe-config

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ipa-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
sudo /etc/init.d/ssh start

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: src/kayobe-config

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
pip install -r ../src/kayobe-config/requirements.txt

- name: Install terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3

- name: Initialise terraform
run: terraform init
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
if: always()

- name: Upload logs artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: Build logs
path: ./logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ipa-image-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
exit 1
fi

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: src/kayobe-config

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/overcloud-host-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sudo /etc/init.d/ssh start

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: src/kayobe-config

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
pip install -r ../src/kayobe-config/requirements.txt

- name: Install terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3

- name: Initialise terraform
run: terraform init
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
steps.build_ubuntu_noble.outcome == 'failure'

- name: Upload logs artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: Build logs
path: ./logs
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 @@ -26,7 +26,7 @@ jobs:
exit 1
fi

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: src/kayobe-config

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 @@ -60,7 +60,7 @@ jobs:
sudo apt update
sudo apt install -y build-essential git unzip nodejs python3-wheel python3-pip python3-venv

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
path: src/kayobe-config

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-build-ofed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo /etc/init.d/ssh start

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: src/kayobe-config

Expand All @@ -57,7 +57,7 @@ jobs:
pip install -r ../src/kayobe-config/requirements.txt

- name: Install terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3

- name: Initialise terraform
run: terraform init
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

# If testing upgrade, checkout previous release, otherwise checkout current branch
- name: Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.upgrade && env.PREVIOUS_BRANCH || inputs.github_ref }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
fi

- name: Install terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3

- name: Initialise terraform
run: terraform init
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
if: inputs.upgrade

- name: Checkout current release config
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.github_ref }}
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
if: ${{ !cancelled() && steps.tf_apply.outcome == 'success' }}

- name: Upload test result artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: test-results-${{ inputs.os_distribution }}-${{ inputs.os_release }}-${{ inputs.neutron_plugin }}${{ inputs.upgrade && '-upgrade' || '' }}
path: |
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 @@ -51,7 +51,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout kayobe config
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: true

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# Setting KAYOBE_USER_UID and KAYOBE_USER_GID to 1001 to match docker's defaults
# so that docker can run as a privileged user within the Kayobe image.
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./.automation/docker/kayobe/Dockerfile
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-check-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt install -y git unzip nodejs

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stackhpc-ci-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
environment: ${{ matrix.environment }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: src/kayobe-config

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6

- name: Generate clouds.yaml
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/stackhpc-container-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fi

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Determine OpenStack release
id: openstack_release
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
sudo apt install -y build-essential git unzip nodejs python3-wheel python3-pip python3-venv curl jq wget

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: src/kayobe-config

Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
if: inputs.push

- name: Upload output artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: ${{ matrix.distro.name }}-${{ matrix.distro.release }}-${{ matrix.distro.arch }}-logs
path: image-build-logs
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
- runner-selection
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7

- name: Combine pushed images lists
run: |
Expand All @@ -368,15 +368,15 @@ jobs:
password: ${{ secrets.RLS_TRAIN_CI_ARK_REGISTRY_PASS }}

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: src/kayobe-config

- name: Create and push Docker manifests
run: src/kayobe-config/tools/multiarch-manifests.sh

- name: Upload manifest logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: manifest-logs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-multinode-periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
terraform_kayobe_multinode_previous_version: ${{ steps.generate-inputs.outputs.terraform_kayobe_multinode_previous_version }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Generate inputs for multinode workflow
id: generate-inputs
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/stackhpc-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
check-tags: ${{ steps.changes.outputs.check-tags }}
steps:
- name: GitHub Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check changed files
uses: dorny/paths-filter@v3
Expand All @@ -52,11 +52,11 @@ jobs:
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
steps:
- name: GitHub Checkout 🛎
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Python ${{ matrix.python-version }} 🐍
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install Tox 📦
Expand All @@ -80,10 +80,10 @@ jobs:
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
steps:
- name: GitHub Checkout 🛎
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python ${{ matrix.python-version }} 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-overcloud-host-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pulp-repo-versions: ${{ steps.changes.outputs.pulp-repo-versions }}
steps:
- name: GitHub Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check changed files
uses: dorny/paths-filter@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
kayobe-tag: ${{ steps.latest_kayobe_tag.outputs.latest_tag || steps.current_kayobe_version.outputs.version }}
steps:
- name: Checkout Kayobe-config
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.branch }}
path: src/kayobe-config
Expand All @@ -61,7 +61,7 @@ jobs:
echo "### Changes" >> pr_body.md

- name: Checkout Kolla repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: stackhpc/kolla
ref: ${{ inputs.branch }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
working-directory: src/kayobe-config

- name: Checkout Kolla Ansible repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: stackhpc/kolla-ansible
ref: ${{ inputs.branch }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
working-directory: src/kayobe-config

- name: Checkout Kayobe repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: stackhpc/kayobe
ref: ${{ inputs.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-overcloud-host-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Update overcloud host image tags
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: stackhpc/2025.1
path: ${{ github.workspace }}/src/kayobe-config
Expand All @@ -37,7 +37,7 @@ jobs:
if: "${{ inputs.ubuntu_noble_tag != '' }}"

- name: Propose changes via PR if required
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
path: ${{ github.workspace }}/src/kayobe-config
commit-message: >-
Expand Down
Loading