Skip to content
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
134 changes: 134 additions & 0 deletions prow/cluster/jobs/istio/envoy/istio.envoy.release-1.8.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions prow/config/jobs/envoy-1.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
org: istio
repo: envoy
branches: [release-1.8]
image: envoyproxy/envoy-build-ubuntu:f21773ab398a879f976936f72c78c9dd3718ca1e
node_selector:
testing: build-pool

jobs:
- name: test-asan
type: presubmit
env:
- name: BAZEL_BUILD_EXTRA_OPTIONS
value: "--local_ram_resources=131072 --local_cpu_resources=42 --test_env=ENVOY_IP_TEST_VERSIONS=v4only --flaky_test_attempts=9"
- name: ENVOY_SRCDIR
value: "/home/prow/go/src/istio.io/envoy"
command: [./ci/do_ci.sh, bazel.asan]
timeout: 4h0m0s

- name: test-tsan
type: presubmit
env:
- name: BAZEL_BUILD_EXTRA_OPTIONS
value: "--local_ram_resources=131072 --local_cpu_resources=42 --test_env=ENVOY_IP_TEST_VERSIONS=v4only --flaky_test_attempts=9"
- name: ENVOY_SRCDIR
value: "/home/prow/go/src/istio.io/envoy"
command: [./ci/do_ci.sh, bazel.tsan]

- name: test-release
type: presubmit
env:
- name: BAZEL_BUILD_EXTRA_OPTIONS
value: "--local_ram_resources=131072 --local_cpu_resources=42 --test_env=ENVOY_IP_TEST_VERSIONS=v4only --flaky_test_attempts=9"
- name: ENVOY_SRCDIR
value: "/home/prow/go/src/istio.io/envoy"
command: [./ci/do_ci.sh, bazel.release]

resources:
default:
requests:
memory: "180G"
cpu: "48"
ephemeral-storage: "1500G"
limits:
memory: "240G"
cpu: "64"
ephemeral-storage: "1790G"
6 changes: 6 additions & 0 deletions testgrid/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dashboards:
- name: istio_proxy
- name: istio_proxy_postsubmit

- name: istio_release-1.8_envoy

- name: istio_release-1.7_istio
- name: istio_release-1.7_api
- name: istio_release-1.7_client-go
Expand Down Expand Up @@ -113,6 +115,10 @@ dashboards:

# Group all dashboards
dashboard_groups:
- name: istio_release-1.8
dashboard_names:
- istio_release-1.8_envoy

- name: istio_release-1.7
dashboard_names:
- istio_release-1.7_istio_postsubmit
Expand Down