Sha256: 6ee38886e8c17bc7b2702747bdbebd56027a56f1284d4577337d07af4c84afdf

Contents?: true

Size: 479 Bytes

Versions: 2

Compression:

Stored size: 479 Bytes

Contents

services:
  migration:
    command: bash -c "git config --global --add safe.directory /migration && bin/setup && rake spec"
    depends_on:
      migration-endtoend:
        condition: service_healthy
  migration-endtoend:
    command: bash -c "dockerd-entrypoint.sh & sleep 5 && unset DOCKER_HOST && make migration-test-setup"
    healthcheck:
      test: ["CMD", "make", "keyspace-serving-check"]
      interval: 10s
      timeout: 10s
      retries: 60
      start_period: 1m

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vitess-activerecord-migration-0.2.0 compose.ci.yml
vitess-activerecord-migration-0.1.0 compose.ci.yml