From cc133d2c0a8731b092c8047a3f069f4aee8d0858 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 2 Dec 2023 11:16:52 +0300 Subject: disable local rules for integration tests --- .gitlab-ci.yml | 4 ---- 1 file changed, 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 -- cgit v1.2.3