This is an automated email from the ASF dual-hosted git repository.
pbacsko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new 67d3933a [YUNIKORN-2093] Remove unnecessary e2e_test condition in
makefile (#712)
67d3933a is described below
commit 67d3933a61138e9ec34ec63d5ffaa4696693b88c
Author: DouPache <[email protected]>
AuthorDate: Tue Oct 31 10:18:38 2023 +0100
[YUNIKORN-2093] Remove unnecessary e2e_test condition in makefile (#712)
Closes: #712
Signed-off-by: Peter Bacsko <[email protected]>
---
Makefile | 5 -----
1 file changed, 5 deletions(-)
diff --git a/Makefile b/Makefile
index a2e0d589..bf360f60 100644
--- a/Makefile
+++ b/Makefile
@@ -65,11 +65,6 @@ ifeq ($(VERSION),)
VERSION := latest
endif
-# Test selection
-ifeq ($(E2E_TEST),)
-E2E_TEST :=
-endif
-
# Kernel (OS) Name
OS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]