Skip to content

Commit c0ca78d

Browse files
mandyschenMandy Chen
andauthored
Remove references to buildkite (#1014)
Co-authored-by: Mandy Chen <[email protected]>
1 parent 8652ad7 commit c0ca78d

File tree

8 files changed

+3
-308
lines changed

8 files changed

+3
-308
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 122 deletions
This file was deleted.

.buildkite/scripts/coverage_metadata.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

.buildkite/scripts/lint.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ And sometimes it's important to test the non-sticky mode
9797
STICKY_OFF=true USE_DOCKER_SERVICE=true ./gradlew test
9898
```
9999

100-
Also, if there is any Buildkite test failure that you cannot reproduce locally,
101-
follow [buildkite docker-compose](./docker/buildkite/README.md) instructions to run the tests.
100+
Also, if there is any Github Actions test failure that you cannot reproduce locally,
101+
follow [github action docker-compose](./docker/github_actions/README.md) instructions to run the tests.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java framework for Cadence [![Build Status](https://badge.buildkite.com/0c96b8b74c0921208e898c10a602e2fe9ecb7641c2befee0e7.svg?theme=github&branch=master)](https://buildkite.com/uberopensource/cadence-java-client) [![Javadocs](https://www.javadoc.io/badge/com.uber.cadence/cadence-client.svg)](https://www.javadoc.io/doc/com.uber.cadence/cadence-client) [![codecov](https://codecov.io/gh/cadence-workflow/cadence-java-client/graph/badge.svg?token=eVBGf4EmXr)](https://codecov.io/gh/cadence-workflow/cadence-java-client)
1+
# Java framework for Cadence [![CI Checks](https://github.com/cadence-workflow/cadence-java-client/actions/workflows/ci-checks.yml/badge.svg)](https://github.com/cadence-workflow/cadence-java-client/actions/workflows/ci-checks.yml) [![Javadocs](https://www.javadoc.io/badge/com.uber.cadence/cadence-client.svg)](https://www.javadoc.io/doc/com.uber.cadence/cadence-client) [![codecov](https://codecov.io/gh/cadence-workflow/cadence-java-client/graph/badge.svg?token=eVBGf4EmXr)](https://codecov.io/gh/cadence-workflow/cadence-java-client)
22

33

44
[Cadence](https://github.com/uber/cadence) is a distributed, scalable, durable, and highly available orchestration engine we developed at Uber Engineering to execute asynchronous long-running business logic in a scalable and resilient way.

docker/buildkite/Dockerfile

Lines changed: 0 additions & 37 deletions
This file was deleted.

docker/buildkite/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docker/buildkite/docker-compose.yaml

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)