This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 5e480cd4048273285d9b589a8fa2d01dca211671 Author: Christoph Deppisch <[email protected]> AuthorDate: Tue Jan 11 16:18:00 2022 +0100 fix: Fix YAKS Knative apache-kamelet-catalog test Make sure to wait for the integration platform to be running before starting the test integration --- .github/workflows/knative.yml | 2 +- e2e/yaks/common/apache-kamelet-catalog/yaks-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml index 6092fd4..d007c59 100644 --- a/.github/workflows/knative.yml +++ b/.github/workflows/knative.yml @@ -73,7 +73,7 @@ jobs: persist-credentials: false submodules: recursive - - name: Execute KNative YAKS Tests + - name: Execute Knative YAKS Tests uses: ./.github/actions/e2e-knative-yaks with: cluster-config-data: ${{ secrets.E2E_CLUSTER_CONFIG }} diff --git a/e2e/yaks/common/apache-kamelet-catalog/yaks-config.yaml b/e2e/yaks/common/apache-kamelet-catalog/yaks-config.yaml index ab0c02e..62e94bc 100644 --- a/e2e/yaks/common/apache-kamelet-catalog/yaks-config.yaml +++ b/e2e/yaks/common/apache-kamelet-catalog/yaks-config.yaml @@ -21,6 +21,6 @@ config: pre: - name: installation run: | - kamel install -n $YAKS_NAMESPACE + kamel install -w -n $YAKS_NAMESPACE kamel run logger.groovy -w -n $YAKS_NAMESPACE
