Skip to content

Commit 59dcd41

Browse files
mandyschenMandy Chenshijiesheng
authored
Remove all buildkite references (#1444)
What changed? Remove all deprecated references to buildkite. Why? Because we are migrating to only use Github Actions. How did you test it? I am testing using the Github Actions pipeline. Potential risks Removing it could make it so that a push/PR passes when it shouldn't (because the Github Actions failed to catch it). --------- Co-authored-by: Mandy Chen <[email protected]> Co-authored-by: Shijie Sheng <[email protected]>
1 parent a484869 commit 59dcd41

File tree

8 files changed

+7
-484
lines changed

8 files changed

+7
-484
lines changed

.buildkite/pipeline.yml

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

.buildkite/scripts/fossa.sh

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

.buildkite/scripts/gen_coverage_metadata.sh

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

.github/workflows/ci-checks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121
go-version: '1.23.4'
2222

2323
- name: Run unit test
24-
run: docker compose -f docker/github_actions/docker-compose.yml run unit-test bash -c "make unit_test && ./scripts/gen_coverage_metadata.sh .build/metadata.txt"
24+
uses: nick-fields/retry@v3
25+
with:
26+
max_attempts: 2
27+
timeout_minutes: 30
28+
command: |
29+
docker compose -f docker/github_actions/docker-compose.yml run unit-test bash -c "make unit_test && ./scripts/gen_coverage_metadata.sh .build/metadata.txt"
2530
2631
- name: Upload coverage artifacts
2732
if: always()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Go framework for Cadence
2-
[![Build Status](https://badge.buildkite.com/e7241785444519bdfd1defc68839fd19a89c15adb3477c73f7.svg?theme=github&branch=master)](https://buildkite.com/uberopensource/cadence-go-client)
2+
[![CI Checks](https://github.com/cadence-workflow/cadence-go-client/actions/workflows/ci-checks.yml/badge.svg)](https://github.com/cadence-workflow/cadence-go-client/actions/workflows/ci-checks.yml)
33
[![Coverage](https://codecov.io/gh/uber-go/cadence-client/graph/badge.svg?token=iEpqo5HbDe)](https://codecov.io/gh/uber-go/cadence-client)
44
[![GoDoc](https://godoc.org/go.uber.org/cadence?status.svg)](https://godoc.org/go.uber.org/cadence)
55

docker/buildkite/Dockerfile

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

docker/buildkite/docker-compose-local.yml

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

0 commit comments

Comments
 (0)