Skip to content

Commit

Permalink
Merge pull request #71 from dartartem/test-optimization
Browse files Browse the repository at this point in the history
Removed old-cdc.
  • Loading branch information
cer committed Oct 5, 2018
2 parents 44cd840 + 95967a6 commit 9a398ad
Show file tree
Hide file tree
Showing 53 changed files with 167 additions and 2,504 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Expand Up @@ -64,24 +64,6 @@ jobs:
path: ~/junit
- store_artifacts:
path: ~/junit
build-cdc-mysql:
machine: true
working_directory: ~/eventuate-local-java
steps:
- checkout
- restore_cache:
key: eventuate-local-java-{{ checksum "build.gradle" }}
- run: TERM=dumb ./scripts/build-and-test-all-cdc-mysql.sh
- run:
name: Save test results
command: |
mkdir -p ~/junit/
find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} ~/junit/ \;
when: always
- store_test_results:
path: ~/junit
- store_artifacts:
path: ~/junit
build-new-cdc-mysql:
machine: true
working_directory: ~/eventuate-local-java
Expand Down Expand Up @@ -180,9 +162,6 @@ workflows:
- build-postgres-wal:
requires:
- build
- build-cdc-mysql:
requires:
- build
- build-new-cdc-mysql:
requires:
- build
Expand All @@ -198,7 +177,6 @@ workflows:
- publish:
requires:
- build-postgres-wal
- build-cdc-mysql
- build-new-cdc-mysql
- build-new-cdc-mariadb
- build-new-cdc-postgres-wal
Expand Down
5 changes: 0 additions & 5 deletions eventuate-local-java-cdc-service/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions eventuate-local-java-cdc-service/build-docker.sh

This file was deleted.

17 changes: 0 additions & 17 deletions eventuate-local-java-cdc-service/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions eventuate-local-java-embedded-cdc-autoconfigure/build.gradle

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions eventuate-local-java-embedded-cdc/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 9a398ad

Please sign in to comment.