···22.PHONY: default compose infra apps test update
3344env ?= local
55-# TODO multiple clusters
66-export KUBECONFIG = $(shell pwd)/cluster/kubeconfig.yaml
7586default: infra
97···1513 temporal workflow start \
1614 --task-queue cloudlab \
1715 --type Infra \
1818- --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "infra-rewrite", "oldRevision": "790763a8166e306f34559870c60e818505117e6b", "stack": "local" }'
1616+ --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "oldRevision": "790763a8166e306f34559870c60e818505117e6b", "stack": "local" }'
19172018apps:
2119 # TODO auto bootstrap
···27252826test:
2927 cd controller && go test ./...
3030- cd test/e2e && go test
2828+ cd test && go test
31293230fmt:
3331 nixfmt flake.nix
···3937 tofu fmt -recursive
4038 cd controller && go fmt ./...
4139 cd infra/modules/tfstate && go fmt ./...
4242- cd test/e2e && go fmt ./...
4040+ cd test && go fmt ./...
43414442update:
4543 nix flake update