Skip to content

Commit 7fecea9

Browse files
authored
Merge pull request #913 from stackhpc/ci/2023.1/github-runners
Switch to github hosted runners for host image promote
2 parents 48e06bf + 6c83584 commit 7fecea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/overcloud-host-image-promote.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
overcloud-host-image-promote:
3434
name: Promote overcloud host image
3535
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
36-
runs-on: [self-hosted, stackhpc-kayobe-config-kolla-builder]
36+
runs-on: ubuntu-22.04
3737
steps:
3838
- uses: actions/checkout@v4
3939
with:
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' .gitreview)
4646
echo "openstack_release=${BRANCH}" | sed "s|stable/||" >> $GITHUB_OUTPUT
47+
working-directory: src/kayobe-config
4748

4849
- name: Clone StackHPC Kayobe repository
4950
uses: actions/checkout@v4

0 commit comments

Comments
 (0)