Skip to content
Snippets Groups Projects
Commit e2d98768 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'master' into upgrade-beam

parents 9776f823 37f6a1d6
No related branches found
No related tags found
1 merge request!223Upgrade Beam version
Pipeline #6443 passed
workflow: workflow:
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"' - if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_PROTECTED != "true"'
when: never when: never
- when: always - when: always
......
...@@ -46,3 +46,9 @@ The `smoketest-runner.sh` script can be used to run a simple test for a specific ...@@ -46,3 +46,9 @@ The `smoketest-runner.sh` script can be used to run a simple test for a specific
``` ```
where `<docker-compose-dir>` is the directory of a Docker-Compose file, for example, `uc2-beam-samza`. The script exists with a zero exit code in case of success and a non-zero exit code otherwise. where `<docker-compose-dir>` is the directory of a Docker-Compose file, for example, `uc2-beam-samza`. The script exists with a zero exit code in case of success and a non-zero exit code otherwise.
You can also run the set of all smoke test with:
```sh
./smoketest-runner-all.sh
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment