Skip to content

Commit

Permalink
Revert "Use istio prowgen to generate Prow jobs (#3175)" (#3178)
Browse files Browse the repository at this point in the history
* Revert "Use istio prowgen to generate Prow jobs (#3175)"

This reverts commit 0656566.

* make linter happy
  • Loading branch information
krsna-m committed Mar 23, 2022
1 parent 0656566 commit 2332e82
Show file tree
Hide file tree
Showing 386 changed files with 31,921 additions and 43,279 deletions.
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/jobs_config](./prow/jobs_config).
[prow/config_knative.yaml](./prow/config_knative.yaml).

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

- **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: 3 additions & 0 deletions config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ 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: 90 additions & 53 deletions config/prow/k8s-testgrid/k8s-testgrid.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 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 @@ -6,60 +19,18 @@
# #######################################################################
# 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 @@ -68,6 +39,7 @@ 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 @@ -81,22 +53,87 @@ dashboards:
- name: kn-plugin-service-log
- name: kn-plugin-source-kafka
- name: kn-plugin-source-kamelet
- 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: 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: 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

0 comments on commit 2332e82

Please sign in to comment.