Combine chipyard-full-flow into one job
These were serialized anyways. Breaking them into separate jobs caused transient failures.
This commit is contained in:
18
.github/workflows/chipyard-full-flow.yml
vendored
18
.github/workflows/chipyard-full-flow.yml
vendored
@@ -61,8 +61,8 @@ jobs:
|
|||||||
- '**/.gitignore'
|
- '**/.gitignore'
|
||||||
- '.github/ISSUE_TEMPLATE/**'
|
- '.github/ISSUE_TEMPLATE/**'
|
||||||
|
|
||||||
setup-repo:
|
full-flow:
|
||||||
name: setup-repo
|
name: full-flow
|
||||||
needs: [change-filters, cancel-prior-workflows]
|
needs: [change-filters, cancel-prior-workflows]
|
||||||
if: needs.change-filters.outputs.needs-rtl == 'true'
|
if: needs.change-filters.outputs.needs-rtl == 'true'
|
||||||
runs-on: as4
|
runs-on: as4
|
||||||
@@ -84,12 +84,6 @@ jobs:
|
|||||||
mkdir ${{ env.JAVA_TMP_DIR }}
|
mkdir ${{ env.JAVA_TMP_DIR }}
|
||||||
export MAKEFLAGS="-j32"
|
export MAKEFLAGS="-j32"
|
||||||
./build-setup.sh -v
|
./build-setup.sh -v
|
||||||
|
|
||||||
run-cfg-finder:
|
|
||||||
name: run-cfg-finder
|
|
||||||
needs: [setup-repo]
|
|
||||||
runs-on: as4
|
|
||||||
steps:
|
|
||||||
- name: Run config finder
|
- name: Run config finder
|
||||||
run: |
|
run: |
|
||||||
cd ${{ env.REMOTE_WORK_DIR }}
|
cd ${{ env.REMOTE_WORK_DIR }}
|
||||||
@@ -97,12 +91,6 @@ jobs:
|
|||||||
source env.sh
|
source env.sh
|
||||||
cd sims/verilator
|
cd sims/verilator
|
||||||
make find-config-fragments
|
make find-config-fragments
|
||||||
|
|
||||||
run-tutorial:
|
|
||||||
name: run-tutorial
|
|
||||||
needs: [setup-repo]
|
|
||||||
runs-on: as4
|
|
||||||
steps:
|
|
||||||
- name: Run smoke test
|
- name: Run smoke test
|
||||||
run: |
|
run: |
|
||||||
cd ${{ env.REMOTE_WORK_DIR }}
|
cd ${{ env.REMOTE_WORK_DIR }}
|
||||||
@@ -169,7 +157,7 @@ jobs:
|
|||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
name: cleanup
|
name: cleanup
|
||||||
needs: [run-tutorial]
|
needs: [full-flow]
|
||||||
runs-on: as4
|
runs-on: as4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user