Loading .gitlab-ci.yml +14 −14 Original line number Diff line number Diff line Loading @@ -281,20 +281,6 @@ default: # Test Jobs ################ '👷️️️ PHPUnit Build': <<: [ *with-composer, *test-setup ] retry: 1 variables: TESTSUITE: build KUBERNETES_CPU_REQUEST: "16" CONCURRENCY: "8" # No parallel for this job, setup manually the env variables that need to # be passed to run-tests.sh command line options. CI_NODE_INDEX: 1 CI_NODE_TOTAL: 1 services: - <<: *with-database '🦉️️️ Nightwatch': <<: [ *with-composer, *test-setup ] retry: 1 Loading Loading @@ -377,6 +363,20 @@ default: services: - <<: *with-database '👷️️️ PHPUnit Build': <<: [ *with-composer, *test-setup ] retry: 1 variables: TESTSUITE: build KUBERNETES_CPU_REQUEST: "8" CONCURRENCY: "4" # No parallel for this job, setup manually the env variables that need to # be passed to run-tests.sh command line options. CI_NODE_INDEX: 1 CI_NODE_TOTAL: 1 services: - <<: *with-database '🔁 Repeat Class Test': <<: [ *with-composer, *test-setup ] stage: 🗜️ Additional tests Loading core/modules/package_manager/tests/src/Build/PackageInstallSubmoduleTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ * @internal */ #[Group('package_manager')] #[Group('#slow')] class PackageInstallSubmoduleTest extends TemplateProjectTestBase { /** Loading core/modules/package_manager/tests/src/Build/PackageInstallTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ * @internal */ #[Group('package_manager')] #[Group('#slow')] class PackageInstallTest extends TemplateProjectTestBase { /** Loading core/modules/package_manager/tests/src/Build/PackageUpdateTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ * @internal */ #[Group('package_manager')] #[Group('#slow')] class PackageUpdateTest extends TemplateProjectTestBase { /** Loading core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #[CoversNothing] #[Group('Composer')] #[Group('Component')] #[Group('#slow')] class ComponentsIsolatedBuildTest extends ComposerBuildTestBase { /** Loading Loading
.gitlab-ci.yml +14 −14 Original line number Diff line number Diff line Loading @@ -281,20 +281,6 @@ default: # Test Jobs ################ '👷️️️ PHPUnit Build': <<: [ *with-composer, *test-setup ] retry: 1 variables: TESTSUITE: build KUBERNETES_CPU_REQUEST: "16" CONCURRENCY: "8" # No parallel for this job, setup manually the env variables that need to # be passed to run-tests.sh command line options. CI_NODE_INDEX: 1 CI_NODE_TOTAL: 1 services: - <<: *with-database '🦉️️️ Nightwatch': <<: [ *with-composer, *test-setup ] retry: 1 Loading Loading @@ -377,6 +363,20 @@ default: services: - <<: *with-database '👷️️️ PHPUnit Build': <<: [ *with-composer, *test-setup ] retry: 1 variables: TESTSUITE: build KUBERNETES_CPU_REQUEST: "8" CONCURRENCY: "4" # No parallel for this job, setup manually the env variables that need to # be passed to run-tests.sh command line options. CI_NODE_INDEX: 1 CI_NODE_TOTAL: 1 services: - <<: *with-database '🔁 Repeat Class Test': <<: [ *with-composer, *test-setup ] stage: 🗜️ Additional tests Loading
core/modules/package_manager/tests/src/Build/PackageInstallSubmoduleTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ * @internal */ #[Group('package_manager')] #[Group('#slow')] class PackageInstallSubmoduleTest extends TemplateProjectTestBase { /** Loading
core/modules/package_manager/tests/src/Build/PackageInstallTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ * @internal */ #[Group('package_manager')] #[Group('#slow')] class PackageInstallTest extends TemplateProjectTestBase { /** Loading
core/modules/package_manager/tests/src/Build/PackageUpdateTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ * @internal */ #[Group('package_manager')] #[Group('#slow')] class PackageUpdateTest extends TemplateProjectTestBase { /** Loading
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #[CoversNothing] #[Group('Composer')] #[Group('Component')] #[Group('#slow')] class ComponentsIsolatedBuildTest extends ComposerBuildTestBase { /** Loading