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

Commit 5f78101

Browse files
authored
Merge pull request #68 from christopherhein/chore/prow-scripts-vc
✨ Adding virtualcluster to prow
2 parents a4ae371 + 83a1af0 commit 5f78101

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

scripts/ci-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2323
source "${REPO_ROOT}/hack/ensure-go.sh"
2424

2525
cd "${REPO_ROOT}" && make binaries
26+
27+
cd "${REPO_ROOT}/virtualcluster/" && \
28+
make build

scripts/ci-make.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2323
source "${REPO_ROOT}/hack/ensure-go.sh"
2424

2525
cd "${REPO_ROOT}" && make docker-build
26+
27+
cd "${REPO_ROOT}/virtualcluster/" && \
28+
make build-images

scripts/ci-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ cd "${REPO_ROOT}" && \
2727
fetch_tools && \
2828
setup_envs && \
2929
make generate lint test
30+
31+
cd "${REPO_ROOT}/virtualcluster/" && \
32+
make test

0 commit comments

Comments
 (0)