From 723e806af9de84876d2fab4daa781b2c23a6b5b1 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Tue, 11 Jul 2023 14:39:54 -0700 Subject: [PATCH] Disable Vivado tests --- .github/scripts/remote-run-firesim-scala-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/remote-run-firesim-scala-tests.sh b/.github/scripts/remote-run-firesim-scala-tests.sh index 70a41e27..080f6d8c 100755 --- a/.github/scripts/remote-run-firesim-scala-tests.sh +++ b/.github/scripts/remote-run-firesim-scala-tests.sh @@ -14,8 +14,9 @@ cd $REMOTE_CHIPYARD_DIR ./scripts/init-submodules-no-riscv-tools.sh --force # Run Firesim Scala Tests -export FIRESIM_ENV_SOURCED=1; +export FIRESIM_ENV_SOURCED=1 export COURSIER_CACHE=$REMOTE_COURSIER_CACHE export JVM_MEMORY=10G export JAVA_TMP_DIR=$REMOTE_JAVA_TMP_DIR +export TEST_DISABLE_VIVADO=1 make -C $REMOTE_FIRESIM_DIR TARGET_SBT_PROJECT="{file:$REMOTE_CHIPYARD_DIR}firechip" testOnly ${mapping[$1]}