Skip to content

Commit

Permalink
remove all workflows expect linearizability.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Chao Chen <[email protected]>
  • Loading branch information
chaochn47 committed Dec 20, 2022
1 parent a4b6d80 commit 9c6f044
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 542 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/build.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/contrib.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/coverage.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/e2e.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/functional.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/fuzzing.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/govuln.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/grpcproxy.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/linearizability-nightly.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/linearizability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
make build
mkdir -p /tmp/linearizability
cat server/etcdserver/raft.fail.go
EXPECT_DEBUG=true GO_TEST_FLAGS='-v --count 60 --failfast --run TestLinearizability' RESULTS_DIR=/tmp/linearizability make test-linearizability
EXPECT_DEBUG=true GO_TEST_FLAGS='-v --count 3 --failfast --run TestLinearizability' RESULTS_DIR=/tmp/linearizability make test-linearizability
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
if: always()
with:
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/measure-test-flakiness.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/release.yaml

This file was deleted.

Loading

0 comments on commit 9c6f044

Please sign in to comment.