Skip to content

Commit

Permalink
Document a possible nicer way to deal with repos used for smoke tests.
Browse files Browse the repository at this point in the history
Currently, we're fetching them from head, which makes the smoke test
run flaky as these projects change over time.
  • Loading branch information
hzeller committed Nov 23, 2024
1 parent 106f651 commit 5a84670
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/bin/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ readonly VERIBLE_TOOLS_TO_RUN="syntax/verible-verilog-syntax \
#
# There are some known issues which are all recorded in the associative
# array below, mapping them to Verible issue tracker numbers.
# TODO(hzeller): there should be a configuration file that contains two
# columns: URL + hash, so that we can fetch a particular known version not
# a moving target.
readonly TEST_GIT_PROJECTS="https://github.com/lowRISC/ibex \
https://github.com/lowRISC/opentitan \
https://github.com/chipsalliance/sv-tests \
Expand Down

0 comments on commit 5a84670

Please sign in to comment.