Skip to content

Commit

Permalink
drop istio head testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Sep 25, 2023
1 parent b9da230 commit 07fe4aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 138 deletions.
116 changes: 0 additions & 116 deletions prow/jobs/generated/knative/serving-main.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,122 +178,6 @@ periodics:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- annotations:
testgrid-dashboards: serving
testgrid-tab-name: istio-head-mesh
cluster: prow-build
cron: 27 */9 * * *
decorate: true
extra_refs:
- base_ref: main
org: knative
path_alias: knative.dev/serving
repo: serving
name: istio-head-mesh_serving_main_periodic
spec:
containers:
- args:
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh --istio-version head --mesh
- --run-test
- ./test/e2e-auto-tls-tests.sh --istio-version head --mesh
command:
- runner.sh
env:
- name: E2E_CLUSTER_REGION
value: us-central1
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0
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
- annotations:
testgrid-dashboards: serving
testgrid-tab-name: istio-head-no-mesh
cluster: prow-build
cron: 37 */9 * * *
decorate: true
extra_refs:
- base_ref: main
org: knative
path_alias: knative.dev/serving
repo: serving
name: istio-head-no-mesh_serving_main_periodic
spec:
containers:
- args:
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh --istio-version head --no-mesh
- --run-test
- ./test/e2e-auto-tls-tests.sh --istio-version head --no-mesh
command:
- runner.sh
env:
- name: E2E_CLUSTER_REGION
value: us-central1
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230925-25e28c7d0
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
- annotations:
testgrid-dashboards: serving
testgrid-tab-name: kourier-stable
Expand Down
22 changes: 0 additions & 22 deletions prow/jobs_config/knative/serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,28 +120,6 @@ jobs:
- --run-test
- ./test/e2e-auto-tls-tests.sh --istio-version latest --mesh

- name: istio-head-mesh
types: [periodic]
command:
- runner.sh
args:
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh --istio-version head --mesh
- --run-test
- ./test/e2e-auto-tls-tests.sh --istio-version head --mesh

- name: istio-head-no-mesh
types: [periodic]
command:
- runner.sh
args:
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh --istio-version head --no-mesh
- --run-test
- ./test/e2e-auto-tls-tests.sh --istio-version head --no-mesh

- name: kourier-stable
types: [periodic]
command:
Expand Down

0 comments on commit 07fe4aa

Please sign in to comment.