Remove containers from self-hosted + Remove sudo dir stuff
This commit is contained in:
68
.github/workflows/chipyard-run-tests.yml
vendored
68
.github/workflows/chipyard-run-tests.yml
vendored
@@ -151,11 +151,8 @@ jobs:
|
|||||||
install-verilator:
|
install-verilator:
|
||||||
name: install-verilator
|
name: install-verilator
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
needs: cancel-prior-workflows
|
||||||
steps:
|
steps:
|
||||||
- name: TESTING
|
|
||||||
run: |
|
|
||||||
whoami
|
|
||||||
ls -al $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
@@ -183,17 +180,12 @@ jobs:
|
|||||||
name: prepare-chipyard-cores
|
name: prepare-chipyard-cores
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Build RTL
|
- name: Build RTL on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/prepare-rtl
|
uses: ./.github/actions/prepare-rtl
|
||||||
with:
|
with:
|
||||||
@@ -204,17 +196,12 @@ jobs:
|
|||||||
name: prepare-chipyard-peripherals
|
name: prepare-chipyard-peripherals
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Build RTL
|
- name: Build RTL on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/prepare-rtl
|
uses: ./.github/actions/prepare-rtl
|
||||||
with:
|
with:
|
||||||
@@ -225,17 +212,12 @@ jobs:
|
|||||||
name: prepare-chipyard-accels
|
name: prepare-chipyard-accels
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Build RTL
|
- name: Build RTL on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/prepare-rtl
|
uses: ./.github/actions/prepare-rtl
|
||||||
with:
|
with:
|
||||||
@@ -247,17 +229,12 @@ jobs:
|
|||||||
name: prepare-chipyard-tracegen
|
name: prepare-chipyard-tracegen
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Build RTL
|
- name: Build RTL on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/prepare-rtl
|
uses: ./.github/actions/prepare-rtl
|
||||||
with:
|
with:
|
||||||
@@ -268,17 +245,12 @@ jobs:
|
|||||||
name: prepare-chipyard-other
|
name: prepare-chipyard-other
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Build RTL
|
- name: Build RTL on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/prepare-rtl
|
uses: ./.github/actions/prepare-rtl
|
||||||
with:
|
with:
|
||||||
@@ -289,17 +261,12 @@ jobs:
|
|||||||
name: prepare-chipyard-fpga
|
name: prepare-chipyard-fpga
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Build RTL
|
- name: Build RTL on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/prepare-rtl
|
uses: ./.github/actions/prepare-rtl
|
||||||
with:
|
with:
|
||||||
@@ -696,17 +663,12 @@ jobs:
|
|||||||
name: firesim-run-tests
|
name: firesim-run-tests
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Run tests
|
- name: Run tests on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/run-tests
|
uses: ./.github/actions/run-tests
|
||||||
with:
|
with:
|
||||||
@@ -719,17 +681,12 @@ jobs:
|
|||||||
name: fireboom-run-tests
|
name: fireboom-run-tests
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Run tests
|
- name: Run tests on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/run-tests
|
uses: ./.github/actions/run-tests
|
||||||
with:
|
with:
|
||||||
@@ -742,17 +699,12 @@ jobs:
|
|||||||
name: firesim-multiclock-run-tests
|
name: firesim-multiclock-run-tests
|
||||||
needs: setup-complete
|
needs: setup-complete
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Change directory owner to working user
|
|
||||||
run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/job-start
|
- uses: ./.github/actions/job-start
|
||||||
id: job-start
|
id: job-start
|
||||||
- name: Run tests
|
- name: Run tests on self-hosted
|
||||||
if: steps.job-start.outputs.run_result != 'success'
|
if: steps.job-start.outputs.run_result != 'success'
|
||||||
uses: ./.github/actions/run-tests
|
uses: ./.github/actions/run-tests
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user