Skip to content

Commit

Permalink
Run sonobuoy plugin directly, not using sonobuoy runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Oct 11, 2023
1 parent bf87a03 commit 3f2d265
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tekton/tasks/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ spec:
env:
- name: PROVIDER
value: $(params.PROVIDER)
- name: CP_KUBECONFIG
- name: CP_KUBECONFIG_PATH
value: $(params.MC_KUBECONFIG)
- name: TC_KUBECONFIG
- name: TC_KUBECONFIG_PATH
value: "$(workspaces.cluster.path)/kubeconfig"
- name: TEST_DELETION
value: $(params.test-deletion)
- name: CLUSTER_ID_PATH
value: $(workspaces.cluster.path)/cluster-id
script: |
#!/bin/sh
export CP_KUBECONFIG="$(cat $CP_KUBECONFIG_PATH)"
export TC_KUBECONFIG="$(cat $TC_KUBECONFIG_PATH)"
/app/run_go_test.sh
volumeMounts:
- mountPath: /etc/kubeconfig
Expand Down

0 comments on commit 3f2d265

Please sign in to comment.