Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feature/source-embe…
Browse files Browse the repository at this point in the history
…dded-hacks
  • Loading branch information
cardil committed Sep 4, 2023
2 parents 85b3565 + 9cc05a3 commit 1f57234
Show file tree
Hide file tree
Showing 20 changed files with 518 additions and 216 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/knative-style.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2020 The Knative Authors.
# SPDX-License-Identifier: Apache-2.0

# This file is automagically synced here from github.com/knative-extensions/knobots

name: Code Style

on:
pull_request:
branches: [ 'main', 'release-*' ]

jobs:

style:
uses: knative/actions/.github/workflows/reusable-style.yaml@main
139 changes: 47 additions & 92 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Do not modify this file, instead modify peribolos/knative.yaml

aliases:
api-core-wg-leads:
- dprotaso
client-reviewers:
- itsmurugappan
client-wg-leads:
Expand All @@ -17,202 +15,159 @@ aliases:
- rhuss
- vyasgun
conformance-task-force-leads:
- omerbensaadon
- salaboy
conformance-writers:
- omerbensaadon
- salaboy
docs-reviewers:
- nainaz
- omerbensaadon
- nak3
- pmbanugo
- retocode
- skonto
- snneji
docs-wg-leads:
- abrennan89
- snneji
docs-writers:
- abrennan89
- csantanapr
- nak3
- psschwei
- retocode
- skonto
- snneji
eventing-reviewers:
- aslom
- tayarani
- tommyreddad
- creydr
eventing-triage:
- akashrv
- lberk
eventing-wg-leads:
- pierDipi
eventing-writers:
- akashrv
- aliok
- creydr
- lberk
- lionelvillard
- matzew
- odacremolbap
- pierDipi
func-reviewers:
- gauron99
- jrangelramos
- nainaz
func-writers:
- jrangelramos
- lance
- lkingland
- matejvasek
- salaboy
- zroubalik
functions-wg-leads:
- lance
- lkingland
- salaboy
knative-admin:
- Vishal-Chdhry
- creydr
- csantanapr
- dprotaso
- dsimansk
- evankanderson
- itsmurugappan
- knative-automation
- knative-prow-releaser-robot
- knative-prow-robot
- knative-prow-updater-robot
- knative-test-reporter-robot
- kvmware
- lance
- lionelvillard
- mchmarny
- nak3
- pmorie
- nainaz
- pierDipi
- psschwei
- puerco
- salaboy
- skonto
- smoser-ibm
- thisisnotapril
- upodroid
- vaikas
- zroubalik
- xtreme-sameer-vohra
knative-release-leads:
- lionelvillard
- nak3
- Vishal-Chdhry
- creydr
- dsimansk
- pierDipi
- skonto
knative-robots:
- knative-automation
- knative-prow-releaser-robot
- knative-prow-robot
- knative-prow-updater-robot
- knative-test-reporter-robot
networking-reviewers:
- JRBANCEL
- ZhiminXiang
- andrew-su
- arturenault
- carlisia
- nak3
- shashwathi
- tcnghia
- vagababov
- yanweiguo
networking-wg-leads: []
networking-writers:
- JRBANCEL
- vagababov
operations-reviewers:
- Cynocracy
- aliok
- houshengbo
- jcrossley3
- matzew
- maximilien
- trshafer
operations-wg-leads:
- houshengbo
operations-writers:
- Cynocracy
- aliok
- houshengbo
- jcrossley3
- matzew
- maximilien
- trshafer
pkg-configmap-reviewers:
- dprotaso
- mattmoor
- vagababov
pkg-configmap-writers:
- dprotaso
- mattmoor
- vagababov
pkg-controller-reviewers:
- dprotaso
- mattmoor
- tcnghia
- vagababov
- whaught
pkg-controller-writers:
- dprotaso
- mattmoor
- tcnghia
- vagababov
productivity-leads:
- kvmware
- upodroid
productivity-reviewers:
- albertomilan
- evankanderson
- mgencur
- shinigambit
productivity-wg-leads:
- kvmware
- upodroid
productivity-writers:
- cardil
- chaodaiG
- coryrc
- kvmware
- psschwei
- upodroid
security-wg-leads:
- davidhadas
- evankanderson
- julz
security-writers:
- davidhadas
- evankanderson
- julz
serving-observability-reviewers:
serving-approvers:
- nak3
- psschwei
- skonto
- yanweiguo
serving-observability-writers:
- yanweiguo
serving-reviewers:
- carlisia
- julz
- nader-ziada
- nealhu
- psschwei
- KauzClay
- jsanin-vmw
- kauana
- kvmware
- retocode
- skonto
- xtreme-vikram-yadav
serving-triage:
- KauzClay
- retocode
- skonto
- whaught
serving-wg-leads:
- dprotaso
- psschwei
serving-writers:
- dprotaso
- julz
- nak3
- psschwei
- tcnghia
- vagababov
- skonto
steering-committee:
- csantanapr
- itsmurugappan
- lance
- pmorie
- thisisnotapril
- vaikas
- nainaz
- puerco
- salaboy
technical-oversight-committee:
- dprotaso
- dsimansk
- evankanderson
- kvmware
- psschwei
- zroubalik
trademark-committee:
- evankanderson
- mchmarny
- smoser-ibm
- xtreme-sameer-vohra
ux-wg-leads:
- abrennan89
- snneji
ux-writers:
- abrennan89
- snneji
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ main "$@"
This is a helper script for Knative E2E test scripts. To use it:

1. [optional] Customize the test cluster. Pass the flags as described
[here](../tools/kntest/pkg/kubetest2/gke/README.md) to the `initialize` function
[here](https://github.com/knative/toolbox/blob/main/kntest/pkg/kubetest2/gke/README.md) to the `initialize` function
call if the default values don't fit your needs.

1. Source the script.
Expand All @@ -123,6 +123,10 @@ This is a helper script for Knative E2E test scripts. To use it:
when a test fails, and can dump extra information about the current state of
the cluster (typically using `kubectl`).

1. [optional] Write the `on_success` function. It will be called when a test succeeds

1. [optional] Write the `on_failure` function. It will be called when a test fails

1. [optional] Write the `parse_flags()` function. It will be called whenever an
unrecognized flag is passed to the script, allowing you to define your own
flags. The function must return 0 if the flag is unrecognized, or the number
Expand Down
Loading

0 comments on commit 1f57234

Please sign in to comment.