-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Devops: Move RabbitMQ CI to nightly and update versions (#6419)
The `rabbitmq.yml` was running a subset of the unit test suite against a number of versions of RabbitMQ. The versions tested were very outdated and are not officially supported anymore. The versions are updated to 3.11, 3.12, and 3.13. Since the introduction, the tests have never really failed, which is not too suprising as the code in `aiida-core` doesn't actually directly interface with RabbitMQ. Rather this is done in `kiwipy`. Therefore, the tests are moved to the nightly workflow such that they are no longer run on every push and PR, which is overkill.
- Loading branch information
1 parent
9c9ff79
commit b47a566
Showing
2 changed files
with
64 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.