disable local rules for integration tests
This commit is contained in:
parent
e52eaf0e7b
commit
cc133d2c0a
|
@ -71,8 +71,6 @@ phpunit-integration:
|
|||
- export K8S_NAMESPACE=$(kubectl get pods -o=custom-columns=NS:.metadata.namespace | tail -1)
|
||||
- export API_URL="http://tt-rss-${CI_COMMIT_SHORT_SHA}-app.$K8S_NAMESPACE.svc.cluster.local/tt-rss/api/"
|
||||
- php82 vendor/bin/phpunit --group integration
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
selenium:
|
||||
image: ${SELENIUM_IMAGE}
|
||||
|
@ -83,8 +81,6 @@ selenium:
|
|||
script:
|
||||
- export K8S_NAMESPACE=$(kubectl get pods -o=custom-columns=NS:.metadata.namespace | tail -1)
|
||||
- python3 tests/integration/selenium_test.py
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
needs:
|
||||
- job: phpunit-integration
|
||||
|
||||
|
|
Loading…
Reference in New Issue