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

Use istio prowgen to generate Prow jobs #3175

Merged
merged 1 commit into from
Mar 23, 2022
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ of:
[`./hack/update-codegen.sh`](./hack/update-codegen.sh). Inputs include:

- Prow configs templates
[prow/config_knative.yaml](./prow/config_knative.yaml).
[prow/jobs_config](./prow/jobs_config).

- Prow configs generator [tools/config-generator](./tools/config-generator).
- Prow configs generator [tools/configgen](./tools/configgen).

- **If you change a package's deps** (including adding an external dependency),
then you must run [`./hack/update-deps.sh`](./hack/update-deps.sh).
Expand Down
3 changes: 0 additions & 3 deletions config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ PROW_GCS ?= knative-prow
PROW_HOST ?= https://prow.knative.dev
TESTGRID_GCS ?= knative-testgrid

KNATIVE_CONFIG ?= config_knative.yaml
TESTGRID_CONFIG ?= prow/testgrid/testgrid.yaml

CLUSTER ?= prow
BUILD_CLUSTER ?= knative-prow-build-cluster
ZONE ?= us-central1-f
Expand Down
143 changes: 53 additions & 90 deletions config/prow/k8s-testgrid/k8s-testgrid.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #######################################################################
# #### ####
# #### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ####
Expand All @@ -19,18 +6,60 @@
# #######################################################################
# Dashboards need to be specified here to be created on TestGrid
# A prow annotation will be invalid if it references a dashboard that doesn't exist
dashboard_groups:
- dashboard_names:
- client
- client-pkg
- docs
- eventing
- operator
- serving
- utilities
name: knative
- dashboard_names:
- async-component
- container-freezer
- eventing-autoscaler-keda
- eventing-awssqs
- eventing-ceph
- eventing-couchdb
- eventing-github
- eventing-gitlab
- eventing-kafka
- eventing-kafka-broker
- eventing-kogito
- eventing-natss
- eventing-rabbitmq
- eventing-redis
- kn-plugin-admin
- kn-plugin-diag
- kn-plugin-event
- kn-plugin-func
- kn-plugin-migration
- kn-plugin-operator
- kn-plugin-quickstart
- kn-plugin-sample
- kn-plugin-service-log
- kn-plugin-source-kafka
- kn-plugin-source-kamelet
- net-certmanager
- net-contour
- net-gateway-api
- net-http01
- net-istio
- net-kourier
- sample-controller
- sample-source
name: knative-sandbox
dashboards:
- name: async-component
- name: caching
- name: client
- name: client-pkg
- name: container-freezer
- name: discovery
- name: docs
- name: eventing
- name: eventing-autoscaler-keda
- name: eventing-awssqs
- name: eventing-camel
- name: eventing-ceph
- name: eventing-couchdb
- name: eventing-github
Expand All @@ -39,7 +68,6 @@ dashboards:
- name: eventing-kafka-broker
- name: eventing-kogito
- name: eventing-natss
- name: eventing-prometheus
- name: eventing-rabbitmq
- name: eventing-redis
- name: kn-plugin-admin
Expand All @@ -53,87 +81,22 @@ dashboards:
- name: kn-plugin-service-log
- name: kn-plugin-source-kafka
- name: kn-plugin-source-kamelet
- name: knative-0.26
- name: knative-1.0
- name: knative-1.1
- name: knative-1.2
- name: knative-1.3
- name: knative-gcp
- name: knative-sandbox-0.25
- name: knative-sandbox-0.26
- name: knative-sandbox-1.0
- name: knative-sandbox-1.1
- name: knative-sandbox-1.2
- name: knative-sandbox-1.3
- name: kperf
- name: knative-release-1.0
- name: knative-release-1.1
- name: knative-release-1.2
- name: knative-release-1.3
- name: knative-sandbox-release-1.0
- name: knative-sandbox-release-1.1
- name: knative-sandbox-release-1.2
- name: knative-sandbox-release-1.3
- name: net-certmanager
- name: net-contour
- name: net-gateway-api
- name: net-http01
- name: net-istio
- name: net-kourier
- name: operator
- name: pkg
- name: sample-controller
- name: sample-source
- name: serving
- name: test-infra
- name: utilities
dashboard_groups:
- name: google
dashboard_names:
- "knative-gcp"
- name: knative
dashboard_names:
- "caching"
- "client"
- "client-pkg"
- "docs"
- "eventing"
- "operator"
- "pkg"
- "serving"
- "test-infra"
- name: knative-sandbox
dashboard_names:
- "async-component"
- "container-freezer"
- "discovery"
- "eventing-autoscaler-keda"
- "eventing-awssqs"
- "eventing-camel"
- "eventing-ceph"
- "eventing-couchdb"
- "eventing-github"
- "eventing-gitlab"
- "eventing-kafka"
- "eventing-kafka-broker"
- "eventing-kogito"
- "eventing-natss"
- "eventing-prometheus"
- "eventing-rabbitmq"
- "eventing-redis"
- "kn-plugin-admin"
- "kn-plugin-diag"
- "kn-plugin-event"
- "kn-plugin-func"
- "kn-plugin-migration"
- "kn-plugin-operator"
- "kn-plugin-quickstart"
- "kn-plugin-sample"
- "kn-plugin-service-log"
- "kn-plugin-source-kafka"
- "kn-plugin-source-kamelet"
- "kperf"
- "net-certmanager"
- "net-contour"
- "net-gateway-api"
- "net-http01"
- "net-istio"
- "net-kourier"
- "sample-controller"
- "sample-source"
- name: maintenance
dashboard_names:
- "utilities"
- name: prow-tests
Loading