Retry
This commit is contained in:
5
.github/scripts/defaults.sh
vendored
5
.github/scripts/defaults.sh
vendored
@@ -8,13 +8,12 @@ REMOTE_MAKE_NPROC=4
|
|||||||
# verilator version
|
# verilator version
|
||||||
VERILATOR_VERSION=v4.034
|
VERILATOR_VERSION=v4.034
|
||||||
|
|
||||||
# remote variables
|
HOME=$GITHUB_WORKSPACE
|
||||||
|
|
||||||
CURRENT_BRANCH=$(git branch --show-current)
|
CURRENT_BRANCH=$(git branch --show-current)
|
||||||
|
|
||||||
|
# remote variables
|
||||||
# CI_DIR is defined externally based on the GH repository secret BUILDDIR
|
# CI_DIR is defined externally based on the GH repository secret BUILDDIR
|
||||||
|
|
||||||
HOME=`pwd`
|
|
||||||
REMOTE_PREFIX=$CI_DIR/${GITHUB_REPOSITORY#*/}-$CURRENT_BRANCH
|
REMOTE_PREFIX=$CI_DIR/${GITHUB_REPOSITORY#*/}-$CURRENT_BRANCH
|
||||||
REMOTE_WORK_DIR=$GITHUB_WORKSPACE
|
REMOTE_WORK_DIR=$GITHUB_WORKSPACE
|
||||||
REMOTE_RISCV_DIR=$GITHUB_WORKSPACE/riscv-tools-install
|
REMOTE_RISCV_DIR=$GITHUB_WORKSPACE/riscv-tools-install
|
||||||
|
|||||||
34
.github/workflows/chipyard-run-tests.yml
vendored
34
.github/workflows/chipyard-run-tests.yml
vendored
@@ -78,23 +78,23 @@ jobs:
|
|||||||
# run: cat /tmp/sphinx-err*.log
|
# run: cat /tmp/sphinx-err*.log
|
||||||
# - uses: ./.github/actions/job-end
|
# - uses: ./.github/actions/job-end
|
||||||
#
|
#
|
||||||
# install-riscv-toolchain:
|
install-riscv-toolchain:
|
||||||
# name: install-riscv-toolchain
|
name: install-riscv-toolchain
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# container:
|
container:
|
||||||
# image: ucbbar/chipyard-ci-image:554b436
|
image: ucbbar/chipyard-ci-image:554b436
|
||||||
# options: --entrypoint /bin/bash
|
options: --entrypoint /bin/bash
|
||||||
# steps:
|
steps:
|
||||||
# - name: Checkout
|
- name: Checkout
|
||||||
# uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
# - uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
# id: job-start
|
id: job-start
|
||||||
# - name: Build default RISC-V toolchain
|
- name: Build default RISC-V toolchain
|
||||||
# if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
# uses: ./.github/actions/toolchain-build
|
uses: ./.github/actions/toolchain-build
|
||||||
# with:
|
with:
|
||||||
# tools-version: 'riscv-tools'
|
tools-version: 'riscv-tools'
|
||||||
# - uses: ./.github/actions/job-end
|
- uses: ./.github/actions/job-end
|
||||||
#
|
#
|
||||||
# install-esp-toolchain:
|
# install-esp-toolchain:
|
||||||
# name: install-esp-toolchain
|
# name: install-esp-toolchain
|
||||||
|
|||||||
Reference in New Issue
Block a user