| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
relative to changes in rabbitmq-components.mk in master of rabbitmq-server
|
| |
|
|
|
|
| |
It requires files (in the packaging directory) that have since been
moved to their own repository. We could fetch the additional repo, but
as far as I know, no one is using the artifact from the job at this time.
|
| |
|
|
|
|
|
| |
Mix clusters with v3.7 and v3.8, currently on both erlang versions. As
this also increases the actions duration rabbit ct-* suites have been
de-grouped such that multiple ct suites are no longer run as part of a
GitHub Actions job.
|
| |
|
|
| |
Using a unique span_id when invoking the buildevents cli
|
| |
|
|
|
| |
Dialyze now runs independently for each component on the uncompiled sources
to maximize the amount of issues detectable
|
| |
|
|
|
|
|
| |
- Provide RABBITMQ_VERSION so that plugin version compatibility checks work
correctly
- Run tests generally as an unpriveleged user in docker, like we do in concourse
- Set USER in the env for erlang-cookie-sources tests
|
| |
|
|
|
| |
Compiling before running xref invalidates its results, so xref now
happens independently per component parallel to the main set of actions.
|
|
|
Add GitHub Actions workflows for Erlang/OTP 22.3 & 23.0.
The workflows run tests for each component that is now part of this
repo, with test suite parallelization specifically for the rabbit
erlang application.
|