Skip to content

Commit

Permalink
kokoro: Run the build steps and error on failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
  • Loading branch information
mithro committed Apr 11, 2020
1 parent c48707f commit cd0a867
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/kokoro/steps/hostsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,5 @@ echo "----------------------------------------"
echo " Configuring virtual environment"
echo "----------------------------------------"
make env
cd build
echo "----------------------------------------"

echo
echo " Setting up basic conda environment"
echo "----------------------------------------"
${BUILD_TOOL} build-tools
)
8 changes: 8 additions & 0 deletions .github/kokoro/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/bin/bash

set -e

cd github/$KOKORO_DIR/

source ./.github/kokoro/steps/hostsetup.sh
source ./.github/kokoro/steps/hostinfo.sh
source ./.github/kokoro/steps/git.sh

echo
echo "==========================================="
echo "Running FPGA perf tool tests (make run-all)"
Expand Down

0 comments on commit cd0a867

Please sign in to comment.