Skip to content
Snippets Groups Projects
integration-tests.yml 1.69 KiB
Newer Older
php73-sql57-es7-integration-mr:
  stage: integration-tests
  tags:
    - php73
    - mysql57
    - es7
  variables:
    DISPLAY_VARS: "YES"
    EXECUTOR_SUITE: module-integration
  parallel:
    matrix:
      -   MAGENTO_EDITION: [ community, enterprise ]
          MAGENTO_VERSION: [ 2.3.6, 2.3.7, 2.4.1, 2.4.2]
  before_script:
    - ~/.composer/vendor/met/test-executor/run.sh setup
  script:
    - ~/.composer/vendor/met/test-executor/run.sh tests
  after_script:
    - ~/.composer/vendor/met/test-executor/run.sh cleanup
  only:
    - merge_requests
  except:
    - schedules
php74-sql57-es7-integration-mr:
  stage: integration-tests
  tags:
    - php74
    - mysql57
    - es7
  variables:
    DISPLAY_VARS: "YES"
    EXECUTOR_SUITE: module-integration
  parallel:
    matrix:
      -   MAGENTO_EDITION: [ community, enterprise ]
          MAGENTO_VERSION: [ 2.3.7, 2.4.1, 2.4.2 ]
  before_script:
    - ~/.composer/vendor/met/test-executor/run.sh setup
  script:
    - ~/.composer/vendor/met/test-executor/run.sh tests
  after_script:
    - ~/.composer/vendor/met/test-executor/run.sh cleanup
  only:
    - merge_requests
  except:
    - schedules
php74-sql80-es7-integration-mr:
  stage: integration-tests
  tags:
    - php74
    - mysql80
    - es7
  variables:
    DISPLAY_VARS: "YES"
    EXECUTOR_SUITE: module-integration
  parallel:
    matrix:
      -   MAGENTO_EDITION: [ community, enterprise ]
          MAGENTO_VERSION: [ 2.3.7, 2.4.1, 2.4.2 ]
  before_script:
    - ~/.composer/vendor/met/test-executor/run.sh setup
  script:
    - ~/.composer/vendor/met/test-executor/run.sh tests
  after_script:
    - ~/.composer/vendor/met/test-executor/run.sh cleanup
  only:
    - merge_requests
  except:
    - schedules