github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/deployments/ticdc/docker-compose/docker-compose-mysql-integration.yml (about) 1 version: '3.5' 2 3 services: 4 mysql_integration_test: 5 build: 6 context: ../../../ 7 dockerfile: ./deployments/ticdc/docker/integration-test.Dockerfile 8 args: 9 BRANCH: ${BRANCH} 10 COMMUNITY: ${COMMUNITY} 11 VERSION: ${VERSION} 12 OS: ${SYS} 13 ARCH: ${ARCH} 14 command: 15 - bash 16 - -c 17 - make integration_test_mysql CASE="${CASE}" START_AT="${START_AT}" & tail -f /dev/null 18 volumes: 19 - ./logs/tidb_cdc_test:/tmp/tidb_cdc_test 20 - ../../../tests:/go/src/github.com/pingcap/tiflow/tests