Skip to content
Snippets Groups Projects
Select Git revision
  • fe0eab2e3f4e0a9beeec3d66946673bdcb543837
  • master default protected
  • devel
  • feature/add-escaping-to-templates
  • feature/add-priority-sorting
  • 3.3.2
  • 3.3.1
  • 3.3.0
  • 3.2.1
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.4.12
  • 2.4.11
  • 2.4.10
  • 2.4.9
  • 2.4.8
  • 2.4.7
  • 2.4.6
  • 2.4.5
  • 2.4.4
  • 2.4.2
  • 2.4.1
  • 2.4.0
  • 2.3.2
25 results

input-submit.php

Blame
  • gitlab-ci-1.2.yml 1.19 KiB
    variables:
      WPDESK_CI_VERSION: "2023.11.07"
      MYSQL_ROOT_PASSWORD: "mysql"
      MYSQL_DATABASE: "wptest"
      MYSQL_USER: "mysql"
      MYSQL_PASSWORD: "mysql"
      MYSQL_INNODB_LOG_BUFFER_SIZE: "32M"
      PHP_ERROR_REPORTING: "E_ALL"
      COMPOSER_ALLOW_SUPERUSER: "1"
      COMPOSER_MEMORY_LIMIT: "-1"
      GIT_STRATEGY: "fetch"
      CONTRIBUTORS: "wpdesk,dyszczo,grola,piotrpo,marcinkolanko"
      MINIMAL_WP_TESTED_UP: "5.4"
      MINIMAL_WC_TESTED_UP: "4.1"
    
    stages:
      - prepare-vendor
      - prepare-node
      - prepare-translations-and-tests
      - tools
      - tests
      - pre-deploy
      - smoke-tests
      - deploy
      - post-deploy
    
    include:
      - project: 'wpdesk/gitlab-ci'
        ref: 'master'
        file:
          - '/includes/prepare.yml'
          - '/includes/translations.yml'
          - '/includes/tests/lint.yml'
          - '/includes/tests/unit.yml'
          - '/includes/metrics.yml'
          - '/includes/tests/version-cohesion.yml'
          - '/includes/tests/codeception-integration.yml'
          - '/includes/tests/codeception.yml'
          - '/includes/tests/codeception-parallel.yml'
          - '/includes/tests/codeception-smoke.yml'
          - '/includes/tests/integration.yml'
          - '/includes/deploy.yml'
          - '/includes/pages.yml'
          - '/includes/mixins/.after-codeception.yml'