From 4f14eaed266683c6236e3987cedaca1d2cb1968a Mon Sep 17 00:00:00 2001 From: Dmytro Biloshytskyi Date: Wed, 9 Oct 2024 11:31:22 +0300 Subject: [PATCH] Fixed matrix job --- .github/workflows/dashboard_matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dashboard_matrix.yml b/.github/workflows/dashboard_matrix.yml index 35aeba2a65..1f82e6e387 100644 --- a/.github/workflows/dashboard_matrix.yml +++ b/.github/workflows/dashboard_matrix.yml @@ -93,7 +93,7 @@ jobs: - name: Run tests continue-on-error: true run: | - HIVE_TTD_ENABLED=false ./hive --sim "${{ matrix.simulator }}" --sim.limit="${{ matrix.suite }}" --client "${{ matrix.client }}" --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --docker.output --sim.parallelism=${{ matrix.parallelism }} + HIVE_TTD_ENABLED=false ./hive --sim "${{ matrix.simulator }}" --sim.limit="${{ matrix.suite }}" --client "${{ matrix.client }}" --results-root=${{ github.workspace }}/runs/${{ github.run_id }} --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --docker.output --sim.parallelism=${{ matrix.parallelism }} - name: Send file over SSH if: always() @@ -103,5 +103,5 @@ jobs: username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_KEY }} port: ${{ secrets.SSH_PORT }} - source: ${{ github.workspace }}/runs/* + source: ${{ github.workspace }}/runs/${{ github.run_id }}/* target: ${{ secrets.DIR }}/