Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Jun 29, 2023
1 parent 908ff12 commit 13a2ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_e2e/pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameters:
- name: collect_lisa_logs
displayName: Collect LISA logs
type: boolean
default: false
default: true

- name: keep_environment
displayName: Keep the test VMs (do not delete them)
Expand Down Expand Up @@ -107,7 +107,6 @@ 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 @@ -125,6 +124,7 @@ jobs:

- bash: $(Build.SourcesDirectory)/tests_e2e/pipeline/scripts/collect_artifacts.sh
displayName: "Collect test artifacts"
# Collect artifacts even if the previous step is cancelled (e.g. timeout)
condition: always()
env:
COLLECT_LISA_LOGS: ${{ parameters.collect_lisa_logs }}
Expand Down

0 comments on commit 13a2ab2

Please sign in to comment.