Skip to content

Commit

Permalink
[CI] Temporarily disable alveo based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnoel committed Nov 1, 2023
1 parent 9132511 commit a548520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ rm -rf $RELEASE_TARGET || true
# collect all local folders, each are considered build folders
LOCAL_BUILD_FOLDERS=$(find . -maxdepth 1 -type d -printf "%P ")

# Temporarily disabling resnet50 build, see FINN-278
LOCAL_BUILD_FOLDERS="$( echo $LOCAL_BUILD_FOLDERS | sed -e 's/resnet50//')"

# remove trailing spaces and store the directory names in an array
IFS=' ' read -r -a BUILD_FOLDERS <<< "$LOCAL_BUILD_FOLDERS"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_jupyter_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@


@pytest.mark.parametrize(
"notebook", pynq_notebooks + zcu_notebooks + ultra96_notebooks + alveo_notebooks
"notebook", pynq_notebooks + zcu_notebooks + ultra96_notebooks
)
def test_notebook_exec(notebook):
with open(notebook) as f:
Expand Down

0 comments on commit a548520

Please sign in to comment.