disable local rules for integration tests

This commit is contained in:
Andrew Dolgov 2023-12-02 11:16:52 +03:00
parent e52eaf0e7b
commit cc133d2c0a
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 0 additions and 4 deletions

View File

@ -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