diff --git a/.github/workflows/ci-verify.yml b/.github/workflows/ci-verify.yml index 087380b4..a9d17732 100644 --- a/.github/workflows/ci-verify.yml +++ b/.github/workflows/ci-verify.yml @@ -473,7 +473,7 @@ jobs: - name: Upload QA image artifact uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: - name: qa-image-${{ github.run_id }}-${{ github.run_attempt }} + name: qa-image-${{ github.run_id }} path: artifacts/qa/drydock-dev-image.tar.gz if-no-files-found: error retention-days: 1 @@ -501,7 +501,7 @@ jobs: - name: Download QA image artifact uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: - name: qa-image-${{ github.run_id }}-${{ github.run_attempt }} + name: qa-image-${{ github.run_id }} path: artifacts/qa - name: Load QA image @@ -616,7 +616,7 @@ jobs: - name: Download QA image artifact uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: - name: qa-image-${{ github.run_id }}-${{ github.run_attempt }} + name: qa-image-${{ github.run_id }} path: artifacts/qa - name: Load QA image @@ -831,7 +831,7 @@ jobs: - name: Download QA image artifact uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: - name: qa-image-${{ github.run_id }}-${{ github.run_attempt }} + name: qa-image-${{ github.run_id }} path: artifacts/qa - name: Load QA image @@ -1003,7 +1003,7 @@ jobs: DD_LOAD_TEST_MAX_RATE_DECREASE_PCT: '15' DD_LOAD_TEST_MAX_P95_MS: '1200' DD_LOAD_TEST_MAX_P99_MS: '2500' - DD_LOAD_TEST_MIN_REQUEST_RATE: '10' + DD_LOAD_TEST_MIN_REQUEST_RATE: '5' DD_LOAD_TEST_REGRESSION_ENFORCE: 'true' run: | set -euo pipefail