From bbf5025562ac261e286a054628fe5834416a1baf Mon Sep 17 00:00:00 2001 From: Andrey Maslennikov Date: Mon, 1 Jun 2020 16:09:57 +0300 Subject: [PATCH] CI: check steps generator #24 --- buildlib/io-demo.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/buildlib/io-demo.yml b/buildlib/io-demo.yml index dacbc78571f..358bac49d17 100644 --- a/buildlib/io-demo.yml +++ b/buildlib/io-demo.yml @@ -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()