From 547a8452fcc7e760f8d3138bda8710fe1e9e409f Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Thu, 11 Apr 2024 11:42:41 -0500 Subject: [PATCH 1/2] chore: -agpl added to agpl e2e artifacts Before was doing 'false' at the end of artifacts --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1fa2936b3b6a4..79cd04e894b95 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -486,7 +486,7 @@ jobs: if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork uses: actions/upload-artifact@v4 with: - name: failed-test-videos${{ matrix.variant.enterprise && '-enterprise' }} + name: failed-test-videos${{ matrix.variant.enterprise && '-enterprise' || '-agpl' }} path: ./site/test-results/**/*.webm retention-days: 7 From 3dea539c258931736817f1240737c91b4a1dd06f Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Thu, 11 Apr 2024 11:45:00 -0500 Subject: [PATCH 2/2] Missed an artifact --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79cd04e894b95..8aaaa7439802c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -494,7 +494,7 @@ jobs: if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork uses: actions/upload-artifact@v4 with: - name: debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' }} + name: debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' || '-agpl' }} path: ./site/test-results/**/debug-pprof-*.txt retention-days: 7