From efeb4cdabacf8a6ffbc8e8ac1d68c2593271b370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 4 Apr 2023 10:28:33 +0200 Subject: [PATCH] enable max parallel 1 to test ssh --- .github/workflows/smoke-tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index f4324a6a..e8adfdab 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -53,7 +53,7 @@ jobs: if: ${{ needs.Prepare.outputs.matrix != '[]' && needs.Prepare.outputs.matrix != '' }} timeout-minutes: 60 strategy: - #max-parallel: 16 + max-parallel: 1 fail-fast: false matrix: @@ -76,9 +76,6 @@ jobs: known_hosts: github.com ssh-rsa AAAAB3Nz if_key_exists: replace - - name: Copy SSH keys - run: ls -l ~/.ssh/ - - name: Read values run: | @@ -215,9 +212,6 @@ jobs: name: status path: status - - name: remove SSH keys - run: rm -f ~/.ssh/${{ env.RANDOM }} - Stop: name: "Test" if: always()