Skip to content

Commit

Permalink
build the modules in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Jul 22, 2022
1 parent 355cb4d commit adf013c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [ "${SKIP_IMAGE_CREATION:-false}" = "false" ]; then
fi

echo "[dev-env] building image"
make -C ${DIR}/../../ clean-image build image image-chroot
make -C ${DIR}/../../ clean-image build image image-chroot image-modules
echo "[dev-env] .. done building controller images"
echo "[dev-env] now building e2e-image.."
make -C ${DIR}/../e2e-image image
Expand All @@ -103,5 +103,7 @@ fi

kind load docker-image --name="${KIND_CLUSTER_NAME}" --nodes=${KIND_WORKERS} ${REGISTRY}/controller:${TAG}

kind load docker-image --name="${KIND_CLUSTER_NAME}" --nodes=${KIND_WORKERS} ${REGISTRY}/opentelemetry:${TAG}

echo "[dev-env] running e2e tests..."
make -C ${DIR}/../../ e2e-test

0 comments on commit adf013c

Please sign in to comment.