You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/05/05 08:11:20 UTC

[camel-k] branch squakez-patch-1 created (now cb936a3af)

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at cb936a3af fix(ci): native test path

This branch includes the following new commits:

     new cb936a3af fix(ci): native test path

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: fix(ci): native test path

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit cb936a3af0f3662b3fddf4fdb7ae37d968b5f19b
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri May 5 10:11:15 2023 +0200

    fix(ci): native test path
    
    Closes #4328
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 838481834..5be88de4b 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -331,7 +331,7 @@ test-quarkus-native: do-build
 #
 test-quarkus-native-high-memory: do-build
 	STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" \
-	go test -timeout 180m -v ./e2e/namespace/native -tags=integration,high_memory $(TEST_QUARKUS_RUN) $(GOTESTFMT)
+	go test -timeout 180m -v ./e2e/native -tags=integration,high_memory $(TEST_QUARKUS_RUN) $(GOTESTFMT)
 
 build-kamel:
 	@echo "####### Building kamel CLI..."