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 e8de771b200cec1c79a3138660a765e56337e32c Author: Jiri Daněk <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
