Skip to content

Commit beaf47b

Browse files
authored
Move build-and-store step to hosted runners (#3287)
1 parent 680e0bd commit beaf47b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/qe-ocp-414-intrusive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-store:
2020
if: github.repository_owner == 'redhat-best-practices-for-k8s'
2121
# build and store the image
22-
runs-on: qe-ocp-414
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
steps:

.github/workflows/qe-ocp-414.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-store:
2020
if: github.repository_owner == 'redhat-best-practices-for-k8s'
2121
# build and store the image
22-
runs-on: qe-ocp-414
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
steps:

.github/workflows/qe-ocp-415-intrusive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-store:
2020
if: github.repository_owner == 'redhat-best-practices-for-k8s'
2121
# build and store the image
22-
runs-on: qe-ocp
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
steps:

.github/workflows/qe-ocp-415.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-store:
2020
if: github.repository_owner == 'redhat-best-practices-for-k8s'
2121
# build and store the image
22-
runs-on: qe-ocp
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
steps:

.github/workflows/qe-ocp-416-intrusive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-store:
2020
if: github.repository_owner == 'redhat-best-practices-for-k8s'
2121
# build and store the image
22-
runs-on: qe-ocp-416
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
steps:

.github/workflows/qe-ocp-416.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-store:
2020
if: github.repository_owner == 'redhat-best-practices-for-k8s'
2121
# build and store the image
22-
runs-on: qe-ocp-416
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
steps:

.github/workflows/qe-ocp-417-intrusive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-store:
2020
if: github.repository_owner == 'redhat-best-practices-for-k8s'
2121
# build and store the image
22-
runs-on: qe-ocp-417
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
steps:

.github/workflows/qe-ocp-417.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-store:
2020
if: github.repository_owner == 'redhat-best-practices-for-k8s'
2121
# build and store the image
22-
runs-on: qe-ocp-417
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false
2525
steps:

0 commit comments

Comments
 (0)