Skip to content
Snippets Groups Projects
Commit 8afbc229 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

Merge branch 'manual_cb_trigger_rebased' into 'master'

Changed the cb trigger job from never to manual for non-default branches

See merge request walberla/walberla!631
parents 980d887d 2513bbc4
Branches
No related tags found
No related merge requests found
...@@ -1865,9 +1865,10 @@ continuous_benchmark_trigger: ...@@ -1865,9 +1865,10 @@ continuous_benchmark_trigger:
--form "ref=master" --form "ref=master"
--form "variables[WALBERLA_GITLAB_INSTANCE]=https://$CI_SERVER_HOST" --form "variables[WALBERLA_GITLAB_INSTANCE]=https://$CI_SERVER_HOST"
--form "variables[WALBERLA_PROJECT_ID]=$CI_PROJECT_PATH" --form "variables[WALBERLA_PROJECT_ID]=$CI_PROJECT_PATH"
--form "variables[WALBERLA_BRANCH]=$CI_DEFAULT_BRANCH" --form "variables[WALBERLA_BRANCH]=$CI_COMMIT_BRANCH"
--form "variables[WALBERLA_COMMIT]=$CI_COMMIT_SHA"
"$CB_TRIGGER_API_URL" "$CB_TRIGGER_API_URL"
rules: rules:
- if: '$CI_PROJECT_PATH == "walberla/walberla" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_PROJECT_PATH == "walberla/walberla" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: on_success when: on_success
- when: never - when: manual
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment