[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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: cd into remote
|
|
||||||
run: |
|
|
||||||
cd "${{ env.REMOTE_WORK_DIR }}"
|
|
||||||
shell: bash -leo pipefail {0}
|
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
id: rtl-build-id
|
id: rtl-build-id
|
||||||
with:
|
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
|
# CI_DIR is defined externally based on the GH repository secret BUILDDIR
|
||||||
|
|
||||||
REMOTE_PREFIX=$CI_DIR/${GITHUB_REPOSITORY#*/}-${GITHUB_REF_NAME//\//-}
|
REMOTE_PREFIX=$CI_DIR/${GITHUB_REPOSITORY#*/}-${GITHUB_REF_NAME//\//-}
|
||||||
# Use env.REMOTE_WORK_DIR set in workflow file
|
REMOTE_WORK_DIR=$GITHUB_WORKSPACE
|
||||||
# REMOTE_WORK_DIR=$REMOTE_PREFIX/$GITHUB_WORKSPACE
|
REMOTE_CHIPYARD_DIR=$GITHUB_WORKSPACE
|
||||||
REMOTE_CHIPYARD_DIR=$REMOTE_WORK_DIR
|
|
||||||
REMOTE_SIM_DIR=$REMOTE_CHIPYARD_DIR/sims/verilator
|
REMOTE_SIM_DIR=$REMOTE_CHIPYARD_DIR/sims/verilator
|
||||||
REMOTE_FIRESIM_DIR=$REMOTE_CHIPYARD_DIR/sims/firesim/sim
|
REMOTE_FIRESIM_DIR=$REMOTE_CHIPYARD_DIR/sims/firesim/sim
|
||||||
REMOTE_FPGA_DIR=$REMOTE_CHIPYARD_DIR/fpga
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- graphics
|
# - graphics
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user