Skip to content

Commit

Permalink
Re-ordering mgmt core and sim builds to not waste time on failed runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 27, 2023
1 parent 71286dc commit 29fecd2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ jobs:
run: |
make pdk-with-volare
- name: Build Management Core Wrapper
run: |
make install_mcw
- name: Install Simulation Environment
run: |
make simenv
- name: Harden User Project Wrapper Using Openlane
run: |
make user_project_wrapper
Expand Down Expand Up @@ -81,6 +73,13 @@ jobs:
cp ${FINAL_DIR}/../../runtime.yaml ${GITHUB_WORKSPACE}/signoff/user_project_wrapper/
cp ${FINAL_DIR}/../../warnings.log ${GITHUB_WORKSPACE}/signoff/user_project_wrapper/
- name: Build Management Core Wrapper
run: |
make install_mcw
- name: Install Simulation Environment
run: |
make simenv
- name: Run MPW Precheck
run: |
Expand Down

0 comments on commit 29fecd2

Please sign in to comment.