1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Airbyte-ci: Remove gradle task connectorAcceptanceTest (#30326)

This commit is contained in:
Ben Church
2023-09-19 13:16:37 -07:00
committed by GitHub
parent d1d4f7c9c7
commit 5c56ac1d84
308 changed files with 6 additions and 466 deletions

View File

@@ -23,9 +23,6 @@ on:
description: "Set a specific connector acceptance test version to use. Enter 'dev' to test, build and use a local version of Connector Acceptance Test."
required: false
default: "latest"
local_cdk:
description: "Run Connector Acceptance Tests against the CDK version on the current branch."
required: false
jobs:
uuid:
name: "Custom UUID of workflow run"
@@ -130,7 +127,7 @@ jobs:
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
uses: Wandalen/wretry.action@v1.0.42
with:
command: ./tools/bin/ci_integration_test.sh ${{ github.event.inputs.connector }} ${{ github.event.inputs.local_cdk }}
command: ./tools/bin/ci_integration_test.sh ${{ github.event.inputs.connector }}
attempt_limit: 3
attempt_delay: 10000 # in ms
- name: Update Integration Test Credentials after test run for ${{ github.event.inputs.connector }}

View File

@@ -23,14 +23,8 @@ if [ -n "$FETCH_SECRETS" ]; then
cd -
fi
if [ -n "$LOCAL_CDK" ] && [ -f "$CONNECTOR_DIR/setup.py" ]; then
echo "Building Connector image with local CDK from $ROOT_DIR/airbyte-cdk"
echo "Building docker image $CONNECTOR_TAG."
CONNECTOR_NAME="$CONNECTOR_NAME" CONNECTOR_TAG="$CONNECTOR_TAG" QUIET_BUILD="$QUIET_BUILD" sh "$ROOT_DIR/airbyte-integrations/scripts/build-connector-image-with-local-cdk.sh"
else
# Build latest connector image
docker build -t "$CONNECTOR_TAG" .
fi
# Build latest connector image
docker build -t "$CONNECTOR_TAG" .
# Pull latest acctest image
docker pull airbyte/connector-acceptance-test:latest

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -2,5 +2,4 @@ plugins {
// Makes building the docker image a dependency of Gradle's "build" command. This way you could run your entire build inside a docker image
// via ./gradlew :airbyte-integrations:connectors:source-{{dashCase name}}:build
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}

View File

@@ -2,7 +2,6 @@ plugins {
id 'application'
id 'airbyte-docker'
id 'airbyte-integration-test-java'
id 'airbyte-connector-acceptance-test'
}
application {

View File

@@ -63,11 +63,6 @@ First, make sure you build the latest Docker image:
docker build . -t airbyte/source-{{dashCase name}}:dev
```
If you want to build the Docker image with the CDK on your local machine (rather than the most recent package published to pypi), from the airbyte base directory run:
```bash
CONNECTOR_TAG=<TAG_NAME> CONNECTOR_NAME=<CONNECTOR_NAME> sh airbyte-integrations/scripts/build-connector-image-with-local-cdk.sh
```
You can also build the connector image via Gradle:
```

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -60,11 +60,6 @@ First, make sure you build the latest Docker image:
docker build . -t airbyte/source-{{dashCase name}}:dev
```
If you want to build the Docker image with the CDK on your local machine (rather than the most recent package published to pypi), from the airbyte base directory run:
```bash
CONNECTOR_TAG=<TAG_NAME> CONNECTOR_NAME=<CONNECTOR_NAME> sh airbyte-integrations/scripts/build-connector-image-with-local-cdk.sh
```
You can also build the connector image via Gradle:
```
./gradlew :airbyte-integrations:connectors:source-{{dashCase name}}:airbyteDocker

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -2,7 +2,6 @@ plugins {
id 'application'
id 'airbyte-docker'
id 'airbyte-integration-test-java'
id 'airbyte-connector-acceptance-test'
}
application {

View File

@@ -3,7 +3,6 @@ import ru.vyarus.gradle.plugin.python.task.PythonTask
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -2,7 +2,6 @@ plugins {
id 'application'
id 'airbyte-docker'
id 'airbyte-integration-test-java'
id 'airbyte-connector-acceptance-test'
}
application {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -2,7 +2,6 @@ plugins {
id 'application'
id 'airbyte-docker'
id 'airbyte-integration-test-java'
id 'airbyte-connector-acceptance-test'
}
application {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -2,7 +2,6 @@ plugins {
id 'application'
id 'airbyte-docker'
id 'airbyte-integration-test-java'
id 'airbyte-connector-acceptance-test'
}
application {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -2,7 +2,6 @@ plugins {
id 'application'
id 'airbyte-docker'
id 'airbyte-integration-test-java'
id 'airbyte-connector-acceptance-test'
}
application {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -2,7 +2,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

View File

@@ -1,7 +1,6 @@
plugins {
id 'airbyte-python'
id 'airbyte-docker'
id 'airbyte-connector-acceptance-test'
}
airbytePython {

Some files were not shown because too many files have changed in this diff Show More