Skip to content

Commit

Permalink
download path
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Nov 8, 2024
1 parent 3317249 commit 32fb9e2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,16 @@ jobs:
with:
name: head
path: ${{ github.workspace }}/head.snap
- name: Tests Download head from artifacts #TODO rm
uses: actions/download-artifact@v3
with:
name: head
path: ${{ github.workspace }}
- name: Run Performance test ${{ github.head_ref }} ${{ matrix.dqlite }} snap
env:
TEST_SNAP: ${{ github.workspace }}/head.snap
TEST_SUBSTRATE: lxd
TEST_LXD_IMAGE: ubuntu:22.04
TEST_SKIP_CLEANUP: 1 #TODO rm
TEST_INSPECTION_REPORTS_DIR: ${{ github.workspace }}/inspection-reports
run: |
cd test/performance && sg lxd -c 'tox -e performance'
Expand All @@ -106,6 +110,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: base-code
path: ${{ github.workspace }}
- name: Run Performance test for base code ${{ matrix.dqlite }} snap
env:
TEST_SNAP: ${{ github.workspace }}/base-code.snap
Expand Down Expand Up @@ -136,6 +141,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: v1-1-11
path: ${{ github.workspace }}
- name: Run Performance test for v1.1.11 ${{ matrix.dqlite }} snap
env:
TEST_SNAP: ${{ github.workspace }}/v1-1-11.snap
Expand Down Expand Up @@ -166,6 +172,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: v1-2-0
path: ${{ github.workspace }}
- name: Run Performance test for v1.2.0 ${{ matrix.dqlite }} snap
env:
TEST_SNAP: ${{ github.workspace }}/v1-2-0.snap
Expand Down

0 comments on commit 32fb9e2

Please sign in to comment.