Verified Commit f7f3b939 authored by Dave Long's avatar Dave Long
Browse files

test: #3613745 Reduce CPU request for build tests and run them last

By: catch
parent 73524b05
Loading
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -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
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
 * @internal
 */
#[Group('package_manager')]
#[Group('#slow')]
class PackageInstallSubmoduleTest extends TemplateProjectTestBase {

  /**
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
 * @internal
 */
#[Group('package_manager')]
#[Group('#slow')]
class PackageInstallTest extends TemplateProjectTestBase {

  /**
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
 * @internal
 */
#[Group('package_manager')]
#[Group('#slow')]
class PackageUpdateTest extends TemplateProjectTestBase {

  /**
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#[CoversNothing]
#[Group('Composer')]
#[Group('Component')]
#[Group('#slow')]
class ComponentsIsolatedBuildTest extends ComposerBuildTestBase {

  /**