Skip to content

Integrating

Tibor Šimko edited this page Sep 20, 2023 · 2 revisions

Running integration tests

Use reana-dev helper script to build latest sources of all components and to run the integration tests upon some demo examples:

$ reana-dev run-ci \
      -m /var/reana:/var/reana \
      -c r-d-r-roofit \
      --exclude-components r-a-vomsproxy,r-a-krb5,r-a-rucio \
      --admin-email [email protected] \
      --admin-password mysecretpassword

Run the full test suite of all the demo examples locally:

$ reana-dev kind-load-docker-image -c DEMO
$ reana-dev run-ci ... -c DEMO --submit-only
...
$ reana-dev run-ci ... -c DEMO --check-only