All information you need to add System Tests in your CI.
You'll need a CI that with docker
and python 3.12
installed, among with very common UNIX tools.
- Clone this repo
- Copy paste your components' build inside
./binaries
(See documentation) ./build.sh
with relevantlibrary
(see documentation). Exemple:./build.sh java
./run.sh
You will find different template or example:
- github actions
- gitlab CI: TODO
- azure (look for
stage: system_tests
)