Revision c32bff4ad52ce608f25811cc0b18f8db31cb7afb authored by Nicolas Busseneau on 30 June 2023, 13:38:13 UTC, committed by André Martins on 05 July 2023, 12:10:08 UTC
[ upstream commit 4a9ee81c6b6bdb5b63e61287a93ab67a77255c4c ]

This is a custom backport, please see upstream commit for full details.

Ariane is a new GitHub App intended to trigger Cilium CI workflows based
on trigger phrases commented in pull requests, in order to replace the
existing `issue_comment`-based workflows and simplify our CI stack.

This commit adds a configuration setting up triggers such that existing
1.11 workflows can be triggered with the usual `/test-backport-1.11`,
and based on the same PR changelist match / ignore rules.

In particular for 1.11, the AKS workflow was NOT backported because 1.11
only supports K8s versions up to 1.23, and 1.23 is not available on AKS
anymore. The stable 1.11 AKS workflow from `main` was already disabled
when this changed happened, as per our testing policy, so we are not
backporting it.

Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
1 parent 7cf6b03
Raw File
CODEOWNERS
# Code owners groups and a brief description of their areas:
# @cilium/tophat             Catch-all for code not otherwise owned
# @cilium/api                API stability guarantees
# @cilium/ci-structure       Continuous integration, testing
# @cilium/github-sec         GitHub security (handling of secrets, consequences of pull_request_target, etc.)

# The following filepaths should be sorted so that more specific paths occur
# after the less specific paths, otherwise the ownership for the specific paths
# is not properly picked up in Github.
* @cilium/tophat
/.github/workflows/ @cilium/github-sec @cilium/ci-structure
/api/ @cilium/api
/images/builder/update-cilium-builder-image.sh @cilium/github-sec
/images/runtime/update-cilium-runtime-image.sh @cilium/github-sec
/pkg/api/ @cilium/api
/pkg/byteorder/ @cilium/sig-datapath @cilium/api
/pkg/client @cilium/api
/pkg/k8s/apis/cilium.io/v2/ @cilium/api
/pkg/datapath/linux/ipsec/xfrm_collector* @cilium/metrics
/pkg/k8s/client/clientset/versioned/ @cilium/api
/pkg/k8s/client/informers/ @cilium/api
/pkg/labels @cilium/sig-policy @cilium/api
/pkg/monitor/api @cilium/api
/pkg/monitor/payload @cilium/api
/pkg/policy/api/ @cilium/api
/pkg/proxy/accesslog @cilium/api
back to top