Created
February 27, 2017 22:06
-
-
Save mglaman/af88a82aa69ca5a1eb46ea1b89db4503 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| build: | |
| codebase: | |
| assemble_codebase: | |
| replicate: | |
| exclude: { } | |
| local_dir: '' | |
| git_branch: '' | |
| git_commit_hash: '' | |
| checkout_core: | |
| repositories: | |
| - | |
| repo: 'git://git.drupal.org/project/drupal.git' | |
| branch: 8.2.x | |
| composer.core_install: | |
| options: 'install --ignore-platform-reqs --prefer-dist --no-suggest --no-progress' | |
| composer_contrib: | |
| repositories: | |
| - | |
| repo: 'git://git.drupal.org/project/commerce.git' | |
| branch: 8.x-2.x | |
| checkout_dir: modules/commerce | |
| - | |
| repo: 'git://git.drupal.org/project/entity_reference_revisions.git' | |
| branch: 8.x-1.2 | |
| checkout_dir: modules/entity_reference_revisions | |
| - | |
| repo: 'git://git.drupal.org/project/diff.git' | |
| branch: 8.x-1.0-rc1 | |
| checkout_dir: modules/diff | |
| - | |
| repo: 'git://git.drupal.org/project/profile.git' | |
| branch: 8.x-1.0-alpha5 | |
| checkout_dir: modules/profile | |
| - | |
| repo: 'git://git.drupal.org/project/entity.git' | |
| branch: 8.x-1.0-alpha4 | |
| checkout_dir: modules/entity | |
| - | |
| repo: 'git://git.drupal.org/project/state_machine.git' | |
| branch: 8.x-1.0-beta3 | |
| checkout_dir: modules/state_machine | |
| - | |
| repo: 'git://git.drupal.org/project/inline_entity_form.git' | |
| branch: 8.x-1.0-beta1 | |
| checkout_dir: modules/inline_entity_form | |
| - | |
| repo: 'git://git.drupal.org/project/address.git' | |
| branch: 8.x-1.0-rc4 | |
| checkout_dir: modules/address | |
| fetch: | |
| files: | |
| - | |
| from: 'https://www.drupal.org/files/issues/investigate_why-2855587-4.patch' | |
| to: modules/commerce | |
| patch: | |
| patches: | |
| - | |
| from: investigate_why-2855587-4.patch | |
| to: modules/commerce | |
| update_dependencies: { } | |
| project_subdir: modules/commerce | |
| project_name: commerce | |
| project_type: '' | |
| environment: | |
| startcontainers: | |
| runcontainers: | |
| phpversion: 'php-5.5.38-apache:production' | |
| start_phantomjs: { } | |
| create_db: | |
| dbcreate: { } | |
| db_type: mysql | |
| db_version: '5.5' | |
| dbuser: drupaltestbot | |
| dbpassword: drupaltestbotpw | |
| assessment: | |
| validate_codebase: | |
| phplint: | |
| concurrency: '31' | |
| container_composer: | |
| options: 'install --prefer-dist --no-suggest --no-progress' | |
| executable_path: /usr/local/bin/composer | |
| fail_should_terminate: true | |
| eslint: | |
| lint_fails_test: false | |
| skip_linting: false | |
| phpcs: | |
| sniff_all_files: false | |
| start_directory: core | |
| installed_paths: vendor/drupal/coder/coder_sniffer/ | |
| warning_fails_sniff: false | |
| sniff_fails_test: false | |
| coder_version: ^8.2@stable | |
| skip_codesniff: false | |
| testing: | |
| # simpletest.standard: | |
| # concurrency: 31 | |
| # testgroups: '--directory modules/commerce' | |
| # types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional' | |
| # url: 'http://localhost/checkout' | |
| # color: true | |
| # die-on-fail: false | |
| # keep-results: true | |
| # keep-results-table: false | |
| # verbose: false | |
| # extension_test: true | |
| simpletest.js: | |
| concurrency: 1 | |
| types: PHPUnit-FunctionalJavascript | |
| testgroups: '--directory modules/commerce' | |
| url: 'http://localhost/checkout' | |
| color: true | |
| die-on-fail: false | |
| keep-results: true | |
| keep-results-table: false | |
| verbose: false | |
| extension_test: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment