Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit e1e1cb8

Browse files
authored
Merge pull request #572 from cprivitere/e2e-suite-test-metro
🐛 fix e2e test setup code to use metro
2 parents 1b6073a + 5c7dbfe commit e1e1cb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ endif
168168
# Additinal GINKGO overrides
169169
GINKGO_FLAKE_ATTEMPTS ?= 0
170170
E2E_CONF_FILE_SOURCE ?= $(ROOT_DIR)/$(TEST_DIR)/e2e/config/packet-ci.yaml
171-
SKIP_IMAGE_BUILD ?= false
171+
SKIP_IMAGE_BUILD ?=
172172

173173
ARTIFACTS ?= $(ROOT_DIR)/_artifacts
174174

test/e2e/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var _ = SynchronizedBeforeSuite(func() []byte {
110110
// Before all ParallelNodes.
111111
Expect(os.Getenv(AuthTokenEnvVar)).NotTo(BeEmpty())
112112
Expect(os.Getenv(ProjectIDEnvVar)).NotTo(BeEmpty())
113-
Expect(os.Getenv("FACILITY")).NotTo(BeEmpty())
113+
Expect(os.Getenv("METRO")).NotTo(BeEmpty())
114114
Expect(os.Getenv("CONTROLPLANE_NODE_TYPE")).NotTo(BeEmpty())
115115
Expect(os.Getenv("WORKER_NODE_TYPE")).NotTo(BeEmpty())
116116

0 commit comments

Comments
 (0)