Skip to content

Commit

Permalink
trying parallel runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 17, 2023
1 parent 321a125 commit b6f0ed9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- name: Export Environment Variables
run: |
export WORK_DIR=${GITHUB_WORKSPACE}/../..
echo "${WORK_DIR}"
echo "$(pwd)"
echo "PDK_ROOT=${WORK_DIR}/pdk" >> $GITHUB_ENV
echo "PDK=${{ matrix.pdk }}" >> $GITHUB_ENV
echo "PDKPATH=${WORK_DIR}/pdk/${{ matrix.pdk }}" >> $GITHUB_ENV
Expand Down Expand Up @@ -79,8 +77,6 @@ jobs:
if: failure()
run: |
cp -r /${WORK_DIR}/tapeout-ci-2311/tapeout-ci-2311/openlane/soc/runs/23* ~/old-runs/
latest_directory=$(ls -td -- ~/old-runs/* | head -n 1)
ln -sf "$latest_directory" ~/old-logs/latest
- name: Run DV RTL Tests
run: |
Expand Down

0 comments on commit b6f0ed9

Please sign in to comment.