diff --git a/.github/workflows/e2e-test-azure.yml b/.github/workflows/e2e-test-azure.yml index 61d605d35..75b8d5282 100644 --- a/.github/workflows/e2e-test-azure.yml +++ b/.github/workflows/e2e-test-azure.yml @@ -38,13 +38,6 @@ jobs: azureResourceGroup: ${{ steps.az_resource_group_gen.outputs.res_group_name }} # TODO: 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' - cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }} - cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }} - cosignPassword: ${{ secrets.COSIGN_PASSWORD }} - awsAccessKeyID: ${{ secrets.AWS_ACCESS_KEY_ID }} - awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - awsDefaultRegion: ${{ secrets.AWS_DEFAULT_REGION }} - awsBucketName: ${{ secrets.PUBLIC_BUCKET_NAME }} - name: Always terminate cluster if: always() diff --git a/.github/workflows/e2e-test-gcp.yml b/.github/workflows/e2e-test-gcp.yml index d8f811523..29fd7ec40 100644 --- a/.github/workflows/e2e-test-gcp.yml +++ b/.github/workflows/e2e-test-gcp.yml @@ -24,13 +24,6 @@ jobs: gcpClusterServiceAccountKey: ${{ secrets.GCP_CLUSTER_SERVICE_ACCOUNT }} # TODO: 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' - cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }} - cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }} - cosignPassword: ${{ secrets.COSIGN_PASSWORD }} - awsAccessKeyID: ${{ secrets.AWS_ACCESS_KEY_ID }} - awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - awsDefaultRegion: ${{ secrets.AWS_DEFAULT_REGION }} - awsBucketName: ${{ secrets.PUBLIC_BUCKET_NAME }} - name: Always terminate cluster if: always() diff --git a/.github/workflows/e2e-test-manual.yml b/.github/workflows/e2e-test-manual.yml index 5bec501c3..2b394f605 100644 --- a/.github/workflows/e2e-test-manual.yml +++ b/.github/workflows/e2e-test-manual.yml @@ -86,13 +86,6 @@ jobs: azureResourceGroup: ${{ steps.az_resource_group_gen.outputs.res_group_name }} coreosImage: ${{ github.event.inputs.coreosImage }} isDebugImage: ${{ github.event.inputs.isDebugImage }} - cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }} - cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }} - cosignPassword: ${{ secrets.COSIGN_PASSWORD }} - awsAccessKeyID: ${{ secrets.AWS_ACCESS_KEY_ID }} - awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - awsDefaultRegion: ${{ secrets.AWS_DEFAULT_REGION }} - awsBucketName: ${{ secrets.PUBLIC_BUCKET_NAME }} - name: Always terminate cluster if: always()