Skip to content

Commit

Permalink
Merge branch 'master' into 3+DC
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenquan Xing committed Aug 26, 2019
2 parents adf16be + 336e32c commit e689f79
Show file tree
Hide file tree
Showing 155 changed files with 10,476 additions and 5,963 deletions.
41 changes: 34 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ steps:
agents:
queue: "workers"
docker: "*"
command: "make cover_ci"
command: "make cover_profile"
artifact_paths:
- "build/coverage/*.out"
plugins:
- docker-compose#v3.0.0:
run: unit-test
Expand All @@ -13,7 +15,9 @@ steps:
agents:
queue: "workers"
docker: "*"
command: "make cover_integration_ci"
command: "make cover_integration_profile"
artifact_paths:
- "build/coverage/*.out"
retry:
automatic:
limit: 1
Expand All @@ -26,7 +30,9 @@ steps:
agents:
queue: "workers"
docker: "*"
command: "make cover_integration_ci EVENTSV2=true"
command: "make cover_integration_profile EVENTSV2=true"
artifact_paths:
- "build/coverage/*.out"
retry:
automatic:
limit: 1
Expand All @@ -39,7 +45,9 @@ steps:
agents:
queue: "workers"
docker: "*"
command: "make cover_xdc_ci"
command: "make cover_xdc_profile"
artifact_paths:
- "build/coverage/*.out"
retry:
automatic:
limit: 1
Expand All @@ -52,7 +60,9 @@ steps:
agents:
queue: "workers"
docker: "*"
command: "make cover_integration_ci"
command: "make cover_integration_profile"
artifact_paths:
- "build/coverage/*.out"
retry:
automatic:
limit: 1
Expand All @@ -65,7 +75,9 @@ steps:
agents:
queue: "workers"
docker: "*"
command: "make cover_integration_ci EVENTSV2=true"
command: "make cover_integration_profile EVENTSV2=true"
artifact_paths:
- "build/coverage/*.out"
retry:
automatic:
limit: 1
Expand All @@ -78,7 +90,9 @@ steps:
agents:
queue: "workers"
docker: "*"
command: "make cover_xdc_ci"
command: "make cover_xdc_profile"
artifact_paths:
- "build/coverage/*.out"
retry:
automatic:
limit: 1
Expand All @@ -89,6 +103,19 @@ steps:

- wait

- label: ":golang: code-coverage"
agents:
queue: "workers"
docker: "*"
command: "scripts/buildkite/gocov.sh"
retry:
automatic:
limit: 2
plugins:
- docker-compose#v3.0.0:
run: coverage-report
config: docker/buildkite/docker-compose.yml

- label: ":docker: build and push master"
agents:
queue: "workers"
Expand Down
705 changes: 703 additions & 2 deletions .gen/go/cadence/cadence.go

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions .gen/go/cadence/workflowserviceclient/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 37 additions & 1 deletion .gen/go/cadence/workflowserviceserver/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .gen/go/cadence/workflowservicetest/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e689f79

Please sign in to comment.