Skip to content

Remove embulk-output-db2 and embulk-output-oracle #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,6 @@
name: Build and test
on: push
jobs:
db2: # https://hub.docker.com/r/ibmcom/db2
runs-on: ubuntu-latest
services:
db2:
# To run local:
# docker run -it --privileged=true --name db2container -p 50000:50000 -p 55000:55000 -e LICENSE=accept -e DB2INSTANCE=db2inst1 -e DB2INST1_PASSWORD=password -e DBNAME=testdb -e SAMPLEDB=true ibmcom/db2:11.5.0.0a
image: docker://ibmcom/db2:11.5.0.0a
options: --name "db2container" --privileged=true --health-cmd "su - db2inst1 -c \"db2 GET DBM CFG\"" --health-interval 20s --health-timeout 30s --health-retries 128
ports:
- "50000:50000"
- "55000:55000"
env:
LICENSE: accept
DB2INSTANCE: db2inst1
DB2INST1_PASSWORD: password
DBNAME: testdb
SAMPLEDB: true
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: 8
distribution: 'zulu'
- name: Sleep for 3 minutes to complete all the DB2 setup process
run: sleep 180
- name: List Docker containers
run: docker ps -a
- name: Show Docker logs
run: docker logs db2container
- name: Show DB2 configs
run: docker exec db2container su - db2inst1 -c "db2 \"GET DBM CFG\""
- name: Build with testing
run: ./gradlew --stacktrace :embulk-output-db2:check
env:
_JAVA_OPTIONS: "-Xmx2048m -Xms512m"
EMBULK_OUTPUT_DB2_TEST_CONFIG: "${{ github.workspace }}/ci/db2.yml"
- uses: actions/upload-artifact@v2
if: always()
with:
name: db2
path: embulk-output-db2/build/reports/tests/test
mysql:
strategy:
fail-fast: false
Expand Down Expand Up @@ -78,12 +36,6 @@ jobs:
with:
name: mysql
path: embulk-output-mysql/build/reports/tests/test
oracle: # https://hub.docker.com/_/oracle-database-enterprise-edition
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test for Oracle Database does not run on GitHub Actions.
run: echo "Test for Oracle Database does not run on GitHub Actions."
postgresql:
runs-on: ubuntu-latest
services:
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ See [embulk-output-mysql](embulk-output-mysql/).

See [embulk-output-postgresql](embulk-output-postgresql/).

## Oracle

See [embulk-output-oracle](embulk-output-oracle/).

## Redshift

See [embulk-output-redshift](embulk-output-redshift/).
Expand All @@ -24,11 +20,6 @@ See [embulk-output-redshift](embulk-output-redshift/).

See [embulk-output-sqlserver](embulk-output-sqlserver/).

## DB2

See [embulk-output-db2](embulk-output-db2/).

## Others (generic JDBC)

See [embulk-output-jdbc](embulk-output-jdbc/).

6 changes: 0 additions & 6 deletions ci/db2.yml

This file was deleted.

127 changes: 0 additions & 127 deletions embulk-output-db2/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions embulk-output-db2/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading