Skip to content

Commit 276ddc9

Browse files
committed
draft
1 parent 8e4d5ed commit 276ddc9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/tests.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,18 @@ jobs:
6363
key: downloaded-${{ runner.os }}-${{ hashFiles('klone.yaml') }}-test-unit
6464

6565
- run: make -j test-unit
66+
67+
test-e2e:
68+
runs-on: ubuntu-latest
69+
steps:
70+
- run: ./hack/e2e/test.sh
71+
env:
72+
VEN_API_KEY: ${} # ven-tlspk.venafi.cloud
73+
VEN_API_KEY_PULL: ${secrets.VEN_API_KEY_PULL}
74+
OCI_BASE: ttl.sh/veanfi-kubernetes-agent
75+
VEN_API_HOST: api.venafi.cloud
76+
VEN_ZONE: tlspk-bench\Default
77+
VEN_VCP_REGION: us
78+
CLOUDSDK_CORE_PROJECT: jetstack-mael-valais
79+
CLOUDSDK_COMPUTE_ZONE: europe-west1-b
80+
CLUSTER_NAME: test-secretless

0 commit comments

Comments
 (0)