mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-08 19:08:40 -05:00
ci: use sonobuoy 0.57.1 (#2821)
This commit is contained in:
parent
2d3996d5b3
commit
9181705299
7
.github/actions/e2e_sonobuoy/action.yml
vendored
7
.github/actions/e2e_sonobuoy/action.yml
vendored
@ -21,7 +21,7 @@ runs:
|
|||||||
- name: Install sonobuoy
|
- name: Install sonobuoy
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
SONOBUOY_VER: "0.56.17"
|
SONOBUOY_VER: "0.57.1"
|
||||||
run: |
|
run: |
|
||||||
HOSTOS="$(go env GOOS)"
|
HOSTOS="$(go env GOOS)"
|
||||||
HOSTARCH="$(go env GOARCH)"
|
HOSTARCH="$(go env GOARCH)"
|
||||||
@ -43,7 +43,10 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
KUBECONFIG: ${{ inputs.kubeconfig }}
|
KUBECONFIG: ${{ inputs.kubeconfig }}
|
||||||
run: sonobuoy retrieve --kubeconfig constellation-admin.conf
|
run: |
|
||||||
|
sonobuoy retrieve --kubeconfig constellation-admin.conf
|
||||||
|
sonobuoy results *_sonobuoy_*.tar.gz
|
||||||
|
sonobuoy results *_sonobuoy_*.tar.gz --mode detailed | jq 'select(.status!="passed")' | jq 'select(.status!="skipped")' || true
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: always() && !env.ACT
|
if: always() && !env.ACT
|
||||||
|
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -341,7 +341,7 @@ runs:
|
|||||||
uses: ./.github/actions/e2e_sonobuoy
|
uses: ./.github/actions/e2e_sonobuoy
|
||||||
with:
|
with:
|
||||||
# TODO(3u13r): Remove E2E_SKIP once AB#2174 is resolved
|
# TODO(3u13r): Remove E2E_SKIP once AB#2174 is resolved
|
||||||
sonobuoyTestSuiteCmd: '--plugin e2e --plugin-env e2e.E2E_FOCUS="\[Conformance\]" --plugin-env e2e.E2E_SKIP="for service with type clusterIP|HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol" --plugin https://raw.githubusercontent.com/vmware-tanzu/sonobuoy-plugins/master/cis-benchmarks/kube-bench-plugin.yaml --plugin https://raw.githubusercontent.com/vmware-tanzu/sonobuoy-plugins/master/cis-benchmarks/kube-bench-master-plugin.yaml'
|
sonobuoyTestSuiteCmd: '--plugin e2e --plugin-env e2e.E2E_FOCUS="\[Conformance\]" --plugin-env e2e.E2E_SKIP="for service with type clusterIP|HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol|Services should serve endpoints on same port and different protocols" --plugin https://raw.githubusercontent.com/vmware-tanzu/sonobuoy-plugins/master/cis-benchmarks/kube-bench-plugin.yaml --plugin https://raw.githubusercontent.com/vmware-tanzu/sonobuoy-plugins/master/cis-benchmarks/kube-bench-master-plugin.yaml'
|
||||||
kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }}
|
kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }}
|
||||||
artifactNameSuffix: ${{ steps.create-prefix.outputs.prefix }}
|
artifactNameSuffix: ${{ steps.create-prefix.outputs.prefix }}
|
||||||
encryptionSecret: ${{ inputs.encryptionSecret }}
|
encryptionSecret: ${{ inputs.encryptionSecret }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user