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

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Feb 17, 2024
1 parent 2518053 commit 4f915a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
with:
ocaml-compiler: "5.0.0"
- run: opam install . --deps-only --with-test
- run: make -C e2e setup
- run: opam exec -- make -C e2e create-cluster
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- run: opam exec -- make -C e2e test
5 changes: 3 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ create-cluster:
$(KIND) create cluster -n $(KIND_CLUSTER_NAME) --image kindest/node:v$(KUBERNETES_VERSION)
$(KIND) load docker-image $(IMAGE) -n $(KIND_CLUSTER_NAME)
$(MAKE) $(KUBECONFIG)
KUBECONFIG=$(KUBECONFIG) $(HELM) install --namespace mahout --create-namespace mahout ../charts/mahout/ -f values.yaml
$(KUBECTL) create namespace e2e || true
$(KUBECTL) create namespace mahout
KUBECONFIG=$(KUBECONFIG) $(HELM) install --namespace mahout mahout ../charts/mahout/ -f values.yaml
$(KUBECTL) create namespace e2e
$(KUBECTL) apply -f $(WD)/manifests/secret-env.yaml
$(KUBECTL) apply -f $(WD)/manifests/toolbox.yaml

Expand Down

0 comments on commit 4f915a6

Please sign in to comment.