Skip to content

Commit

Permalink
Revert "add new job to run internal encryption tests for Contour (#3649
Browse files Browse the repository at this point in the history
…)" (#3694)

This reverts commit 71d8478.
  • Loading branch information
KauzClay authored Jan 30, 2023
1 parent f403766 commit 1a7ca66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
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

0 comments on commit 1a7ca66

Please sign in to comment.