Skip to content

Commit

Permalink
Remove installer script release tests
Browse files Browse the repository at this point in the history
The tests for the `release` target used to provide value but now
all they're doing is testing features of `ko`. Remove them as the
main functionality of the installer script is already tested elsewhere.
  • Loading branch information
AlanGreene authored and tekton-robot committed Mar 20, 2023
1 parent c9a55e9 commit bfe34e4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ test_dashboard() {
$tekton_repo_dir/scripts/installer uninstall $@
}

if [ -z "$SKIP_BUILD_TEST" ]; then
header "Validating that we can build the release manifests"
echo "Building manifests for k8s"
$tekton_repo_dir/scripts/installer release || fail_test "Failed to build manifests for k8s"
echo "Building manifests for k8s --read-write"
$tekton_repo_dir/scripts/installer release --read-write || fail_test "Failed to build manifests for k8s --read-write"
fi

header "Building browser E2E image"
docker build -t dashboard-e2e packages/e2e

Expand Down

0 comments on commit bfe34e4

Please sign in to comment.