Skip to content

Commit 68a65a5

Browse files
authored
Merge pull request #1063 from sbueringer/pr-absolute-paths
🌱 Use absolute paths in tests
2 parents d039af4 + 3b80f63 commit 68a65a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/config/vsphere-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ variables:
8585
VSPHERE_TLS_THUMBPRINT: "18:EC:35:60:54:68:92:F6:F8:92:3E:4D:11:A1:0D:13:9C:E9:3E:B6"
8686
VSPHERE_COMPUTE_CLUSTER: "Cluster-1"
8787
VSPHERE_DATACENTER: "SDDC-Datacenter"
88-
VSPHERE_FOLDER: "cloud-provider-vsphere"
89-
VSPHERE_RESOURCE_POOL: "cloud-provider-vsphere"
88+
VSPHERE_FOLDER: "/SDDC-Datacenter/vm/Workloads/cloud-provider-vsphere"
89+
VSPHERE_RESOURCE_POOL: "/SDDC-Datacenter/host/Cluster-1/Resources/Compute-ResourcePool/cloud-provider-vsphere"
9090
VSPHERE_DATASTORE: "WorkloadDatastore"
9191
VSPHERE_STORAGE_POLICY: "Cluster API vSphere Storage Policy"
9292
VSPHERE_NETWORK: "sddc-cgw-network-6"

0 commit comments

Comments
 (0)