From 1f0075bdbd4822992d27567348b40c6d0a178616 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 11 Mar 2024 06:09:47 -0700 Subject: [PATCH] misc: Remove incorrect 'working-directory' in Weekly tests "build/VEGA_X86/gem5.opt" is not available in directory "hip". `${ github.workspace}` is default should be run from there. This patch fixes this. Change-Id: I99875270c77dde92d3ec2ae0a07760905eaf903e --- .github/workflows/weekly-tests.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index 445a5a765e..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"