Compare commits
2 Commits
28c0693032
...
f4648ed7b1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4648ed7b1 | ||
|
|
1d05b0f238 |
@@ -102,7 +102,7 @@ integration_test_stage:
|
|||||||
BASE_URL: https://orchard-stage.common.global.bsf.tools
|
BASE_URL: https://orchard-stage.common.global.bsf.tools
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH == "main"'
|
- if: '$CI_COMMIT_BRANCH == "main"'
|
||||||
when: always
|
when: on_success
|
||||||
|
|
||||||
# Integration tests for feature deployment
|
# Integration tests for feature deployment
|
||||||
integration_test_feature:
|
integration_test_feature:
|
||||||
@@ -112,7 +112,7 @@ integration_test_feature:
|
|||||||
BASE_URL: https://orchard-$CI_COMMIT_REF_SLUG.common.global.bsf.tools
|
BASE_URL: https://orchard-$CI_COMMIT_REF_SLUG.common.global.bsf.tools
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != "main"'
|
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != "main"'
|
||||||
when: always
|
when: on_success
|
||||||
|
|
||||||
# Run Python backend tests
|
# Run Python backend tests
|
||||||
python_tests:
|
python_tests:
|
||||||
@@ -294,6 +294,7 @@ deploy_feature:
|
|||||||
name: review/$CI_COMMIT_REF_SLUG
|
name: review/$CI_COMMIT_REF_SLUG
|
||||||
url: https://orchard-$CI_COMMIT_REF_SLUG.common.global.bsf.tools
|
url: https://orchard-$CI_COMMIT_REF_SLUG.common.global.bsf.tools
|
||||||
on_stop: cleanup_feature
|
on_stop: cleanup_feature
|
||||||
|
auto_stop_in: 1 week
|
||||||
kubernetes:
|
kubernetes:
|
||||||
agent: esv/bsf/bsf-integration/orchard/orchard-mvp:orchard
|
agent: esv/bsf/bsf-integration/orchard/orchard-mvp:orchard
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user