Merge pull request #237 from lnis-uofu/dev

Move quicklogic regresssion tests to a dedicated CI run
This commit is contained in:
ganeshgore 2021-02-16 11:45:33 -07:00 committed by GitHub
commit 5828e51144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -209,6 +209,7 @@ jobs:
- name: fpga_bitstream_reg_test
- name: fpga_sdc_reg_test
- name: fpga_spice_reg_test
- name: quicklogic_reg_test
steps:
- name: Checkout OpenFPGA repo
uses: actions/checkout@v2
@ -253,6 +254,7 @@ jobs:
- name: fpga_bitstream_reg_test
- name: fpga_sdc_reg_test
- name: fpga_spice_reg_test
- name: quicklogic_reg_test
steps:
- name: Checkout OpenFPGA repo
uses: actions/checkout@v2

12
.github/workflows/quicklogic_reg_test.sh vendored Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
set -e
source openfpga.sh
PYTHON_EXEC=python3.8
###############################################
# OpenFPGA Shell with VPR8
##############################################
echo -e "QuickLogic regression tests";
echo -e "Testing yosys flow using custom ys script for running quicklogic device";
run-task quicklogic_tests/flow_test --debug --show_thread_logs