From e8bc4fc137a5a7e82b601432271a027b652ae69b Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 11 Mar 2024 12:35:35 -0700 Subject: [PATCH] misc: Sync stable .github dir with develop (#928) --- .github/workflows/weekly-tests.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index fd2527c094..109001c651 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -85,10 +85,8 @@ jobs: export TERM=xterm-256color scons build/x86/out/m5 - name: Download tests - working-directory: ${{ github.workspace }}/hip - run: build/VEGA_X86/gem5.opt util/obtain-resource.py hacc-force-tree -p ForceTreeTest + run: build/VEGA_X86/gem5.opt util/obtain-resource.py hacc-force-tree -p hip/ForceTreeTest - name: Run HACC tests - working-directory: ${{ github.workspace }} run: | build/VEGA_X86/gem5.opt configs/example/apu_se.py -n3 --reg-alloc-policy=dynamic --benchmark-root=hip -c ForceTreeTest --options="0.5 0.1 64 0.1 1 N 12 rcb" @@ -133,7 +131,7 @@ jobs: # Scheduled workflows run on the default branch by default. We # therefore need to explicitly checkout the develop branch. ref: develop - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: name: ${{needs.build-gem5.outputs.build-name}} path: build/ALL