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/12/19 16:30:39 UTC

(camel-k) branch main updated: chore(ci): run lower memory checks before higher memory

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

pcongiusti 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 b304b1afb chore(ci): run lower memory checks before higher memory
b304b1afb is described below

commit b304b1afb88704829aa98606aa39f4c21f2491b8
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Dec 19 17:29:03 2023 +0100

    chore(ci): run lower memory checks before higher memory
---
 .github/workflows/nightly-native-test.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightly-native-test.yml b/.github/workflows/nightly-native-test.yml
index c3cdc1880..47fac25e9 100644
--- a/.github/workflows/nightly-native-test.yml
+++ b/.github/workflows/nightly-native-test.yml
@@ -41,14 +41,14 @@ jobs:
         ref: ${{ matrix.ref-branch }}
         persist-credentials: false
         submodules: recursive
-    - name: Higher mem native smoke tests
+    - name: Lower mem native smoke tests
       uses: ./.github/actions/e2e-native
       with:
         cluster-config-data: ${{ secrets.E2E_CLUSTER_CONFIG }}
         cluster-kube-config-data: ${{ secrets.E2E_KUBE_CONFIG }}
-        high-memory: 'true'
-    - name: Lower mem native smoke tests
+    - name: Higher mem native smoke tests
       uses: ./.github/actions/e2e-native
       with:
         cluster-config-data: ${{ secrets.E2E_CLUSTER_CONFIG }}
         cluster-kube-config-data: ${{ secrets.E2E_KUBE_CONFIG }}
+        high-memory: 'true'