Fix cloud e2e, artifacts and cleanup (#14392)
This commit is contained in:
parent
f202e84f4b
commit
66ca093332
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue