Skip to content

Commit

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

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

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

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

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


Expand Down

0 comments on commit 4b657e8

Please sign in to comment.