Skip to content

Commit

Permalink
Remove explicitly running tests on Xenial
Browse files Browse the repository at this point in the history
Xenial is now default and we do not have a xenial-specific build scripts
anymore

[#161616344]
  • Loading branch information
danail-branekov committed Nov 1, 2018
1 parent d94a807 commit 757936f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/test
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ GRR_ROOT=$HOME/workspace/garden-runc-release
DIRS=$(for d in $ARGS; do [ -d "$d" ] && echo "$d"; done)

TASK="$GRR_ROOT"/ci/unit-tests/guardian.yml
if [ "$TAG" == "xenial" ]; then
TASK="$GRR_ROOT"/ci/unit-tests/guardian-xenial.yml
fi
if [ "$GOOS" == "windows" ]; then
TASK="$GRR_ROOT"/ci/unit-tests/guardian-windows.yml
fi
Expand Down

0 comments on commit 757936f

Please sign in to comment.