summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-12-02 11:16:52 +0300
committerAndrew Dolgov <[email protected]>2023-12-02 11:16:52 +0300
commitcc133d2c0a8731b092c8047a3f069f4aee8d0858 (patch)
tree72c4f0f002fe6dd5d7ae530671774925a7cd3303
parente52eaf0e7bcc2c9636e61d6a67322153e1f247bd (diff)
disable local rules for integration testssanitizer-test
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ac8c3e5f..f7e3852a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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