Skip to content

Instantly share code, notes, and snippets.

@ryanaslett
Created December 9, 2016 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanaslett/a3c8c2f843943cbaebe9e4eca2d66bc2 to your computer and use it in GitHub Desktop.
Save ryanaslett/a3c8c2f843943cbaebe9e4eca2d66bc2 to your computer and use it in GitHub Desktop.
build:
environment: { startcontainers: { runcontainers: { phpversion: '7' } }, create_db: { dbcreate: { } }, db_type: sqlite, db_version: '3.8', dbuser: drupaltestbot, dbpassword: drupaltestbotpw }
codebase: { assemble_codebase: { replicate: { exclude: { }, local_dir: /var/lib/drupalci/drupal-checkout, git_branch: 8.3.x, git_commit_hash: 469d128 }, checkout: { repositories: [{ protocol: git, repo: 'git://git.drupal.org/project/examples.git', branch: 8.x-1.x, checkout_dir: modules/examples, depth: '1', type: standard }] }, composer: { options: 'install --prefer-dist --working-dir' }, fetch: { files: { }, type: standard }, patch: { patches: { }, type: standard } }, filesystem: { prepare_filesystem: { } }, validate_codebase: { phplint: { concurrency: '4' } } }
assessment: { testing: { simpletest.standard: { concurrency: 31, testgroups: '--directory modules/examples', types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional', url: 'http://localhost/checkout', php: /opt/phpenv/shims/php, color: true, die-on-fail: false, keep-results: true, keep-results-table: false, verbose: false }, simpletest.js: { concurrency: 1, types: PHPUnit-FunctionalJavascript, testgroups: '--directory modules/examples', url: 'http://localhost/checkout', php: /opt/phpenv/shims/php, color: true, die-on-fail: false, keep-results: true, keep-results-table: false, verbose: false } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment