Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

✨ Adding virtualcluster to prow #68

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${REPO_ROOT}/hack/ensure-go.sh"

cd "${REPO_ROOT}" && make binaries

cd "${REPO_ROOT}/virtualcluster/" && \
make build
3 changes: 3 additions & 0 deletions scripts/ci-make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${REPO_ROOT}/hack/ensure-go.sh"

cd "${REPO_ROOT}" && make docker-build

cd "${REPO_ROOT}/virtualcluster/" && \
make build-images
3 changes: 3 additions & 0 deletions scripts/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ cd "${REPO_ROOT}" && \
fetch_tools && \
setup_envs && \
make generate lint test

cd "${REPO_ROOT}/virtualcluster/" && \
make test