Skip to content

Commit

Permalink
Enable mysql integration test with events v2 (cadence-workflow#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiliang86 authored Apr 10, 2019
1 parent 0f70455 commit 6bfc7dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
run: integration-test-cassandra
config: docker/buildkite/docker-compose.yml

- label: ":golang: integration test event v2 with cassandra"
- label: ":golang: integration test events v2 with cassandra"
agents:
queue: "workers"
docker: "*"
Expand Down Expand Up @@ -49,6 +49,16 @@ steps:
run: integration-test-mysql
config: docker/buildkite/docker-compose.yml

- label: ":golang: integration test events v2 with mysql"
agents:
queue: "workers"
docker: "*"
command: "make cover_integration_ci EVENTSV2=true"
plugins:
- docker-compose#v3.0.0:
run: integration-test-mysql
config: docker/buildkite/docker-compose.yml

- label: ":golang: integration xdc test with mysql"
agents:
queue: "workers"
Expand Down

0 comments on commit 6bfc7dc

Please sign in to comment.