Skip to content

Commit

Permalink
CI: check steps generator openucx#24
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Maslennikov committed Jun 1, 2020
1 parent 4b657e8 commit bbf5025
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions buildlib/io-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@ jobs:
test_name: ${{ wid }}
maxParallel: 1

displayName: Test $(test_name)
displayName: Test
steps:
- bash: exit 0
displayName: "$(test_name): start server"

- bash: exit 1
displayName: "$(test_name): Start client & test"
env:
TEST_NAME: $(test_name)

- bash: echo ok
displayName: "$(test_name): kill the client if hang"
condition: succeededOrFailed()

- bash: echo ok
displayName: "$(test_name): kill the server"
condition: succeededOrFailed()
displayName: ": start server"

# - bash: exit 1
# displayName: "$(test_name): Start client & test"
# env:
# TEST_NAME: $(test_name)
#
# - bash: echo ok
# displayName: "$(test_name): kill the client if hang"
# condition: succeededOrFailed()
#
# - bash: echo ok
# displayName: "$(test_name): kill the server"
# condition: succeededOrFailed()



Expand Down

0 comments on commit bbf5025

Please sign in to comment.