From 3290f06c95410636f0fad44ff675d218a74887a3 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Mon, 23 Oct 2023 11:03:42 -0700 Subject: [PATCH] [ci] Revert back to local-only; disable gpu-flow --- .github/actions/prepare-rtl/action.yml | 5 ----- .github/scripts/defaults.sh | 5 ++--- .github/workflows/chipyard-gpu-flow.yml | 4 ++-- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/actions/prepare-rtl/action.yml b/.github/actions/prepare-rtl/action.yml index bbd8d56f..478f0241 100644 --- a/.github/actions/prepare-rtl/action.yml +++ b/.github/actions/prepare-rtl/action.yml @@ -21,11 +21,6 @@ inputs: runs: using: "composite" steps: - - name: cd into remote - run: | - cd "${{ env.REMOTE_WORK_DIR }}" - shell: bash -leo pipefail {0} - - uses: actions/cache@v3 id: rtl-build-id with: diff --git a/.github/scripts/defaults.sh b/.github/scripts/defaults.sh index abdcdef5..a5f7f62e 100755 --- a/.github/scripts/defaults.sh +++ b/.github/scripts/defaults.sh @@ -9,9 +9,8 @@ REMOTE_MAKE_NPROC=4 # CI_DIR is defined externally based on the GH repository secret BUILDDIR REMOTE_PREFIX=$CI_DIR/${GITHUB_REPOSITORY#*/}-${GITHUB_REF_NAME//\//-} -# Use env.REMOTE_WORK_DIR set in workflow file -# REMOTE_WORK_DIR=$REMOTE_PREFIX/$GITHUB_WORKSPACE -REMOTE_CHIPYARD_DIR=$REMOTE_WORK_DIR +REMOTE_WORK_DIR=$GITHUB_WORKSPACE +REMOTE_CHIPYARD_DIR=$GITHUB_WORKSPACE REMOTE_SIM_DIR=$REMOTE_CHIPYARD_DIR/sims/verilator REMOTE_FIRESIM_DIR=$REMOTE_CHIPYARD_DIR/sims/firesim/sim REMOTE_FPGA_DIR=$REMOTE_CHIPYARD_DIR/fpga diff --git a/.github/workflows/chipyard-gpu-flow.yml b/.github/workflows/chipyard-gpu-flow.yml index 210ef42a..58cbd866 100644 --- a/.github/workflows/chipyard-gpu-flow.yml +++ b/.github/workflows/chipyard-gpu-flow.yml @@ -1,9 +1,9 @@ -name: chipyard-ci-full-flow +name: chipyard-ci-full-flow-gpu on: push: branches: - - graphics + # - graphics defaults: run: