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

Commit

Permalink
adding virtualcluster to prow
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Hein <[email protected]>
  • Loading branch information
christopherhein committed May 22, 2021
1 parent a4ae371 commit 76d6212
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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
5 changes: 4 additions & 1 deletion scripts/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ set -o nounset
set -o pipefail

REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
# shellcheck source=../hack/ensure-go.sh
shellcheck source=../hack/ensure-go.sh
source "${REPO_ROOT}/hack/ensure-go.sh"

cd "${REPO_ROOT}" && \
source ./scripts/fetch_ext_bins.sh && \
fetch_tools && \
setup_envs && \
make generate lint test

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

0 comments on commit 76d6212

Please sign in to comment.