Skip to content

Commit

Permalink
[CI] silence gl sim for now till caravel's gl is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Manarabdelaty committed Apr 30, 2021
1 parent 98fdcd8 commit f2a5671
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,27 @@ jobs:
# Run test number 0,1,2,3,4 in one job <test-ids> <sim-mode>
run: bash ${GITHUB_WORKSPACE}/.github/scripts/dv/run-dv-wrapper.sh 0,1,2,3,4 RTL

dv_gl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
# dv_gl:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: 'true'

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1

- name: Install The PDK
run: bash ${GITHUB_WORKSPACE}/.github/scripts/dv/pdkBuild.sh
env:
OPENLANE_TAG: v0.12
# - name: Install The PDK
# run: bash ${GITHUB_WORKSPACE}/.github/scripts/dv/pdkBuild.sh
# env:
# OPENLANE_TAG: v0.12

- name: Install The Dockerized DV Setup
run: docker pull efabless/dv_setup:latest
# - name: Install The Dockerized DV Setup
# run: docker pull efabless/dv_setup:latest

- name: Run DV tests
# Run test number 0,1,2,3,4 in one job <test-ids> <sim-mode>
run: bash ${GITHUB_WORKSPACE}/.github/scripts/dv/run-dv-wrapper.sh 0,1,2,3,4 GL
# - name: Run DV tests
# # Run test number 0,1,2,3,4 in one job <test-ids> <sim-mode>
# run: bash ${GITHUB_WORKSPACE}/.github/scripts/dv/run-dv-wrapper.sh 0,1,2,3,4 GL

0 comments on commit f2a5671

Please sign in to comment.