Skip to content

Commit 362f979

Browse files
committed
Fix wording issues
1 parent e9458b9 commit 362f979

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# This file is a list of path filters for the PR workflow in .github/workflows/stackhpc-pull-request.yml.
1+
# This file is a list of path filters for the overcloud host image build workflow in .github/workflows/trigger-overcloud-host-image-build.yml.
22
pulp-repo-versions: &pulp-repo-versions
33
- 'etc/kayobe/pulp-repo-versions.yml'

.github/workflows/update-overcloud-host-image-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: stackhpc/2025.1
2828
path: ${{ github.workspace }}/src/kayobe-config
2929

30-
- name: Update dependency key
30+
- name: Update overcloud host image tags
3131
run: |
3232
sed -i "/stackhpc_rocky_9_overcloud_host_image_version/s/.*/stackhpc_rocky_9_overcloud_host_image_version: ${{ inputs.rocky9_tag }}/" etc/kayobe/pulp-host-image-versions.yml
3333
sed -i "/stackhpc_ubuntu_noble_overcloud_host_image_version/s/.*/stackhpc_ubuntu_noble_overcloud_host_image_version: ${{ inputs.ubuntu_noble_tag }}/" etc/kayobe/pulp-host-image-versions.yml

releasenotes/notes/automation-around-overcloud-host-images-1cb4ed5da1faee94.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ features:
44
Overcloud host images will now automatically be built when changes to
55
``pulp-repo-versions.yml`` are pushed to ``stackhpc/2025.1``. Once these
66
are built successfully, a PR will be automatically proposed back to SKC to
7-
bump the image tags. These images will then be automatically promoted when
7+
bump the image tags. These images will then be automatically promoted when
88
new host image tags are merged. If the overcloud host image build fails, an
99
alert will be sent to #release-train-alerts on Slack.

0 commit comments

Comments
 (0)