Skip to content

Commit

Permalink
fix: change e2e version no not null
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Oct 14, 2024
1 parent 9ee2d57 commit d18ae14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross-cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# - name: Destroy Resources
# if: always() # Ensures this runs even if earlier steps fail
# run: tofu -chdir=$TF_DIR destroy -auto-approve
2 changes: 1 addition & 1 deletion tests/e2e/multi-apps/assert-instrumented-and-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit d18ae14

Please sign in to comment.