Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "add new job to run internal encryption tests for Contour (#36… #3694

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions prow/jobs/generated/knative/serving-main.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1895,60 +1895,6 @@ presubmits:
type: Directory
name: cgroup
trigger: ((?m)^/test( | .* )contour-tls,?($|\s.*))|((?m)^/test( | .* )contour-tls_serving_main,?($|\s.*))
- always_run: false
branches:
- ^main$
cluster: prow-build
decorate: true
name: contour-internal-encryption_serving_main
path_alias: knative.dev/serving
rerun_command: /test contour-internal-encryption
run_if_changed: ^third_party/contour-latest/*
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-internal-encryption-tests.sh --contour-version latest
env:
- name: E2E_CLUSTER_REGION
value: us-central1
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: gcr.io/knative-tests/test-infra/prow-tests:v20230126-0d51bee0
name: ""
resources:
limits:
memory: 16Gi
requests:
memory: 12Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /docker-graph
name: docker-graph
- mountPath: /lib/modules
name: modules
- mountPath: /sys/fs/cgroup
name: cgroup
nodeSelector:
kubernetes.io/arch: amd64
type: testing
serviceAccountName: test-runner
volumes:
- emptyDir: {}
name: docker-graph
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
trigger: ((?m)^/test( | .* )contour-internal-encryption,?($|\s.*))|((?m)^/test(
| .* )contour-internal-encryption_serving_main,?($|\s.*))
- always_run: false
branches:
- ^main$
Expand Down
6 changes: 0 additions & 6 deletions prow/jobs_config/knative/serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ jobs:
command: [runner.sh, ./test/presubmit-tests.sh, --run-test, "./test/e2e-auto-tls-tests.sh --contour-version latest"]
modifiers: [presubmit_skipped]

- name: contour-internal-encryption
types: [presubmit]
regex: ^third_party/contour-latest/*
command: [runner.sh, ./test/presubmit-tests.sh, --run-test, "./test/e2e-internal-encryption-tests.sh --contour-version latest"]
modifiers: [presubmit_skipped]

- name: gateway-api-latest
types: [presubmit]
regex: ^third_party/gateway-api-latest/*
Expand Down