[ci] Revert back to local-only; disable gpu-flow
This commit is contained in:
5
.github/actions/prepare-rtl/action.yml
vendored
5
.github/actions/prepare-rtl/action.yml
vendored
@@ -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:
|
||||
|
||||
5
.github/scripts/defaults.sh
vendored
5
.github/scripts/defaults.sh
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/chipyard-gpu-flow.yml
vendored
4
.github/workflows/chipyard-gpu-flow.yml
vendored
@@ -1,9 +1,9 @@
|
||||
name: chipyard-ci-full-flow
|
||||
name: chipyard-ci-full-flow-gpu
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- graphics
|
||||
# - graphics
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user