From 64617c1a8739187d289492cb59abe34be56c2c1d Mon Sep 17 00:00:00 2001 From: Matthew Arnold Date: Tue, 15 Oct 2024 17:03:58 -0400 Subject: [PATCH] Force upstream test run. Signed-off-by: Matthew Arnold --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57970ea009..c4e03d3032 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ OC_CLI = $(shell which oc) TEST_VIRT ?= false KVM_EMULATION ?= true TEST_UPGRADE ?= false -HCO_UPSTREAM ?= false +HCO_UPSTREAM ?= true ifdef CLI_DIR OC_CLI = ${CLI_DIR}/oc