misc,test: Revert "Third attempt at fixing Daily test"

This reverts commit 7722f84d1e.
This commit is contained in:
Harshil Patel
2024-07-25 10:51:29 -07:00
parent a7bc4ca19a
commit 22ebbd17dc

View File

@@ -94,7 +94,7 @@ jobs:
- working-directory: ${{ github.workspace }}/tests
id: artifact-targets
run: |
echo "targets=$(./main.py list --build-targets -q --length=long gem5/${{ matrix.test-type }} | rev | cut -d / -f 2 | rev | while read x; do echo ${{ needs.name-artifacts.outputs.build-name }}-${x}; done)" >>$GITHUB_OUTPUT
echo "targets=$(./main.py list --build-targets -q --length=long gem5/${{ matrix.test-type }} | rev | cut -d / -f 2 | rev | while read x; do echo ${ needs.name-artifacts.outputs.build-name }}-${x}; done)" >>$GITHUB_OUTPUT
# Download the build artifacts for the test.
- uses: actions/download-artifact@v4