From d18ae148f76189bc51680abf8ec8380111dbe8bc Mon Sep 17 00:00:00 2001 From: Tamir David Date: Mon, 14 Oct 2024 09:48:06 +0300 Subject: [PATCH] fix: change e2e version no not null --- .github/workflows/cross-cloud-tests.yaml | 6 +++--- tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cross-cloud-tests.yaml b/.github/workflows/cross-cloud-tests.yaml index e62c371af..d814c1218 100644 --- a/.github/workflows/cross-cloud-tests.yaml +++ b/.github/workflows/cross-cloud-tests.yaml @@ -164,6 +164,6 @@ jobs: export MODE=cross-cloud-tests chainsaw test tests/e2e/${{ env.TEST_SCENARIO }} - - name: Destroy Resources - if: always() # Ensures this runs even if earlier steps fail - run: tofu -chdir=$TF_DIR destroy -auto-approve \ No newline at end of file + # - name: Destroy Resources + # if: always() # Ensures this runs even if earlier steps fail + # run: tofu -chdir=$TF_DIR destroy -auto-approve \ No newline at end of file diff --git a/tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml b/tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml index 29e00f88c..d493ea6e0 100644 --- a/tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml +++ b/tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml @@ -306,7 +306,7 @@ status: - key: process.runtime.version (value != null): true - key: telemetry.distro.version - value: e2e-test + (value != null): true - key: process.pid (value != null): true ---