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

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


The following commit(s) were added to refs/heads/main by this push:
     new d93cd285e fix(ci): remove platform check
d93cd285e is described below

commit d93cd285eceb2f5b41a8e8eced36daa4239524f8
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue May 26 09:36:36 2026 +0200

    fix(ci): remove platform check
---
 .github/workflows/nightly-multi.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/nightly-multi.yml 
b/.github/workflows/nightly-multi.yml
index a775f2a08..3b1039a9b 100644
--- a/.github/workflows/nightly-multi.yml
+++ b/.github/workflows/nightly-multi.yml
@@ -56,7 +56,6 @@ jobs:
         sed -i "s#apache/camel-k:$THIS_VERSION#testcamelk/camel-k:$VERSION#g" 
install/base/config/manager/operator-deployment.yaml
         kubectl create ns camel-k
         make install-k8s-global
-        kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n 
camel-k --timeout=120s
 
     - name: Run test
       shell: bash
@@ -90,7 +89,6 @@ jobs:
         CUSTOM_IMAGE=testcamelk/camel-k CUSTOM_VERSION=$VERSION make bundle
         kubectl create ns camel-k
         make install-k8s-global
-        kubectl wait --for=jsonpath='{.status.phase}'=Ready itp camel-k -n 
camel-k --timeout=120s
 
     - name: Run test
       shell: bash

Reply via email to