From 3cda03a96a7ad5a09aef2b042aa64c627abd093e Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Tue, 23 Apr 2024 14:55:01 -0700 Subject: [PATCH] Combine chipyard-full-flow into one job These were serialized anyways. Breaking them into separate jobs caused transient failures. --- .github/workflows/chipyard-full-flow.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/workflows/chipyard-full-flow.yml b/.github/workflows/chipyard-full-flow.yml index 95463928e2..50d0704d00 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -61,8 +61,8 @@ jobs: - '**/.gitignore' - '.github/ISSUE_TEMPLATE/**' - setup-repo: - name: setup-repo + full-flow: + name: full-flow needs: [change-filters, cancel-prior-workflows] if: needs.change-filters.outputs.needs-rtl == 'true' runs-on: as4 @@ -84,12 +84,6 @@ jobs: mkdir ${{ env.JAVA_TMP_DIR }} export MAKEFLAGS="-j32" ./build-setup.sh -v - - run-cfg-finder: - name: run-cfg-finder - needs: [setup-repo] - runs-on: as4 - steps: - name: Run config finder run: | cd ${{ env.REMOTE_WORK_DIR }} @@ -97,12 +91,6 @@ jobs: source env.sh cd sims/verilator make find-config-fragments - - run-tutorial: - name: run-tutorial - needs: [setup-repo] - runs-on: as4 - steps: - name: Run smoke test run: | cd ${{ env.REMOTE_WORK_DIR }} @@ -169,7 +157,7 @@ jobs: cleanup: name: cleanup - needs: [run-tutorial] + needs: [full-flow] runs-on: as4 if: ${{ always() }} steps: