Skip to content

Commit

Permalink
Update to use the new CI machines
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Nov 6, 2023
1 parent 8655d3c commit ddaf000
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 69 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/chipyard-full-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: setup-repo
needs: [change-filters, cancel-prior-workflows]
if: needs.change-filters.outputs.needs-rtl == 'true'
runs-on: jktqos
runs-on: as4
steps:
- name: Delete old checkout
run: |
Expand All @@ -88,7 +88,7 @@ jobs:
run-cfg-finder:
name: run-cfg-finder
needs: [setup-repo]
runs-on: jktqos
runs-on: as4
steps:
- name: Run config finder
run: |
Expand All @@ -101,7 +101,7 @@ jobs:
run-tutorial:
name: run-tutorial
needs: [setup-repo]
runs-on: jktqos
runs-on: as4
steps:
- name: Run smoke test
run: |
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
cleanup:
name: cleanup
needs: [run-tutorial]
runs-on: jktqos
runs-on: as4
if: ${{ always() }}
steps:
- name: Delete repo copy and conda env
Expand Down
Loading

0 comments on commit ddaf000

Please sign in to comment.