Skip to content

Commit

Permalink
revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Jan 11, 2023
1 parent f968c6a commit 58f9cd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -622,13 +622,6 @@ jobs:
attempt_limit: 3
attempt_delay: 5000 # in ms

- name: Build normalization
uses: Wandalen/wretry.action@master
with:
command: ./gradlew :airbyte-integrations:bases:base-normalization:airbyteDocker --scan
attempt_limit: 3
attempt_delay: 5000 # in ms

- name: Integration test
uses: Wandalen/wretry.action@master
with:
Expand Down Expand Up @@ -878,13 +871,6 @@ jobs:
attempt_limit: 3
attempt_delay: 5000 # in ms

- name: Build normalization
uses: Wandalen/wretry.action@master
with:
command: ./gradlew :airbyte-integrations:bases:base-normalization:airbyteDocker --scan
attempt_limit: 3
attempt_delay: 5000 # in ms

- name: Run Kubernetes End-to-End Acceptance Tests
env:
USER: root
Expand Down Expand Up @@ -1147,13 +1133,6 @@ jobs:
attempt_limit: 3
attempt_delay: 5000 # in ms

- name: Build normalization
uses: Wandalen/wretry.action@master
with:
command: ./gradlew :airbyte-integrations:bases:base-normalization:airbyteDocker --scan
attempt_limit: 3
attempt_delay: 5000 # in ms

- name: Run Helm End-to-End Acceptance Tests
env:
# USER: root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
releaseStage: alpha
normalizationConfig:
normalizationRepository: airbyte/normalization
normalizationTag: dev
normalizationTag: 0.2.25
normalizationIntegrationType: postgres
supportsDbt: true
- name: Pulsar
Expand Down

0 comments on commit 58f9cd5

Please sign in to comment.