Loading .gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ variables: COMPOSER: composer.json # Let composer know what self.version means. COMPOSER_ROOT_VERSION: "${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH}-dev" CONCURRENCY: 32 CONCURRENCY: 24 GIT_DEPTH: "3" Loading Loading @@ -265,6 +265,15 @@ stages: reports: codequality: phpcs-quality-report.json '🧹 JavaScript linting (eslint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint script: - yarn --cwd=./core run -s lint:core-js-passing --format gitlab artifacts: reports: codequality: eslint-quality-report.json '🧹 CSS linting (stylelint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint Loading @@ -281,15 +290,6 @@ stages: - yarn run --cwd=./core build:css --check - cd core && yarn run -s check:ckeditor5 '🧹 JavaScript linting (eslint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint script: - yarn --cwd=./core run -s lint:core-js-passing --format gitlab artifacts: reports: codequality: eslint-quality-report.json '📔 Spell-checking': <<: [ *with-yarn-cache, *default-job-settings-lint ] stage: 🪄 Lint Loading .gitlab-ci/pipeline.yml +15 −13 Original line number Diff line number Diff line Loading @@ -179,22 +179,10 @@ stages: # Test Jobs ################ '⚡️ PHPUnit Unit': <<: [ *with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test services: # There are some unit tests that need a database. # @todo Remove after https://www.drupal.org/project/drupal/issues/3386217 - <<: *with-database variables: <<: *test-variables TESTSUITE: PHPUnit-Unit CONCURRENCY: "$CONCURRENCY" '🌐️️ PHPUnit Functional': <<: [ *with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test parallel: 6 parallel: 7 variables: <<: *test-variables TESTSUITE: PHPUnit-Functional Loading Loading @@ -253,6 +241,7 @@ stages: '⚙️️ PHPUnit Kernel': <<: [*with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test parallel: 2 variables: <<: *test-variables TESTSUITE: PHPUnit-Kernel Loading @@ -263,6 +252,7 @@ stages: '🖱️️️ PHPUnit Functional Javascript': <<: [ *with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test parallel: 2 variables: <<: *test-variables TESTSUITE: PHPUnit-FunctionalJavascript Loading @@ -281,6 +271,18 @@ stages: services: - <<: *with-database '⚡️ PHPUnit Unit': <<: [ *with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test services: # There are some unit tests that need a database. # @todo Remove after https://www.drupal.org/project/drupal/issues/3386217 - <<: *with-database variables: <<: *test-variables TESTSUITE: PHPUnit-Unit CONCURRENCY: "$CONCURRENCY" '🦉️️️ Nightwatch': <<: [ *with-composer-and-yarn, *setup-webserver, *default-job-settings ] stage: 🗜️ Test Loading Loading
.gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ variables: COMPOSER: composer.json # Let composer know what self.version means. COMPOSER_ROOT_VERSION: "${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH}-dev" CONCURRENCY: 32 CONCURRENCY: 24 GIT_DEPTH: "3" Loading Loading @@ -265,6 +265,15 @@ stages: reports: codequality: phpcs-quality-report.json '🧹 JavaScript linting (eslint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint script: - yarn --cwd=./core run -s lint:core-js-passing --format gitlab artifacts: reports: codequality: eslint-quality-report.json '🧹 CSS linting (stylelint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint Loading @@ -281,15 +290,6 @@ stages: - yarn run --cwd=./core build:css --check - cd core && yarn run -s check:ckeditor5 '🧹 JavaScript linting (eslint)': <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ] stage: 🪄 Lint script: - yarn --cwd=./core run -s lint:core-js-passing --format gitlab artifacts: reports: codequality: eslint-quality-report.json '📔 Spell-checking': <<: [ *with-yarn-cache, *default-job-settings-lint ] stage: 🪄 Lint Loading
.gitlab-ci/pipeline.yml +15 −13 Original line number Diff line number Diff line Loading @@ -179,22 +179,10 @@ stages: # Test Jobs ################ '⚡️ PHPUnit Unit': <<: [ *with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test services: # There are some unit tests that need a database. # @todo Remove after https://www.drupal.org/project/drupal/issues/3386217 - <<: *with-database variables: <<: *test-variables TESTSUITE: PHPUnit-Unit CONCURRENCY: "$CONCURRENCY" '🌐️️ PHPUnit Functional': <<: [ *with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test parallel: 6 parallel: 7 variables: <<: *test-variables TESTSUITE: PHPUnit-Functional Loading Loading @@ -253,6 +241,7 @@ stages: '⚙️️ PHPUnit Kernel': <<: [*with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test parallel: 2 variables: <<: *test-variables TESTSUITE: PHPUnit-Kernel Loading @@ -263,6 +252,7 @@ stages: '🖱️️️ PHPUnit Functional Javascript': <<: [ *with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test parallel: 2 variables: <<: *test-variables TESTSUITE: PHPUnit-FunctionalJavascript Loading @@ -281,6 +271,18 @@ stages: services: - <<: *with-database '⚡️ PHPUnit Unit': <<: [ *with-composer-cache, *phpunit-artifacts, *setup-webserver, *run-tests, *default-job-settings ] stage: 🗜️ Test services: # There are some unit tests that need a database. # @todo Remove after https://www.drupal.org/project/drupal/issues/3386217 - <<: *with-database variables: <<: *test-variables TESTSUITE: PHPUnit-Unit CONCURRENCY: "$CONCURRENCY" '🦉️️️ Nightwatch': <<: [ *with-composer-and-yarn, *setup-webserver, *default-job-settings ] stage: 🗜️ Test Loading