Skip to content

Commit

Permalink
Merge pull request #280 from firesim/fix-cpio-ci
Browse files Browse the repository at this point in the history
Fix CI + Use bar-tender access
  • Loading branch information
abejgonzalez committed Jul 10, 2023
2 parents 508c720 + 3bbaf99 commit 6b41d05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:

env:
REMOTE_WORK_DIR: /scratch/buildbot/firemarshal-ci-shared/firemarshal-${{ github.sha }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.FIREMARSHAL_BR_UPLOAD_GH_PERSONAL_ACCESS_KEY }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.BARTENDER_PERSONAL_ACCESS_TOKEN }}

jobs:
cancel-prior-workflows:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ defaults:

env:
REMOTE_WORK_DIR: /scratch/buildbot/firemarshal-ci-shared/firemarshal-${{ github.sha }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.FIREMARSHAL_BR_UPLOAD_GH_PERSONAL_ACCESS_KEY }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.BARTENDER_PERSONAL_ACCESS_TOKEN }}

jobs:
setup-repo:
name: setup-repo
if: needs.change-filters.outputs.run-core == 'true'
runs-on: firemarshal
steps:
- name: Delete old checkout
Expand Down
2 changes: 1 addition & 1 deletion test/rocc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir -p $SPIKE_INSTALL
if [ ! -d riscv-isa-sim ]; then
git clone https://github.com/riscv/riscv-isa-sim.git
pushd riscv-isa-sim
git checkout 5a50590f25a932cc1f25fe78b9912e9661d37d30
git checkout e9848ed3056eba91a5f0d15539358e5a03c66011
popd
fi

Expand Down
3 changes: 1 addition & 2 deletions test/spike/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir -p $SPIKE_INSTALL
if [ ! -d riscv-isa-sim ]; then
git clone https://github.com/riscv/riscv-isa-sim.git
pushd riscv-isa-sim
git checkout 5a50590f25a932cc1f25fe78b9912e9661d37d30
git checkout e9848ed3056eba91a5f0d15539358e5a03c66011
popd

pushd riscv-isa-sim
Expand All @@ -36,4 +36,3 @@ popd
if [ ! -f hello ]; then
ln -s ../bare/hello .
fi

0 comments on commit 6b41d05

Please sign in to comment.