Skip to content

Commit 4f022fa

Browse files
committed
draft
1 parent 8e4d5ed commit 4f022fa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 15 additions & 0 deletions
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: f568bf97-9ebf-4c16-afdf-0de705cf595c # glow-in-the-dark
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)