Sha256: 2707cb25419afc941fc3cd5348fae6e4bfd7447d73351fa112681183d6acb84b

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

name: identity-cache

up:
  - homebrew:
    - postgresql
  - ruby:
      version: 2.2.3p172-shopify
      package: shopify/shopify/shopify-ruby
  - railgun
  - bundler

env:
  RAILGUN_HOST: identity-cache.railgun
  MYSQL_HOST: identity-cache.railgun
  POSTGRES_HOST: identity-cache.railgun
  MEMCACHED_HOST: identity-cache.railgun

commands:
  test:
    syntax:
      optional:
        argument: file
        optional: args...
    desc: 'Run tests'
    run: |
      if [[ $# -eq 0 ]]; then
        bundle exec rake test
      else
        bundle exec ruby -I test "$@"
      fi

  benchmark-cpu:
    desc: 'Run the identity cache CPU benchmark'
    run: bundle exec rake benchmark:cpu

  profile:
    desc: 'Profile IDC code'
    run: bundle exec rake profile:run

  update-serialization-format:
    desc: 'Update serialization format test fixture'
    run: bundle exec rake update_serialization_format

railgun:
  image: dev:railgun-common-services-0.2.x
  ip_address: 192.168.64.98
  memory: 1G
  cores: 1
  disk: 1G
  services:
    mysql: 3306
    postgresql: 5432
    memcached: 11211

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
identity_cache-0.3.2 dev.yml