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

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

86 changes: 86 additions & 0 deletions prow/cluster/jobs/istio/ztunnel/istio.ztunnel.master.gen.yaml

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

4 changes: 4 additions & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ branch-protection:
branches: *blocked_branches
release-builder:
branches: *blocked_branches
ztunnel:
branches: *blocked_branches
istio:
branches:
<<: *blocked_branches
Expand Down Expand Up @@ -399,6 +401,7 @@ tide:
- istio/cri
- istio/client-go
- istio/release-builder
- istio/ztunnel
missingLabels: &istio_tide_missing_labels
- do-not-merge
- do-not-merge/hold
Expand All @@ -421,6 +424,7 @@ tide:
- istio/cri
- istio/client-go
- istio/release-builder
- istio/ztunnel
labels:
- auto-merge
missingLabels: *istio_tide_missing_labels
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/common-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command:
- ../test-infra/tools/automator/automator.sh
- --org=istio
- --repo=istio,api,tools,release-builder,pkg,client-go,proxy
- --repo=istio,api,tools,release-builder,pkg,client-go,proxy,ztunnel
- "--title=Automator: update common-files@$AUTOMATOR_SRC_BRANCH in $AUTOMATOR_ORG/$AUTOMATOR_REPO@$AUTOMATOR_BRANCH"
- --labels=auto-merge,release-notes-none
- --strict
Expand Down
7 changes: 7 additions & 0 deletions prow/config/jobs/ztunnel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
org: istio
repo: ztunnel
image: gcr.io/istio-testing/build-tools:master-370c3316bcb3444f0c07806ff731edd0e8fc2041

jobs:
- name: test
command: [make, presubmit]
4 changes: 4 additions & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ dashboards:
- name: istio_proxy
- name: istio_proxy_periodic
- name: istio_proxy_postsubmit
- name: istio_ztunnel
- name: istio_ztunnel_postsubmit
- name: istio_release-builder_periodic
- name: istio_release-1.16_istio
- name: istio_release-1.16_api
Expand Down Expand Up @@ -295,6 +297,7 @@ dashboard_groups:
- istio_bots_postsubmit
- istio_client-go_postsubmit
- istio_cri_postsubmit
- istio_ztunnel_postsubmit
- istio_common-files_postsubmit
- istio_community_postsubmit
- istio_istio.io_postsubmit
Expand All @@ -307,6 +310,7 @@ dashboard_groups:
- istio_bots
- istio_client-go
- istio_cri
- istio_ztunnel
- istio_common-files
- istio_community
- istio_envoy
Expand Down