Skip to content
Snippets Groups Projects
Verified Commit 1f9191d2 authored by Jess's avatar Jess
Browse files

Issue #3489022 by mondrake, larowlan, catch, el7cosmos, bbrala, alexpott,...

Issue #3489022 by mondrake, larowlan, catch, el7cosmos, bbrala, alexpott, fjgarlin, longwave, xurizaemon, rosk0, poker10, mstrelan, nick_schuch: Remove drupalci.yml
parent 55a11a9b
No related branches found
No related tags found
13 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!5423Draft: Resolve #3329907 "Test2",!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3478Issue #3337882: Deleted menus are not removed from content type config,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #365124 passed with warnings
Pipeline: drupal

#365154

    Pipeline: drupal

    #365140

      Pipeline: drupal

      #365127

        # This is the DrupalCI testbot build file for Drupal core.
        # Learn to make one for your own drupal.org project:
        # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing
        _phpunit_testgroups_to_execute: &testgroups
        # Default: all of Drupal core's test suite runs.
        testgroups: '--all'
        # Alternative: run only the tests for one particular module.
        # testgroups: '--module ckeditor5'
        build:
        assessment:
        testing:
        # Run code quality checks.
        container_command.commit-checks:
        commands:
        - "core/scripts/dev/commit-code-check.sh --drupalci"
        halt-on-fail: true
        # run_tests task is executed several times in order of performance speeds.
        # halt-on-fail can be set on the run_tests tasks in order to fail fast.
        # suppress-deprecations is false in order to be alerted to usages of
        # deprecated code.
        run_tests.phpunit:
        types: 'PHPUnit-Unit'
        suppress-deprecations: false
        halt-on-fail: false
        <<: *testgroups
        run_tests.kernel:
        types: 'PHPUnit-Kernel'
        suppress-deprecations: false
        halt-on-fail: false
        <<: *testgroups
        run_tests.build:
        # Limit concurrency due to disk space concerns.
        concurrency: 15
        types: 'PHPUnit-Build'
        suppress-deprecations: false
        halt-on-fail: false
        <<: *testgroups
        run_tests.functional:
        types: 'PHPUnit-Functional'
        suppress-deprecations: false
        halt-on-fail: false
        <<: *testgroups
        run_tests.javascript:
        concurrency: 15
        types: 'PHPUnit-FunctionalJavascript'
        suppress-deprecations: false
        halt-on-fail: false
        <<: *testgroups
        # Run nightwatch testing.
        # @see https://www.drupal.org/project/drupal/issues/2869825
        nightwatchjs: {}
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment