Skip to content

Commit

Permalink
Create a new image for Fedora with FIO (red-hat-storage#9364)
Browse files Browse the repository at this point in the history
* Create a new image to Fedora image with FIO

Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner authored Feb 28, 2024
1 parent 185883e commit 2932a69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ocs_ci/helpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ def create_build_from_docker_image(
install_package,
namespace,
source_image="quay.io/ocsci/fedora",
source_image_label="latest",
source_image_label="fio",
):
"""
Allows to create a build config using a Dockerfile specified as an
Expand Down
2 changes: 1 addition & 1 deletion ocs_ci/templates/app-pods/fedora_dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
claimName: tet-2
containers:
- name: fedora
image: quay.io/ocsci/fedora
image: quay.io/ocsci/fedora:fio
resources:
limits:
memory: "2048Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_run_pod_local_image(self, pvc_factory, pod_factory):
pvc_obj = pvc_factory(size=self.pvc_size)
image_obj = helpers.create_build_from_docker_image(
namespace=pvc_obj.namespace,
source_image_label="latest",
source_image_label="fio",
image_name="fio",
install_package="fio",
)
Expand Down

0 comments on commit 2932a69

Please sign in to comment.