This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch jd_tryout
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit 7f4cfdc1c29b48bcd476719667d2289a98c44ee3
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Sun Jan 30 11:23:24 2022 +0100

    run in loop gha
---
 .github/workflows/build.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 2d1a1a2..3ab829d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -224,7 +224,7 @@ jobs:
         working-directory: ${{env.DispatchBuildDir}}
         run: |
           ulimit -c unlimited
-          ctest --timeout 1200 -C ${BuildType} -V -T Test --no-compress-output 
-I ${{matrix.shard}},,${{matrix.shards}} -j2 ${{env.DispatchCTestExtraArgs}}
+          ctest --timeout 1200 -C ${BuildType} -R system_tests_http1_adaptor 
--repeat until-fail:20 -V -T Test --no-compress-output -I 
${{matrix.shard}},,${{matrix.shards}} -j2 ${{env.DispatchCTestExtraArgs}}
 
       - name: Upload test results
         uses: actions/upload-artifact@v2
@@ -450,7 +450,7 @@ jobs:
         working-directory: ${{env.DispatchBuildDir}}
         run: |
           ulimit -c unlimited
-          ctest --timeout 1200 -C ${BuildType} -V -T Test --output-on-failure 
--no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j2 
${{env.DispatchCTestExtraArgs}}
+          ctest --timeout 1200 -C ${BuildType} -V -R 
system_tests_http1_adaptor --repeat until-fail:20 -T Test --output-on-failure 
--no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j2 
${{env.DispatchCTestExtraArgs}}
 
       - name: Upload test results
         uses: actions/upload-artifact@v2

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to