Skip to content
Snippets Groups Projects

Draft: Ci opt

Open Jan-Hendrik Willms requested to merge ci-opt into main
+ 0
11
@@ -91,7 +91,6 @@ build-composer:
needs: []
rules:
- !reference [.definitions, php-changed]
- when: manual
interruptible: true
variables:
COMPOSER_CACHE: $CACHE_DIR/composer-cache
@@ -111,7 +110,6 @@ lint-php:
needs: [build-composer]
rules:
- !reference [.definitions, php-changed]
- when: manual
variables:
CACHE_LOCATION: $CACHE_DIR/phplint-cache
PHPLINT_JSON_REPORT: $REPORT_DIR/phplint-report.json
@@ -143,7 +141,6 @@ lint-php-8.3:
stage: checks
rules:
- !reference [.definitions, php-changed]
- when: manual
needs: [build-composer]
variables:
CACHE_LOCATION: $CACHE_DIR/phplint-cache
@@ -176,7 +173,6 @@ lint-js:
needs: []
rules:
- !reference [.definitions, js-changed]
- when: manual
image: $NODE_IMAGE
variables:
CACHE_LOCATION: $CACHE_DIR/eslint-cache
@@ -208,7 +204,6 @@ lint-css:
needs: []
rules:
- !reference [.definitions, css-changed]
- when: manual
image: $NODE_IMAGE
variables:
CACHE_LOCATION: $CACHE_DIR/stylelint-cache
@@ -242,7 +237,6 @@ phpstan:
needs: [build-composer]
rules:
- !reference [.definitions, php-changed]
- when: manual
variables:
CACHE_LOCATION: $CACHE_DIR/phpstan
PHPSTAN_CODE_QUALITY_REPORT: $REPORT_DIR/phpstan-codequality.json
@@ -275,7 +269,6 @@ test-unit:
needs: [lint-php]
rules:
- !reference [.definitions, php-changed]
- when: manual
variables:
PHPUNIT_XML_REPORT: $REPORT_DIR/phpunit-report.xml
cache:
@@ -302,7 +295,6 @@ test-jest:
needs: [lint-js]
rules:
- !reference [.definitions, js-changed]
- when: manual
image: $NODE_IMAGE
variables:
JS_TEST_REPORT: $REPORT_DIR/jest.xml
@@ -323,7 +315,6 @@ test-functional:
needs: [lint-php]
rules:
- !reference [.definitions, php-changed]
- when: manual
variables:
FUNCTIONAL_XML_REPORT: $REPORT_DIR/functional-report.xml
FUNCTIONAL_CODE_QUALITY_REPORT: $REPORT_DIR/functional-codequality.json
@@ -353,7 +344,6 @@ test-jsonapi:
needs: [lint-php]
rules:
- !reference [.definitions, php-changed]
- when: manual
cache:
<<: *composer-cache
policy: pull
@@ -381,7 +371,6 @@ test-assets:
rules:
- !reference [.definitions, css-changed]
- !reference [.definitions, js-changed]
- when: manual
needs: []
image: $NODE_IMAGE
cache:
Loading