Fix cloud e2e, artifacts and cleanup (#14392)

This commit is contained in:
Mansy 2022-08-29 15:16:22 +02:00 committed by GitHub
parent f202e84f4b
commit 66ca093332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -122,11 +122,13 @@ jobs:
displayName: 'Run the tests'
- publish: '$(Build.ArtifactStagingDirectory)/videos'
condition: failed()
displayName: 'Publish videos'
artifact: $(name)
- bash: |
time python -c "from lightning.app import testing; testing.delete_cloud_lightning_apps()"
condition: always()
env:
# LAI_USER: $(LAI_USER)
# LAI_PASS: $(LAI_PASS)