Skip to content

Commit

Permalink
revert: revert common-templates CI to use 4.13 ocp
Browse files Browse the repository at this point in the history
CDI is not working with CI ocp 4.14 - kubevirt/containerized-data-importer#2838

Signed-off-by: Karel Simon <ksimon@redhat.com>
  • Loading branch information
ksimon1 committed Aug 22, 2023
1 parent 8409016 commit 291dc14
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_images:
base:
name: "4.14"
name: "4.13"
namespace: ocp
tag: base
build_root:
Expand All @@ -9,12 +9,12 @@ build_root:
releases:
initial:
integration:
name: "4.14"
name: "4.13"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.14"
name: "4.13"
namespace: ocp
resources:
'*':
Expand Down

0 comments on commit 291dc14

Please sign in to comment.