summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2020-03-06 14:40:47 +0000
committerGerhard Lazu <gerhard@lazu.co.uk>2020-04-22 16:31:56 +0100
commit7b21733fc63fdf543e56c6445b4b7f9272ed8788 (patch)
treed6bb375977557d2504968d519c60041247b9abb0 /.github/CODEOWNERS
parent9743422413b174555f5a7990cb354d9d3d37b85d (diff)
downloadrabbitmq-server-git-7b21733fc63fdf543e56c6445b4b7f9272ed8788.tar.gz
Run checks & tests in GitHub Actions on every push
- Separate workflows for min & max supported OTP version - Multiple groups for clustering_management (run in parallel & finish quicker) - Store CT logs as artefacts on failure - Tests badge in README - Store in S3 the version of the RabbitMQ components used while testing We have decided to not not run tests for RabbitMQ components that we depend on: rabbitmq-cli, rabbitmq-erlang-client & rabbitmq-common. rabbitmq-cli & rabbitmq-erlang-client depend on rabbitmq-server (recursive dependency) meaning that they will clone rabbitmq-server again, inside the deps dir. We will continue to run these in Concourse, until we merge all repositories into a single one. Let's be honest, it's a monolith! Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000000..40b1dcb859
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1 @@
+.github/workflows/ @gerhard @dumbbell