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

Drop istio HEAD testing #213

Merged
merged 1 commit into from
Sep 25, 2023
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
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