We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4d5ed commit 276ddc9Copy full SHA for 276ddc9
.github/workflows/tests.yaml
@@ -63,3 +63,18 @@ jobs:
63
key: downloaded-${{ runner.os }}-${{ hashFiles('klone.yaml') }}-test-unit
64
65
- 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