File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 76
76
- name : Run integration tests
77
77
shell : bash
78
78
run : |
79
+ eval $(make dev-env)
79
80
./test/ci-cleanup.sh
80
81
./test/integration.sh
81
82
env :
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ YQ=docker run --rm -i -v $(shell pwd):/workdir mikefarah/yq:4
7
7
KINDCONFIG := $(or $(KINDCONFIG ) ,control-plane/kind.yaml)
8
8
KUBECONFIG := $(shell pwd) /.kubeconfig
9
9
10
+ METALCTL_HMAC := $(or $(METALCTL_HMAC ) ,metal-admin)
11
+ METALCTL_API_URL := $(or $(METALCTL_API_URL ) ,http://api.172.17.0.1.nip.io:8080/metal)
12
+
10
13
MKE2FS_CONFIG := $(shell pwd) /mke2fs.conf
11
14
# Default values
12
15
CONTAINERLAB =$(shell which containerlab)
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ services:
68
68
metalctl :
69
69
image : ghcr.io/metal-stack/metalctl:${METALCTL_IMAGE_TAG}
70
70
environment :
71
- - METALCTL_HMAC=metal-admin
72
- - METALCTL_API_URL=http://api.172.17.0.1.nip.io:8080/metal
71
+ - METALCTL_HMAC=${METALCTL_HMAC}
72
+ - METALCTL_API_URL=${METALCTL_API_URL}
73
73
volumes :
74
74
- ./files/ssh:/root/.ssh:ro
75
75
- ./files/ignition.json:/tmp/ignition.json
You can’t perform that action at this time.
0 commit comments