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
History
File Mode Size
_exts
_static
_templates
cmdref
concepts
configuration
contributing
gettingstarted
images
internals
operations
policy
robots
.dockerignore -rw-r--r-- 69 bytes
.gitignore -rw-r--r-- 60 bytes
Dockerfile -rw-r--r-- 754 bytes
Makefile -rw-r--r-- 3.6 KB
api.rst -rw-r--r-- 3.0 KB
beta.rst -rw-r--r-- 123 bytes
bpf.rst -rw-r--r-- 211.5 KB
cheatsheet.rst -rw-r--r-- 9.4 KB
check-build.sh -rwxr-xr-x 3.4 KB
check-cmdref.sh -rwxr-xr-x 336 bytes
check-crd-compat-table.sh -rwxr-xr-x 5.6 KB
check-examples.sh -rwxr-xr-x 593 bytes
check-helmvalues.sh -rwxr-xr-x 353 bytes
community.rst -rw-r--r-- 4.8 KB
conf.py -rw-r--r-- 8.5 KB
further_reading.rst -rw-r--r-- 359 bytes
gettinghelp.rst -rw-r--r-- 2.0 KB
glossary.rst -rw-r--r-- 2.1 KB
helm-reference.rst -rw-r--r-- 384 bytes
helm-values.rst -rw-r--r-- 62.0 KB
helm-values.tmp.tmpl -rw-r--r-- 37 bytes
index.rst -rw-r--r-- 2.4 KB
intro.rst -rw-r--r-- 5.7 KB
kvstore.rst -rw-r--r-- 7.6 KB
requirements.txt -rw-r--r-- 784 bytes
runtime.txt -rw-r--r-- 4 bytes
spelling_wordlist.txt -rw-r--r-- 9.2 KB
update-cmdref.sh -rwxr-xr-x 678 bytes
update-spelling_wordlist.sh -rwxr-xr-x 354 bytes
yaml.config -rw-r--r-- 97 bytes

back to top