Skip to content

Commit

Permalink
Always collect logs
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Jun 29, 2023
1 parent 8bd6363 commit 908ff12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests_e2e/pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
- bash: $(Build.SourcesDirectory)/tests_e2e/pipeline/scripts/execute_tests.sh
displayName: "Execute tests"
continueOnError: true
timeoutInMinutes: 5
env:
SUBSCRIPTION_ID: $(SUBSCRIPTION-ID)
AZURE_CLIENT_ID: $(AZURE-CLIENT-ID)
Expand All @@ -124,6 +125,7 @@ jobs:

- bash: $(Build.SourcesDirectory)/tests_e2e/pipeline/scripts/collect_artifacts.sh
displayName: "Collect test artifacts"
condition: always()
env:
COLLECT_LISA_LOGS: ${{ parameters.collect_lisa_logs }}

Expand Down

0 comments on commit 908ff12

Please sign in to comment.